From 987d629f7b48442e5967b3fa7c5d8f4e404defce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:00:23 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 60 ++++++++++++++++-------------------------------- 1 file changed, 20 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8173b2c..c52c67f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,11 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Twitter, Linkedin, Github, Phone } from 'lucide-react'; +import { Twitter, Linkedin, Github } from 'lucide-react'; export default function LandingPage() { return ( @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXh5KliD4l7rWjrQZkOq7ZuPnH/a-beautiful-modern-website-landing-page--1772833274162-e53248a8.png", imageAlt: "Modern website design showcase" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXh5KliD4l7rWjrQZkOq7ZuPnH/a-sleek-web-design-dashboard-showing-web-1772833274055-9bce41a0.png?_wi=1", imageAlt: "Website builder dashboard interface" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXh5KliD4l7rWjrQZkOq7ZuPnH/a-sleek-web-design-dashboard-showing-web-1772833274055-9bce41a0.png", imageAlt: "Website builder dashboard interface" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXh5KliD4l7rWjrQZkOq7ZuPnH/professional-website-examples-and-templa-1772833274970-e611b54a.png", imageAlt: "Website portfolio gallery templates" @@ -108,52 +108,44 @@ export default function LandingPage() {
-
-
-