diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a2de91..37c733a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Calendar, Music, ShieldCheck, Users } from "lucide-react"; export default function LandingPage() { @@ -35,8 +35,8 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Services", id: "features" }, - { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "Community", id: "testimonials" }, + { name: "Support", id: "contact" }, ]} brandName="PartyFind" /> @@ -146,20 +146,18 @@ export default function LandingPage() {
-
@@ -168,51 +166,52 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Microsoft", "Google", "Airbnb", "Spotify", "Netflix", "Adobe", "Intel"]} - title="Trusted Partners" - description="We work with top-tier industry brands." + "Privacy Shield Certified", "GDPR Compliant", "Secure Data Protocols", "Trusted by Partners", "Encrypted Planning"] + } + title="Privacy & Security First" + description="We protect your data and privacy with enterprise-grade standards." />
-
- console.log("User engagement:", email)} />