From 5bf659618eb834a2e5cf8a650718ecc652bf6331 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:02:34 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 33dcd51..41cd35d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,18 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function ContactPage() { return ( - + Date: Wed, 8 Apr 2026 00:02:34 +0000 Subject: [PATCH 2/4] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 47d802b..ce4074f 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -7,7 +7,18 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function FaqPage() { return ( - + Date: Wed, 8 Apr 2026 00:02:35 +0000 Subject: [PATCH 3/4] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 8b2a88a..2457301 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, Package, ShoppingBag } from "lucide-react"; export default function HowItWorksPage() { return ( @@ -38,6 +37,7 @@ export default function HowItWorksPage() { title="The Vintage Curation Process" description="From sourcing rare finds to restoring quality, here is how we bring you the ultimate vintage experience." textboxLayout="split-description" + animationType="opacity" items={[ { trigger: "1. Sourcing", content: "Our team travels globally to handpick one-of-a-kind vintage items, focusing on high-quality fabrics and timeless streetwear silhouettes.", imageOne: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C374B1YD0AKUmGNpzIynXP84Ag/uploaded-1775602334039-leqsugjz.png?_wi=2" @@ -64,4 +64,4 @@ export default function HowItWorksPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 8499d10757f10537afa11ea18b3cedfcb4f86898 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:02:35 +0000 Subject: [PATCH 4/4] Update src/app/subscription-plans/page.tsx --- src/app/subscription-plans/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/subscription-plans/page.tsx b/src/app/subscription-plans/page.tsx index 8da6ff4..58eaddd 100644 --- a/src/app/subscription-plans/page.tsx +++ b/src/app/subscription-plans/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Gem, Sparkles, Star } from "lucide-react"; +import { Star, Sparkles, Gem } from "lucide-react"; export default function SubscriptionPlansPage() { return ( @@ -39,6 +39,7 @@ export default function SubscriptionPlansPage() { description="Choose the plan that fits your style. Unlock exclusive drops, early access, and curated vintage selections." animationType="depth-3d" textboxLayout="split-description" + useInvertedBackground={false} plans={[ { id: "essential", badge: "Starter", badgeIcon: Star, @@ -68,4 +69,4 @@ export default function SubscriptionPlansPage() { ); -} +} \ No newline at end of file -- 2.49.1