'use client' import Link from 'next/link'; import Image from 'next/image'; import Logo from './Logo'; const HomePage = () => { return (
{/* Hero — centred lockup on a sage wash. */}
{/* Softened on purpose: the storefront's own painted sign sits right behind the logo, so a sharp photo makes you read the name twice. scale-110 hides the blur's feathered edges. */} {/* Sage wash rather than a neutral black scrim — the tint is the identity. */}
{/* w-full/min-w-0 keep this flex item from sizing to its max-content width and blowing out the page on narrow screens. */}

A coffeehouse and bakery in downtown Princeville, Illinois.

See the menu Visit us
{/* Our Specialties */}

What people come in for

{['Cinnamon Rolls', 'Sugar Cookies', 'Cakes'].map((item) => (
{item}

{item}

))}
{/* About Us */}

Our story

Morissa Bennett opened The Vine in 2024. We bake in our own kitchen on Main Street: cinnamon rolls, cookies, custom cakes, sandwiches, paninis, and coffee.

Read our story
{/* Hours & Contact */}

Visit us

Our hours

  • Tuesday – Friday 7:00am – 2:00pm
  • Saturday 7:00am – 12:00pm
  • Sunday – Monday Closed

Find us

215 E Main Street
Princeville, IL 61559

(309) 701-0660

contact@itsthevine.com

); }; export default HomePage;