diff --git a/src/app/page.tsx b/src/app/page.tsx index e647ebd..bedaf9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks"; +import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; @@ -40,23 +40,19 @@ export default function WebAgency2Page() { button={{ text: "Request Audit", href: "#contact" }} />
-
@@ -99,7 +95,7 @@ export default function WebAgency2Page() { { title: "Customer Support AI", description: "Instant AI chat support for your website.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065061.jpg", imageAlt: "AI Chat Bot", buttonIcon: ArrowUpRight }, { title: "Operational Workflow", description: "End-to-end task management automation.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bored-people-working_23-2150697568.jpg", imageAlt: "Work Automation", buttonIcon: ArrowUpRight }, { title: "Data Synthesis", description: "Automated document and data parsing.", imageSrc: "http://img.b2bpic.net/free-photo/female-architect-looking-building-model-late-night-time-home-office-engineer-artist-creating-working-office-holding-scale-building-model-determination-career_482257-6670.jpg", imageAlt: "Data Processing", buttonIcon: ArrowUpRight }, - { title: "Growth Tracking", description: "Automated reporting and trend forecasting.", imageSrc: "http://img.b2bpic.net/free-photo/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Analytics Report", buttonIcon: ArrowUpRight } + { title: "Growth Tracking", description: "Automated reporting and trend forecasting.", imageSrc: "http://img.b2bpic.net/student-home-taking-notes-while-watching-presentation-closeup_482257-118737.jpg", imageAlt: "Analytics Report", buttonIcon: ArrowUpRight } ]} />
@@ -138,7 +134,7 @@ export default function WebAgency2Page() { useInvertedBackground={false} team={[ { id: "t1", name: "Dr. Aris Thorne", role: "Lead AI Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-cafe-owner-wearing-visor-protective-gloves-while-using-digital-tablet-looking-camera_637285-6574.jpg" }, - { id: "t2", name: "Maya Joshi", role: "Workflow Strategist", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-woman-smiling_1187-1564.jpg" }, + { id: "t2", name: "Maya Joshi", role: "Workflow Strategist", imageSrc: "http://img.b2bpic.net/senior-business-woman-smiling_1187-1564.jpg" }, { id: "t3", name: "Kevin O'Shea", role: "Integrations Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-architect-analyzing-building-model-design-urban-construction-office_482257-37076.jpg" }, ]} />