diff --git a/src/app/page.tsx b/src/app/page.tsx index eb8ac41..dbe8447 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; import { Award, Briefcase, Building, Star } from "lucide-react"; export default function LandingPage() { @@ -42,10 +42,10 @@ export default function LandingPage() { name: "Projects", id: "#projects"}, { name: "Achievements", id: "#achievements"}, - { - name: "Testimonials", id: "#testimonials"}, { name: "FAQ", id: "#faq"}, + { + name: "Questions", id: "#questions"}, { name: "Contact", id: "#contact"}, ]} @@ -58,7 +58,7 @@ export default function LandingPage() {
-
- -
+
+
+ console.log(`Question sent from: ${email}`)} + /> +
+
@@ -263,15 +255,17 @@ export default function LandingPage() { title: "Support", items: [ { label: "FAQ", href: "#faq"}, + { + label: "Ask a Question", href: "#questions"}, { label: "Contact Us", href: "#contact"}, ], }, ]} - copyrightText="© 2024 Ancer Construction LLC. All rights reserved. Proudly serving Arizona." + copyrightText="© 2024 Ancer Construction LLC. All rights reserved. Proudly serving Arizona and Las Vegas." /> ); -} +} \ No newline at end of file