diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b46e0a..fbc8407 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { description="Experience unparalleled luxury and rejuvenation at SKY SPA. We meticulously combine elegant feminine beauty with sophisticated masculine grooming, offering a serene escape to enhance your natural radiance and well-being. Discover a world-class wellness lounge designed for ultimate relaxation and revitalization." background={{"variant":"radial-gradient"}} testimonials={[ - { name: "Sarah J.", handle: "@sarah_j", testimonial: "SKY SPA transformed my skin! The facial treatments are beyond luxurious, and the results are truly remarkable. A haven of peace and pampering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", imageAlt: "happy female client spa review portrait" }, - { name: "Michael R.", handle: "@michael_r", testimonial: "The gentlemen's grooming services are exceptional. A perfect blend of modern style and classic sophistication. I always leave feeling refreshed and confident.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg", imageAlt: "handsome male client spa review portrait" }, - { name: "Emily P.", handle: "@emily_p", testimonial: "From manicures to lash extensions, every service is delivered with such precision and care. It's my go-to for all things beauty and wellness.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-coffee-spa_23-2148206166.jpg", imageAlt: "joyful woman spa experience testimonial" }, - { name: "David L.", handle: "@david_l", testimonial: "Finally found a spa that caters to both me and my wife with such high standards. The atmosphere is incredibly relaxing, and the staff are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg", imageAlt: "satisfied man luxury spa review testimonial" }, - { name: "Jessica M.", handle: "@jessica_m", testimonial: "A truly 5-star experience every single time. The attention to detail, the serene environment, and the incredible results make SKY SPA my ultimate luxury escape.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-young-women-shirts-use-jade-facial-roller-massage-skin-while-sitting-table-beauty-concept_197531-31436.jpg", imageAlt: "elegant woman spa testimonial portrait" } + { name: "Sarah J.", handle: "@sarah_j", testimonial: "SKY SPA transformed my skin! The facial treatments are beyond luxurious, and the results are truly remarkable. A haven of peace and pampering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=1", imageAlt: "happy female client spa review portrait" }, + { name: "Michael R.", handle: "@michael_r", testimonial: "The gentlemen's grooming services are exceptional. A perfect blend of modern style and classic sophistication. I always leave feeling refreshed and confident.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-brown-classic-jacket-with-crossing-arms-isolated-dark-background_613910-6555.jpg?_wi=1", imageAlt: "handsome male client spa review portrait" }, + { name: "Emily P.", handle: "@emily_p", testimonial: "From manicures to lash extensions, every service is delivered with such precision and care. It's my go-to for all things beauty and wellness.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-coffee-spa_23-2148206166.jpg?_wi=1", imageAlt: "joyful woman spa experience testimonial" }, + { name: "David L.", handle: "@david_l", testimonial: "Finally found a spa that caters to both me and my wife with such high standards. The atmosphere is incredibly relaxing, and the staff are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-man_641386-12.jpg?_wi=1", imageAlt: "satisfied man luxury spa review testimonial" }, + { name: "Jessica M.", handle: "@jessica_m", testimonial: "A truly 5-star experience every single time. The attention to detail, the serene environment, and the incredible results make SKY SPA my ultimate luxury escape.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/caucasian-young-women-shirts-use-jade-facial-roller-massage-skin-while-sitting-table-beauty-concept_197531-31436.jpg?_wi=1", imageAlt: "elegant woman spa testimonial portrait" } ]} useInvertedBackground={true} tag="Luxury Wellness" @@ -176,11 +176,11 @@ export default function LandingPage() {