From 0aed85c5be969a7c52a6e6efa09e6bbbe10e2928 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:31:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 98 +++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 60 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd4af9..2fd631f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -56,15 +56,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", title: "Zero Latency Build Times", tags: ["Performance"], - imageSrc: "http://img.b2bpic.net/free-photo/neon-lights-from-wonder-wheel-light-bulb_23-2148328102.jpg"}, - { - id: "2", title: "Full Codebase Ownership", tags: ["Control"], - imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-preparing-visual-preview-clients-pc-close-up_482257-118882.jpg"}, - { - id: "3", title: "Infinite API Flexibility", tags: ["Flexibility"], - imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg"}, + { id: "1", title: "Zero Latency Build Times", tags: ["Performance"], imageSrc: "http://img.b2bpic.net/free-photo/neon-lights-from-wonder-wheel-light-bulb_23-2148328102.jpg"}, + { id: "2", title: "Full Codebase Ownership", tags: ["Control"], imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-preparing-visual-preview-clients-pc-close-up_482257-118882.jpg"}, + { id: "3", title: "Infinite API Flexibility", tags: ["Flexibility"], imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg"}, ]} title="Why Nexus Outperforms" description="Lovable provides a great starting point, but Nexus is built for scale, performance, and complete ownership." @@ -72,84 +66,68 @@ export default function LandingPage() {
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1