From 9aa720dd5749263edf081def2d767d61ceaa6d57 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:46:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 +++++++++++++++-------------------------------- 1 file changed, 40 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2624d0f..18942f0 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 ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -30,16 +30,11 @@ export default function LandingPage() { @@ -90,12 +75,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Cloud Infrastructure", description: "Robust, scalable cloud solutions that grow alongside your business demands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-icon-based-illustration-showing-cl-1775432189658-51e9d6d0.png"}, - { - title: "AI & Automation", description: "Integrated artificial intelligence to automate processes and unlock deep insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-illustration-of-artificial-intelli-1775432190800-fd529547.png"}, - { - title: "Data Analytics", description: "Real-time insights that help you make informed, data-driven decisions every day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/illustration-showing-analytics-reporting-1775432191216-257d451e.png"}, + { title: "Cloud Infrastructure", description: "Robust, scalable cloud solutions that grow alongside your business demands.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-icon-based-illustration-showing-cl-1775432189658-51e9d6d0.png" }, + { title: "AI & Automation", description: "Integrated artificial intelligence to automate processes and unlock deep insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/clean-illustration-of-artificial-intelli-1775432190800-fd529547.png" }, + { title: "Data Analytics", description: "Real-time insights that help you make informed, data-driven decisions every day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BqFxVa0d63CF0OWKVW9IS5sYao/illustration-showing-analytics-reporting-1775432191216-257d451e.png" }, ]} title="Comprehensive Development Services" description="Powerful tools designed to accelerate your growth and simplify complex workflows." @@ -106,88 +88,57 @@ export default function LandingPage() {
-
-
-
-- 2.49.1