diff --git a/src/app/page.tsx b/src/app/page.tsx index d54e217..c3e561b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,14 @@ 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 FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -31,28 +30,14 @@ export default function LandingPage() {
@@ -62,41 +47,11 @@ export default function LandingPage() { description="AR Marketing delivers unparalleled growth strategies through precision data and high-end creative execution." tag="PREMIUM DIGITAL AGENCY" buttons={[ - { - text: "Get Started", - href: "#contact", - }, - { - text: "Explore Services", - href: "#features", - }, + { text: "Get Started", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-landscape-flowing-dots_1048-13342.jpg?_wi=1" imageAlt="Futuristic 3D digital landscape" showBlur={true} - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-thinking-about-business-while-holding-hand-chin-isolated-dark-background_613910-17781.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-with-eyeglasses_23-2148452693.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/serious-beautiful-middle-aged-business-woman_1262-3072.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/businessman-wearing-glasses-using-digital-tablet_329181-740.jpg", - alt: "Client 5", - }, - ]} - avatarText="Trusted by 100+ global brands" /> @@ -107,197 +62,72 @@ export default function LandingPage() { /> -