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 ( - + + ); -} +} \ No newline at end of file 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