Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function VibeBarberShop() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
background="plain"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,15 +49,15 @@ export default function VibeBarberShop() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus J.", handle: "@marcus.style", testimonial: "Best barber in the city. Every visit feels like coming home. The attention to detail is unmatched!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetarian-burgers_1220-55.jpg?_wi=1", imageAlt: "Marcus J testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetarian-burgers_1220-55.jpg", imageAlt: "Marcus J testimonial"
|
||||
},
|
||||
{
|
||||
name: "David K.", handle: "@davidk.cuts", testimonial: "The precision and craftsmanship here are incredible. I've been coming for 3 years and never look back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg?_wi=1", imageAlt: "David K testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg", imageAlt: "David K testimonial"
|
||||
},
|
||||
{
|
||||
name: "James R.", handle: "@jamesrbarber", testimonial: "Vibe Barbershop is where quality meets passion. My go-to place for the perfect cut every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James R testimonial"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James R testimonial"
|
||||
}
|
||||
]}
|
||||
tag="Premium Barbershop"
|
||||
@@ -153,13 +153,13 @@ export default function VibeBarberShop() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Business Owner", testimonial: "Best barber in the city. Every visit feels like coming home. The attention to detail is unmatched! Vibe Barbershop has become part of my weekly routine.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetarian-burgers_1220-55.jpg?_wi=2", imageAlt: "Marcus Johnson testimonial", icon: Star
|
||||
id: "1", name: "Marcus Johnson", role: "Business Owner", testimonial: "Best barber in the city. Every visit feels like coming home. The attention to detail is unmatched! Vibe Barbershop has become part of my weekly routine.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetarian-burgers_1220-55.jpg", imageAlt: "Marcus Johnson testimonial", icon: Star
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Kim", role: "Creative Director", testimonial: "The precision and craftsmanship here are incredible. I've been coming for 3 years and never look back. Every cut exceeds my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg?_wi=2", imageAlt: "David Kim testimonial", icon: Star
|
||||
id: "2", name: "David Kim", role: "Creative Director", testimonial: "The precision and craftsmanship here are incredible. I've been coming for 3 years and never look back. Every cut exceeds my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900162.jpg", imageAlt: "David Kim testimonial", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Rodriguez", role: "Tech Professional", testimonial: "Vibe Barbershop is where quality meets passion. My go-to place for the perfect cut every time. The barbers truly understand what I want.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "James Rodriguez testimonial", icon: Star
|
||||
id: "3", name: "James Rodriguez", role: "Tech Professional", testimonial: "Vibe Barbershop is where quality meets passion. My go-to place for the perfect cut every time. The barbers truly understand what I want.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Rodriguez testimonial", icon: Star
|
||||
},
|
||||
{
|
||||
id: "4", name: "Anthony Martinez", role: "Fitness Coach", testimonial: "Professional, friendly, and incredibly talented. Every visit feels special and personal. I recommend Vibe Barbershop to all my clients.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-drinking-coffee-tea-from-office-mug-smiling-enthusiastic-camera-s_1258-154544.jpg", imageAlt: "Anthony Martinez testimonial", icon: Star
|
||||
|
||||
Reference in New Issue
Block a user