diff --git a/src/app/page.tsx b/src/app/page.tsx index bfd2d18..f9486ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,13 +165,13 @@ export default function LandingPage() { tagIcon={ShoppingCart} metrics={[ { - id: "1", value: "₹1000", title: "4 Premium Shirts" + id: "1", value: "₹1000", title: "4 Premium Shirts", icon: Package }, { - id: "2", value: "Till 11 PM", title: "Extended Store Hours" + id: "2", value: "Till 11 PM", title: "Extended Store Hours", icon: Bell }, { - id: "3", value: "Expert", title: "Style Consultation" + id: "3", value: "Expert", title: "Style Consultation", icon: Users } ]} textboxLayout="default" @@ -182,9 +182,6 @@ export default function LandingPage() {