From f9d3ad9bba33dcd6e1fdac72dcb3c5e69941fd48 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:06:40 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 364 +++++++++++++++++++---------------------------- 1 file changed, 146 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2b6a9b..7a47e09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,213 +1,86 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import FooterCard from "@/components/sections/footer/FooterCard"; -import { Sparkles, CheckCircle, Star, MapPin, Shield, Users, TrendingUp, Zap, Facebook, Instagram, Linkedin } from "lucide-react"; +import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import { Hammer, Wrench, Droplet, Paintbrush, Zap, MonitorPlay, CheckCircle, Phone, Mail, MessageCircle } from "lucide-react"; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, - { name: "Services", id: "/services" }, + { name: "Services", id: "services" }, + { name: "About", id: "about" }, + { name: "Testimonials", id: "testimonials" }, + { name: "Contact", id: "contact" }, ]; - const contactButton = { - text: "Get Started", href: "#contact" - }; - return (
-
-
- -
- -
- -
- -
- -
- -
+
-
- + +
+ +
+
-
- +