diff --git a/src/app/page.tsx b/src/app/page.tsx index 8063dad..2534de2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,13 +82,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Ceramic Coating", description: "Long-term protection with high-gloss finish.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield }, + title: "Ceramic Coating", description: "Long-term protection with high-gloss finish.", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Deep Interior Cleaning", description: "Complete rejuvenation for seats, carpets, and trim.", bentoComponent: { bentoComponent: "reveal-icon", icon: Brush }, + title: "Deep Interior Cleaning", description: "Complete rejuvenation for seats, carpets, and trim.", bentoComponent: "reveal-icon", icon: Brush, }, { - title: "Exterior Polish", description: "Removal of swirl marks and deep surface scratches.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sparkles }, + title: "Exterior Polish", description: "Removal of swirl marks and deep surface scratches.", bentoComponent: "reveal-icon", icon: Sparkles, }, ]} title="Premium Detailing Services"