Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c26d586afd | |||
| 46c31ea412 | |||
| 4c07166215 | |||
| fb5f8c2412 | |||
| 87fed41cc2 | |||
| 00eb1f28dc | |||
| 2d627c0e86 |
@@ -57,10 +57,10 @@ export default function LandingPage() {
|
||||
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,
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -116,16 +116,16 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Long-Time Customer", role: "Loyal Client", testimonial: "I've been coming to this barbershop for some time now. Ivan's attention to detail and consistency are outstanding. The shop is clean, family-friendly, and appointments are always on time.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", icon: Heart,
|
||||
id: "1", name: "Long-Time Customer", role: "Loyal Client", testimonial: "I've been coming to this barbershop for some time now. Ivan's attention to detail and consistency are outstanding. The shop is clean, family-friendly, and appointments are always on time.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "2", name: "Single Mom", role: "Family Client", testimonial: "I moved here from Atlanta and walked into Garcia. Ivan was so sweet and listened to my needs. 6 years later, we still trust only Ivan. No one in the shop is rude. They rarely turn people away.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", icon: Heart,
|
||||
id: "2", name: "Single Mom", role: "Family Client", testimonial: "I moved here from Atlanta and walked into Garcia. Ivan was so sweet and listened to my needs. 6 years later, we still trust only Ivan. No one in the shop is rude. They rarely turn people away.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3", name: "Regular Customer", role: "Repeat Client", testimonial: "Fair pricing paired with superb quality of work. Garcia sets the standard for professionalism and value. I wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", icon: Heart,
|
||||
id: "3", name: "Regular Customer", role: "Repeat Client", testimonial: "Fair pricing paired with superb quality of work. Garcia sets the standard for professionalism and value. I wouldn't go anywhere else.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "4", name: "Devoted Client", role: "Multi-Year Customer", testimonial: "The Booksy app makes booking quick and convenient. But the real reason I keep coming back is the outstanding service and personal touch from the team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", icon: Heart,
|
||||
id: "4", name: "Devoted Client", role: "Multi-Year Customer", testimonial: "The Booksy app makes booking quick and convenient. But the real reason I keep coming back is the outstanding service and personal touch from the team.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -144,6 +144,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."},
|
||||
|
||||
Reference in New Issue
Block a user