From c83ac69cc1fcb1e5f1ab675d12447cdbc712c1fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:36:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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." -- 2.49.1