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 (