diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c34e82..6b39dc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { CalendarCheck, Mail, MessageSquare, Sparkles, Timer, Tv } from "lucide-react"; @@ -33,7 +32,7 @@ export default function LandingPage() { { name: "Live Shows", id: "live-shows" }, { name: "Bundles", id: "bundles" }, { name: "Reviews", id: "reviews" }, - { name: "Support", id: "support" }, + { name: "Support", id: "/support" }, { name: "Shop", id: "/shop" }, { name: "Blog", id: "/blog" } ]} @@ -96,8 +95,7 @@ export default function LandingPage() { description="Experience the thrill of live selling with daily product drops and exclusive reseller bundles on Whatnot. Don't miss out on the best deals and the latest beauty trends!" features={[ { icon: CalendarCheck, title: "Upcoming Shows", description: "Stay updated with our schedule and never miss a live event for the freshest drops." }, - { icon: Tv, title: "Watch Us Live", description: "Tune in now to catch our current live broadcast and snag exclusive beauty bundles." }, - { icon: Timer, title: "Countdown Timer", description: "See exactly when our next exciting live show is about to begin!" }, + { icon: Tv, title: "Watch Us Live", description: "Tune in now to catch our current live broadcast and snag exclusive beauty bundles." }, { icon: Timer, title: "Countdown Timer", description: "See exactly when our next exciting live show is about to begin!" }, ]} animationType="slide-up" textboxLayout="default" @@ -180,43 +178,15 @@ export default function LandingPage() { iconContainerClassName="!bg-[--primary-cta] !text-[--primary-cta-text] rounded-full p-4 shadow-md" cardTitleClassName="text-xl md:text-2xl font-semibold mt-4" cardDescriptionClassName="text-md md:text-lg font-light text-balance" - buttons={[{ text: "Join The Glow Fam", href: "#contact-support" }]} + buttons={[{ text: "Join The Glow Fam", href: "/support" }]} buttonAnimation="slide-up" /> -