Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@pami",
|
||||
testimonial: "Amazing experience, truly luxury!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg?_wi=1",
|
||||
imageAlt: "elegant italian salon interior luxury",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@simona",
|
||||
testimonial: "The best service I've ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg?_wi=1",
|
||||
imageAlt: "professional hairdresser smiling portrait",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@clara",
|
||||
testimonial: "Absolutely professional and refined.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=1",
|
||||
imageAlt: "happy client portrait luxury salon",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
handle: "@elena",
|
||||
testimonial: "A sanctuary of pure elegance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=1",
|
||||
imageAlt: "happy client portrait luxury salon",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-female-with-afro-hairstyle-posing-with-closed-eyes-black-backround_8353-12391.jpg?_wi=2"
|
||||
imageAlt="Italian luxury beauty sanctuary"
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
title="Meet Antonella & Marco"
|
||||
description="Founders of your favorite sanctuary, bringing decades of mastery to every guest."
|
||||
subdescription="Our philosophy is built on intimate connection and editorial-grade results."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
icon={Sparkles}
|
||||
/>
|
||||
@@ -257,7 +257,7 @@ export default function LandingPage() {
|
||||
handle: "@pami",
|
||||
testimonial: "Absolutely heavenly experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -265,7 +265,7 @@ export default function LandingPage() {
|
||||
handle: "@simona",
|
||||
testimonial: "The attention to detail is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -281,7 +281,7 @@ export default function LandingPage() {
|
||||
handle: "@clara",
|
||||
testimonial: "Professional, intimate, and lovely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-adjusting-camera_23-2148916349.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -289,7 +289,7 @@ export default function LandingPage() {
|
||||
handle: "@elena",
|
||||
testimonial: "Luxury redefined in every way.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
Reference in New Issue
Block a user