From 36c402dc7bce6d6fe541e5570fdffc44184c1fc7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:48:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++++++++++++++-------------------------- 1 file changed, 82 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e03ccc..47f49a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ContactText from '@/components/sections/contact/ContactText'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterBase from '@/components/sections/footer/FooterBase'; export default function HomePage() { const navItems = [ @@ -19,9 +21,7 @@ export default function HomePage() { ]; const navButton = { - text: "Call Now: (316) 555-0147", - href: "tel:+13165550147", - }; + text: "Call Now: (316) 555-0147", href: "tel:+13165550147"}; return ( +
+ +
+
+
+ +
+