Merge version_1 into main #2
@@ -59,19 +59,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarah_beauty_lover", testimonial: "Elizabeth Salon completely transformed my look! The attention to detail and professionalism are unmatched. I've been going for 3 years and wouldn't trust anyone else with my hair.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=1", imageAlt: "Sarah Mitchell satisfied client"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Sarah Mitchell satisfied client"
|
||||
},
|
||||
{
|
||||
name: "Jessica Chen", handle: "@jess_glowing", testimonial: "The facial treatment I received was absolutely luxurious. The esthetician knew exactly what my skin needed. I felt pampered and my skin has never looked better!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=1", imageAlt: "Jessica Chen happy client"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Jessica Chen happy client"
|
||||
},
|
||||
{
|
||||
name: "Amanda Rodriguez", handle: "@amanda_style", testimonial: "Best salon experience ever! From the moment I walked in, I felt welcomed and cared for. The stylists listened to my needs and delivered exactly what I wanted.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=1", imageAlt: "Amanda Rodriguez satisfied customer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", imageAlt: "Amanda Rodriguez satisfied customer"
|
||||
},
|
||||
{
|
||||
name: "Michelle Thompson", handle: "@michelle_shine", testimonial: "I came in nervous about trying balayage for the first time. The team's expertise and reassurance made all the difference. I love my new hair color!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg?_wi=1", imageAlt: "Michelle Thompson happy with new hairstyle"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg", imageAlt: "Michelle Thompson happy with new hairstyle"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -140,8 +140,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 lg:py-24"
|
||||
containerClassName="max-w-7xl"
|
||||
titleClassName="text-3xl md:text-4xl lg:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl lg:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,8 +176,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 lg:py-24"
|
||||
containerClassName="max-w-7xl"
|
||||
titleClassName="text-3xl md:text-4xl lg:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl lg:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -208,8 +208,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 lg:py-24"
|
||||
containerClassName="max-w-7xl"
|
||||
titleClassName="text-3xl md:text-4xl lg:text-5xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl lg:text-5xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -217,16 +217,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
||||
id: "testimonial-1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg?_wi=2", imageAlt: "Jessica Chen"
|
||||
id: "testimonial-2", name: "Jessica Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6626.jpg", imageAlt: "Jessica Chen"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "Amanda Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg?_wi=2", imageAlt: "Amanda Rodriguez"
|
||||
id: "testimonial-3", name: "Amanda Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15845.jpg", imageAlt: "Amanda Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "Michelle Thompson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg?_wi=2", imageAlt: "Michelle Thompson"
|
||||
id: "testimonial-4", name: "Michelle Thompson", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-sweater-smiling-vintage-lights_114579-81359.jpg", imageAlt: "Michelle Thompson"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", name: "Lauren Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-fascinating-young-woman-playfully-posing-sunny-day-standing-park-outdoor-photo-gorgeous-girl-with-beautiful-light-green-eyes-smiling-touching-her-chin_197531-3923.jpg", imageAlt: "Lauren Davis"
|
||||
@@ -279,8 +279,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
className="py-16 lg:py-24"
|
||||
containerClassName="max-w-4xl"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-base md:text-lg text-gray-700 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user