From 571f086db2b47af580258c774c704d6cfb8821db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:08:00 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 175bef1..72f4cad 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -36,7 +36,8 @@ export default function ContactPage() { brandName="AutoFlow AI" navItems={navItems} button={{ - text: "Get More Customers", href: "/contact#contact"}} + text: "Get More Customers", href: "/contact#contact" + }} /> -- 2.49.1 From 16f8942914c1c33901e5fd0565152895e0313c23 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:08:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 98 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f053c46..3f30ffb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FaqBase from "@/components/sections/faq/FaqBase"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Zap, Sparkles, Star, Crown, Gift, MessageCircle, Phone, CheckCircle } from "lucide-react"; @@ -120,6 +121,35 @@ export default function HomePage() { /> +
+ +
+
+
+
+
+
+ +
+