4 Commits

Author SHA1 Message Date
4796c4fa6b Merge version_2 into main
Merge version_2 into main
2026-06-10 19:19:54 +00:00
9d13b03db8 Update src/app/page.tsx 2026-06-10 19:19:51 +00:00
723b17e0cd Merge version_1 into main
Merge version_1 into main
2026-06-10 19:18:15 +00:00
c3387164a0 Merge version_1 into main
Merge version_1 into main
2026-06-10 19:17:12 +00:00

View File

@@ -231,7 +231,7 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "1", badge: "Everyday Chic", badgeIcon: Tag, 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"}, text: "Shop Now", href: "#collections"},
], ],
@@ -240,7 +240,7 @@ export default function LandingPage() {
}, },
{ {
id: "2", badge: "Luxury Edit", badgeIcon: Crown, 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"}, text: "View Collection", href: "#collections"},
], ],