From 9d13b03db80582cfb33dd0446ac32544fcfb68a7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 19:19:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 082c6eb..bbff3cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -231,7 +231,7 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Everyday Chic", badgeIcon: Tag, - price: "Discover Affordable Quality", subtitle: "Curated essentials for daily elegance.", buttons: [ + price: "From ₦50,000", subtitle: "Curated essentials for daily elegance.", buttons: [ { text: "Shop Now", href: "#collections"}, ], @@ -240,7 +240,7 @@ export default function LandingPage() { }, { id: "2", badge: "Luxury Edit", badgeIcon: Crown, - price: "Experience Premium Fashion", subtitle: "Exquisite pieces for special occasions and refined tastes.", buttons: [ + price: "From ₦150,000", subtitle: "Exquisite pieces for special occasions and refined tastes.", buttons: [ { text: "View Collection", href: "#collections"}, ],