From ee5801c94dafd5eea91aa503952842d17c5297f5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 09:27:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 ++++++++++++----------------------------------- 1 file changed, 44 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15c621f..86f2d10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,46 +45,29 @@ export default function LandingPage() {
@@ -124,23 +95,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Scalable Strategy", - description: "Adaptive frameworks that grow alongside your business requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=2", - imageAlt: "Strategy", - }, + title: "Scalable Strategy", description: "Adaptive frameworks that grow alongside your business requirements.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-conference-room_53876-15277.jpg?_wi=2", imageAlt: "Strategy"}, { - title: "Data Analytics", - description: "Informed decision making through precise tracking and metric reporting.", - imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=2", - imageAlt: "Analytics", - }, + title: "Data Analytics", description: "Informed decision making through precise tracking and metric reporting.", imageSrc: "http://img.b2bpic.net/free-photo/office-chair-still-life_23-2151149088.jpg?_wi=2", imageAlt: "Analytics"}, { - title: "Process Automation", - description: "Streamlining mundane tasks to focus on what matters most to your team.", - imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=2", - imageAlt: "Automation", - }, + title: "Process Automation", description: "Streamlining mundane tasks to focus on what matters most to your team.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-office_1098-16223.jpg?_wi=2", imageAlt: "Automation"}, ]} title="Core Operational Strengths" description="We provide robust features designed to optimize your workflow and maximize results." @@ -154,59 +113,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Elena Vance", - role: "Director", - company: "Global Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=1", - }, + id: "1", name: "Elena Vance", role: "Director", company: "Global Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=1"}, { - id: "2", - name: "Marcus Thorne", - role: "Founder", - company: "Innovate Ltd", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg", - }, + id: "2", name: "Marcus Thorne", role: "Founder", company: "Innovate Ltd", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg"}, { - id: "3", - name: "Sarah Jenkins", - role: "Manager", - company: "Creative Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg", - }, + id: "3", name: "Sarah Jenkins", role: "Manager", company: "Creative Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-office-by-window_1303-21128.jpg"}, { - id: "4", - name: "David Wu", - role: "Lead Architect", - company: "BuildRight", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", - }, + id: "4", name: "David Wu", role: "Lead Architect", company: "BuildRight", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"}, { - id: "5", - name: "Jessica Lee", - role: "CEO", - company: "Startup Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2", - }, + id: "5", name: "Jessica Lee", role: "CEO", company: "Startup Hub", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149622870.jpg?_wi=2"}, ]} kpiItems={[ { - value: "95%", - label: "Client Satisfaction", - }, + value: "95%", label: "Client Satisfaction"}, { - value: "200+", - label: "Projects Completed", - }, + value: "200+", label: "Projects Completed"}, { - value: "15", - label: "Global Industries", - }, + value: "15", label: "Global Industries"}, ]} title="Voices of Our Partners" description="See why industry leaders choose us to define their path to success." @@ -217,54 +145,37 @@ export default function LandingPage() {