2 Commits

Author SHA1 Message Date
00eb1f28dc Update src/app/page.tsx 2026-03-05 14:27:22 +00:00
2d627c0e86 Merge version_1 into main
Merge version_1 into main
2026-03-05 14:07:06 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Heart } from "lucide-react";
import { Heart, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -55,11 +55,9 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
testimonials={[
{
name: "Ivan's Regular", handle: "Loyal Customer", testimonial: "I've been coming here for years. Ivan's attention to detail and consistency are outstanding. Always on time.", rating: 5,
{ name: "Ivan's Regular", handle: "Loyal Customer", testimonial: "I've been coming here for years. Ivan's attention to detail and consistency are outstanding. Always on time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
{
name: "Family Trusted", handle: "Single Mom", testimonial: "6 years and we still trust only Ivan. Clean, family-friendly vibe. No one is rude here.", rating: 5,
{ name: "Family Trusted", handle: "Single Mom", testimonial: "6 years and we still trust only Ivan. Clean, family-friendly vibe. No one is rude here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
]}
testimonialRotationInterval={5000}
@@ -144,6 +142,8 @@ export default function LandingPage() {
imageAlt="Garcia Barbershop professional setting"
mediaPosition="left"
mediaAnimation="opacity"
buttons={[{ text: "Call: (610) 365-3608", href: "tel:6103653608" }]}
buttonAnimation="blur-reveal"
faqs={[
{
id: "1", title: "How do I book an appointment?", content: "You can book through our Booksy app for quick and convenient scheduling. Just search for Garcia Barbershop and select your preferred barber and time. You can also call us at (610) 365-3608 to confirm."},