diff --git a/src/app/page.tsx b/src/app/page.tsx index b33d816..b2dbd1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Facade" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-mother-cute-little-daughter-walking-down-street_1153-6964.jpg", imageAlt: "Bakery" }, ]} - buttons={[{ text: "Visit Today", href: "#contact" }] + buttons={[{ text: "Visit Today", href: "#contact" }]} /> @@ -83,9 +83,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: "reveal-icon", icon: Sparkles }, - { title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: "reveal-icon", icon: Droplet }, - { title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: "reveal-icon", icon: Award }, + { title: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: { icon: Sparkles } }, + { title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: { icon: Droplet } }, + { title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: { icon: Award } }, ]} title="Why Customers Love It" description="Everything we make is crafted for that perfect, fresh experience."