diff --git a/src/app/page.tsx b/src/app/page.tsx index 9300114..60a39b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; @@ -12,6 +10,8 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import { Eye, Award, Diamond, Zap } from 'lucide-react'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( @@ -156,13 +156,17 @@ export default function LandingPage() { useInvertedBackground={true} names={[ "Vogue", "Elle", "Harper's Bazaar", "GQ", "WWD", "Hypebeast", "Highsnobiety"]} - title="As Seen In" - description="KEHRI is recognized by leading voices in fashion and digital innovation." + title="Trusted by Industry Leaders" + description="Our dedication to innovation and quality has earned recognition from top fashion and digital publications." + buttons={[ + { + text: "Learn More", href: "#about"} + ]} />