From 25296fae839fa1386461c2a6502fe66cc26fd74a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:29:30 +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 63c5c1f..89a2963 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -209,19 +209,19 @@ export default function LandingPage() { { value: "5-Star", - description: "Consistently praised by critics and customers alike.", + icon: Star, }, { value: "Handcrafted", - description: "Ensuring pristine quality and meticulous attention to detail.", + icon: Package, }, { value: "Finest", - description: "Only the purest cocoa and silkiest dulce de leche.", + icon: Diamond, }, ]} -- 2.49.1