diff --git a/src/app/page.tsx b/src/app/page.tsx index 049b2a7..a92590c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,10 +5,11 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplit from "@/components/sections/hero/HeroSplit"; import TextAbout from "@/components/sections/about/TextAbout"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import FeatureCardTwelve as FeatureCardTwelveWhy from "@/components/sections/feature/FeatureCardTwelve"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Phone } from "lucide-react"; +import { Phone, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -26,7 +27,7 @@ export default function LandingPage() { >
@@ -65,29 +66,29 @@ export default function LandingPage() {
- Saturday: 9 AM – 6 PM
Sunday: Closed" + id: "1", title: "What are your hours of operation?", content: "Monday–Friday: 9 AM – 6 PM
Saturday: 9 AM – 5 PM
Sunday: Closed" }, { - id: "2", title: "Where are you located?", content: "Elite Barbershop is located in Houston, Texas. We're easily accessible and offer ample parking for your convenience." + id: "2", title: "Where are you located?", content: "Shine Auto Detailing is located in Houston, Texas. We have convenient parking and are easily accessible for all your vehicle detailing needs." }, { - id: "3", title: "Do you take walk-ins?", content: "Yes, we welcome walk-ins! However, we recommend calling ahead during peak hours to minimize wait times." + id: "3", title: "Do you offer mobile detailing?", content: "We primarily operate at our Houston location, but contact us to discuss your specific needs. We may be able to accommodate special requests." }, { id: "4", title: "What payment methods do you accept?", content: "We accept cash, credit cards, and digital payments for your convenience." @@ -180,7 +181,7 @@ export default function LandingPage() {