From 4b234860eba3c9ba873c9e6828e91d5ffb180deb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 21:05:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 61 +++++++++++++++++++++--------------------------- 1 file changed, 26 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac99058..0fcb073 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import { BarChart, Shield, Zap } from "lucide-react"; export default function LandingPage() { @@ -65,21 +65,21 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Priority Support", description: "Get help when you need it most with our expert team.", icon: Shield, + title: "Priority Support", description: "Get help when you need it most with our expert team.", icon: Shield, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663008.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working_23-2148836086.jpg" }, ] }, { - title: "Automated Workflows", description: "Streamlined maintenance pipelines for efficiency.", icon: Zap, + title: "Automated Workflows", description: "Streamlined maintenance pipelines for efficiency.", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-black-white-background_23-2150913805.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-network-flow_84443-74097.jpg" }, ] }, { - title: "Monthly Reports", description: "Stay in the loop with transparent progress tracking.", icon: BarChart, + title: "Monthly Reports", description: "Stay in the loop with transparent progress tracking.", icon: BarChart, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/businesman-technological-scene_1134-492.jpg" }, @@ -122,16 +122,14 @@ export default function LandingPage() {
-
-
-
-- 2.49.1