From 25410af3dd4a5357191027bcf45601751fae0030 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:59:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 202 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf60c38..51edb79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,14 +5,14 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, CheckCircle, Zap } from "lucide-react"; +import { Award, CheckCircle, Zap, MapPin, Phone, Mail, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -55,35 +49,21 @@ export default function LandingPage() { description="Your trusted partner in professional growth. Delivering excellence, security, and scalable business solutions for the modern era." buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797620.jpg", - imageAlt: "modern office interior professional", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797620.jpg", imageAlt: "modern office interior professional"}, { - imageSrc: "http://img.b2bpic.net/free-photo/remote-briefing-meeting-diverse-business-people-strategic-partnership_482257-127104.jpg", - imageAlt: "team meeting collaboration professional", - }, + imageSrc: "http://img.b2bpic.net/free-photo/remote-briefing-meeting-diverse-business-people-strategic-partnership_482257-127104.jpg", imageAlt: "team meeting collaboration professional"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg", - imageAlt: "abstract tech network background", - }, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg", imageAlt: "abstract tech network background"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-people-shaking-hands-outdoor-cafe_1262-19116.jpg", - imageAlt: "professional handshake business partnership", - }, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-business-people-shaking-hands-outdoor-cafe_1262-19116.jpg", imageAlt: "professional handshake business partnership"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-corporate-woman-suit-walking-street-talking-mobile-phone-businesswoman-having_1258-194242.jpg", - imageAlt: "modern glass business building", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-corporate-woman-suit-walking-street-talking-mobile-phone-businesswoman-having_1258-194242.jpg", imageAlt: "modern glass business building"}, { - imageSrc: "http://img.b2bpic.net/free-photo/workspace-minimal-style_53876-16545.jpg", - imageAlt: "minimalist desk setup workspace", - }, + imageSrc: "http://img.b2bpic.net/free-photo/workspace-minimal-style_53876-16545.jpg", imageAlt: "minimalist desk setup workspace"}, ]} /> @@ -93,14 +73,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Built for Success" description={[ - "Our mission is to empower businesses with cutting-edge solutions that drive growth and long-term stability.", - "We focus on efficiency, professional integrity, and delivering measurable results for every client we serve.", - ]} + "Our mission is to empower businesses with cutting-edge solutions that drive growth and long-term stability.", "We focus on efficiency, professional integrity, and delivering measurable results for every client we serve."]} buttons={[ { - text: "Learn More", - href: "#features", - }, + text: "Learn More", href: "#features"}, ]} /> @@ -112,26 +88,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", - title: "Security Shield", - description: "Robust data protection and risk management services.", - tag: "Security", - imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-breach-concept_23-2152004107.jpg", - }, + id: "f1", title: "Security Shield", description: "Robust data protection and risk management services.", tag: "Security", imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-breach-concept_23-2152004107.jpg"}, { - id: "f2", - title: "Financial Growth", - description: "Strategy and planning to maximize your business potential.", - tag: "Finance", - imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761030.jpg", - }, + id: "f2", title: "Financial Growth", description: "Strategy and planning to maximize your business potential.", tag: "Finance", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761030.jpg"}, { - id: "f3", - title: "Rapid Scaling", - description: "Accelerate your output with high-speed technological infrastructure.", - tag: "Scaling", - imageSrc: "http://img.b2bpic.net/free-photo/3d-green-checkmark-icon-glossy-water-droplet-white-background_84443-91457.jpg", - }, + id: "f3", title: "Rapid Scaling", description: "Accelerate your output with high-speed technological infrastructure.", tag: "Scaling", imageSrc: "http://img.b2bpic.net/free-photo/3d-green-checkmark-icon-glossy-water-droplet-white-background_84443-91457.jpg"}, ]} title="Comprehensive Solutions" description="Explore the range of professional services designed to elevate your business operations." @@ -146,25 +107,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100+", - title: "Projects Completed", - description: "Delivered across various global industries.", - icon: CheckCircle, + id: "m1", value: "100+", title: "Projects Completed", description: "Delivered across various global industries.", icon: CheckCircle, }, { - id: "m2", - value: "98%", - title: "Client Satisfaction", - description: "A testament to our quality-first service.", - icon: Award, + id: "m2", value: "98%", title: "Client Satisfaction", description: "A testament to our quality-first service.", icon: Award, }, { - id: "m3", - value: "24/7", - title: "Expert Support", - description: "Dedicated assistance whenever you need it.", - icon: Zap, + id: "m3", value: "24/7", title: "Expert Support", description: "Dedicated assistance whenever you need it.", icon: Zap, }, ]} title="Proven Impact" @@ -177,14 +126,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Microsoft", - "Google", - "Apple", - "Amazon", - "Tesla", - "Meta", - "Netflix", - ]} + "Microsoft", "Google", "Apple", "Amazon", "Tesla", "Meta", "Netflix"]} title="Trusted by Leaders" description="Joining a network of elite partners who rely on our professional solutions daily." /> @@ -196,45 +138,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Excellent Service", - quote: "They transformed our business model within weeks.", - name: "Sarah Johnson", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", - }, + id: "1", title: "Excellent Service", quote: "They transformed our business model within weeks.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"}, { - id: "2", - title: "Highly Recommended", - quote: "Professional, efficient, and always available to help.", - name: "Michael Chen", - role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg", - }, + id: "2", title: "Highly Recommended", quote: "Professional, efficient, and always available to help.", name: "Michael Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"}, { - id: "3", - title: "Game Changer", - quote: "The metrics speak for themselves - truly impressive.", - name: "Emily Rodriguez", - role: "Marketing Director", - imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg", - }, + id: "3", title: "Game Changer", quote: "The metrics speak for themselves - truly impressive.", name: "Emily Rodriguez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-senior-executive-looking-camera_1262-2374.jpg"}, { - id: "4", - title: "Top Tier", - quote: "An absolute pleasure to work with this expert team.", - name: "David Kim", - role: "Product Manager", - imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg", - }, + id: "4", title: "Top Tier", quote: "An absolute pleasure to work with this expert team.", name: "David Kim", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg"}, { - id: "5", - title: "Reliable Partner", - quote: "Consistent growth and transparency throughout the project.", - name: "Anna Petrova", - role: "Operations Lead", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - }, + id: "5", title: "Reliable Partner", quote: "Consistent growth and transparency throughout the project.", name: "Anna Petrova", role: "Operations Lead", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"}, ]} title="Client Success Stories" description="Hear directly from those who trust us with their business growth." @@ -247,20 +159,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How do I start?", - content: "Simply reach out via our contact form to schedule an initial discovery call.", - }, + id: "q1", title: "How do I start?", content: "Simply reach out via our contact form to schedule an initial discovery call."}, { - id: "q2", - title: "What is the timeline?", - content: "Timelines depend on project complexity, but we aim for rapid deployment.", - }, + id: "q2", title: "What is the timeline?", content: "Timelines depend on project complexity, but we aim for rapid deployment."}, { - id: "q3", - title: "Do you provide support?", - content: "Yes, we offer comprehensive 24/7 technical and strategic support.", - }, + id: "q3", title: "Do you provide support?", content: "Yes, we offer comprehensive 24/7 technical and strategic support."}, ]} title="Frequently Asked Questions" description="Quick answers to help you understand our process and services better." @@ -272,55 +175,30 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1