Merge version_4 into main #5
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "g1", name: "Signature Balayage", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167372.jpg" },
|
||||
{ id: "g2", name: "Modern Cut", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58755.jpg" },
|
||||
{ id: "g3", name: "Elegant Blowout", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg" },
|
||||
{ id: "g3", name: "Elegant Blowout", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=1" },
|
||||
{ id: "g4", name: "Custom Styling", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg" },
|
||||
{ id: "g5", name: "Bridal Design", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg" },
|
||||
{ id: "g6", name: "Salon Interior", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/luxury-interior-decor-with-natural-lighting-ambiance-generated-by-ai_188544-28046.jpg" }
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={Array(7).fill(0).map((_, i) => ({
|
||||
id: String(i + 1),
|
||||
name: "Valued Client", date: "2024", title: "5.0 Rating", quote: "Absolute perfection! This is the most luxurious salon experience in San Diego. Highly recommend!", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg"}))}
|
||||
name: "Valued Client", date: "2024", title: "5.0 Rating", quote: "Absolute perfection! This is the most luxurious salon experience in San Diego. Highly recommend!", tag: "5.0 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-consultation-with-hairdresser_23-2147769876.jpg?_wi=2"}))}
|
||||
title="What Our Clients Say"
|
||||
description="Rated 5.0 out of 5 stars based on 7 reviews."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user