From eb32d2b006dcad4cdb894a07ef62d3b354209a96 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 22:25:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 175 ++++++++++++++--------------------------------- 1 file changed, 51 insertions(+), 124 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1661e3e..575dbea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Award, Diamond, Scissors, Sparkles, User, Zap } from "lucide-react"; export default function LandingPage() { @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -63,19 +51,14 @@ export default function LandingPage() {
-
@@ -251,30 +197,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What are your operating hours?", - content: "We are open daily until 10 p.m., ensuring you can always find a time that fits your schedule.", - }, + id: "1", title: "What are your operating hours?", content: "We are open daily until 10 p.m., ensuring you can always find a time that fits your schedule."}, { - id: "2", - title: "Do I need an appointment?", - content: "While walk-ins are welcome, we highly recommend booking an appointment to guarantee your preferred time and barber.", - }, + id: "2", title: "Do I need an appointment?", content: "While walk-ins are welcome, we highly recommend booking an appointment to guarantee your preferred time and barber."}, { - id: "3", - title: "What services do you offer?", - content: "We offer a wide range of services including precision haircuts, hot towel shaves, beard trims, and full grooming packages.", - }, + id: "3", title: "What services do you offer?", content: "We offer a wide range of services including precision haircuts, hot towel shaves, beard trims, and full grooming packages."}, { - id: "4", - title: "Where are you located?", - content: "You can find us at 1157 NW 22nd Ave, Miami, FL 33125, United States. We're easy to access!", - }, + id: "4", title: "Where are you located?", content: "You can find us at 1157 NW 22nd Ave, Miami, FL 33125, United States. We're easy to access!"}, { - id: "5", - title: "What payment methods do you accept?", - content: "For your convenience, we accept all major credit cards, debit cards, and cash payments.", - }, + id: "5", title: "What payment methods do you accept?", content: "For your convenience, we accept all major credit cards, debit cards, and cash payments."}, ]} title="Your Questions, Answered." description="Find quick answers to the most common questions about our services and booking process at The Factory Barbershop." @@ -286,13 +217,9 @@ export default function LandingPage() {
-- 2.49.1