7 Commits

Author SHA1 Message Date
5580958d44 Merge version_2 into main
Merge version_2 into main
2026-03-12 16:44:54 +00:00
6ae7f3c724 Update src/app/page.tsx 2026-03-12 16:44:50 +00:00
cf0557b18e Merge version_2 into main
Merge version_2 into main
2026-03-12 16:44:29 +00:00
23692e686c Update src/app/page.tsx 2026-03-12 16:44:25 +00:00
928eef4529 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:28:51 +00:00
06fb15ea80 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:28:22 +00:00
42f31c2be6 Merge version_1 into main
Merge version_1 into main
2026-03-12 16:27:32 +00:00

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" }
]}
button={{
text: "Book Now", href: "#contact"
text: "Schedule Your Appointment", href: "#contact"
}}
animateOnLoad={true}
/>
@@ -53,11 +53,11 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Johnson", handle: "Regular Client", testimonial: "Best haircut I've had in years. The attention to detail is incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg?_wi=1"
},
{
name: "David Chen", handle: "Satisfied Customer", testimonial: "GN Fades sets the standard for professional barbering in the area.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"
@@ -135,10 +135,10 @@ export default function LandingPage() {
description="Real feedback from satisfied customers who trust GN Fades"
testimonials={[
{
id: "1", title: "Five Stars, Every Time", quote: "I've been going to GN Fades for three years now. Gregory and the team never disappoint. The quality of their work is unmatched.", name: "James Wilson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg", imageAlt: "James Wilson"
id: "1", title: "Five Stars, Every Time", quote: "I've been going to GN Fades for three years now. Gregory and the team never disappoint. The quality of their work is unmatched.", name: "James Wilson", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-taking-care-client_23-2150286034.jpg?_wi=2", imageAlt: "James Wilson"
},
{
id: "2", title: "Professional Excellence", quote: "The attention to detail is incredible. Every haircut feels fresh, and the barbers really take their time with each client.", name: "Robert Taylor", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Robert Taylor"
id: "2", title: "Professional Excellence", quote: "The attention to detail is incredible. Every haircut feels fresh, and the barbers really take their time with each client.", name: "Robert Taylor", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=2", imageAlt: "Robert Taylor"
},
{
id: "3", title: "Worth Every Penny", quote: "Best barbershop in town. Clean environment, friendly staff, and outstanding results. Highly recommend!", name: "Michael Anderson", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "Michael Anderson"
@@ -192,7 +192,7 @@ export default function LandingPage() {
title="Book Your Appointment Today"
description="Step into GN Fades and experience premium barbering. Our team is ready to give you a fresh cut that turns heads."
buttons={[
{ text: "Book Now", href: "tel:+1-555-0123" },
{ text: "Schedule Your Appointment", href: "tel:+1-555-0123" },
{ text: "Visit Us", href: "https://maps.google.com" }
]}
background={{ variant: "plain" }}