From 368764719b1188e8e1c60ffcfa1ccd1aa44c71eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:40:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4aa2fc..33a180e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,40 +2,35 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Shield, Sparkles, Zap } from "lucide-react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Sparkles, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -52,7 +47,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Client 4" }, - { src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", alt: "Client 5" }, + { src: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", alt: "Client 5" } ]} avatarText="Trusted by 500+ elite clients" /> @@ -76,7 +71,7 @@ export default function LandingPage() { features={[ { icon: Sparkles, title: "Bespoke Solutions", description: "Tailored strategies designed for your specific business requirements." }, { icon: Shield, title: "Elite Security", description: "Unrivaled protection and reliability for your most sensitive data." }, - { icon: Zap, title: "Rapid Execution", description: "Lightning-fast deployment without compromising on luxury quality standards." }, + { icon: Zap, title: "Rapid Execution", description: "Lightning-fast deployment without compromising on luxury quality standards." } ]} title="Our Premium Services" description="Excellence in every detail." @@ -97,15 +92,15 @@ export default function LandingPage() { @@ -146,7 +141,7 @@ export default function LandingPage() { logoText="ELITE" columns={[ { title: "Connect", items: [{ label: "Contact Info", href: "#" }, { label: "Instagram", href: "#" }] }, - { title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Terms", href: "#" }] }, + { title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Terms", href: "#" }] } ]} copyrightText="© 2024 Elite Services. All rights reserved." /> -- 2.49.1