diff --git a/src/app/page.tsx b/src/app/page.tsx index b2dbd1e..984389b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: { 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: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Sparkles } }, + { title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Droplet } }, + { title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Award } }, ]} title="Why Customers Love It" description="Everything we make is crafted for that perfect, fresh experience."