Update src/app/page.tsx
This commit is contained in:
@@ -51,25 +51,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah L.", handle: "@sarahnails", testimonial: "The best manicure I've ever had. So convenient!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bride-with-drink_23-2149722001.jpg", imageAlt: "luxury manicure elegant dark background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-bride-with-drink_23-2149722001.jpg?_wi=1", imageAlt: "luxury manicure elegant dark background"},
|
||||
{
|
||||
name: "Mariam A.", handle: "@mariambeauty", testimonial: "Drip Nail brings true luxury to my living room.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reusable-menstrual-cup-product_23-2149408780.jpg", imageAlt: "luxury manicure elegant dark background"},
|
||||
{
|
||||
name: "Elena K.", handle: "@elenastyle", testimonial: "Professional, clean, and absolutely stunning results.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21433.jpg", imageAlt: "luxury manicure elegant dark background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21433.jpg?_wi=1", imageAlt: "luxury manicure elegant dark background"},
|
||||
{
|
||||
name: "Fatima Y.", handle: "@fatimanails", testimonial: "I love the mobile service, it saves so much time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-holding-purple-flower_23-2149311597.jpg", imageAlt: "luxury manicure elegant dark background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-holding-purple-flower_23-2149311597.jpg?_wi=1", imageAlt: "luxury manicure elegant dark background"},
|
||||
{
|
||||
name: "Hana T.", handle: "@hanabeauty", testimonial: "Highest quality products and impeccable service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48318.jpg", imageAlt: "luxury manicure elegant dark background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48318.jpg?_wi=1", imageAlt: "luxury manicure elegant dark background"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-happy-bride-with-drink_23-2149722001.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-happy-bride-with-drink_23-2149722001.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-make-up-brush-mirror_23-2148752498.jpg", alt: "Woman using a make-up brush in the mirror"},
|
||||
@@ -101,11 +101,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Essential", title: "Classic Manicure", subtitle: "Flawless basic care", description: "Expert shaping, cuticle care, and high-quality polish.", imageSrc: "http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21433.jpg"},
|
||||
tag: "Essential", title: "Classic Manicure", subtitle: "Flawless basic care", description: "Expert shaping, cuticle care, and high-quality polish.", imageSrc: "http://img.b2bpic.net/free-photo/focused-talented-manicurist-is-working-her-own-workplace-busy-beauty-salon-she-is-wearing-protective-mask_613910-21433.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Popular", title: "Gel Extensions", subtitle: "Durable elegance", description: "High-end gel application for long-lasting, perfect nails.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-holding-purple-flower_23-2149311597.jpg"},
|
||||
tag: "Popular", title: "Gel Extensions", subtitle: "Durable elegance", description: "High-end gel application for long-lasting, perfect nails.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-manicure-holding-purple-flower_23-2149311597.jpg?_wi=2"},
|
||||
{
|
||||
tag: "Luxury", title: "Luxury Pedicure", subtitle: "Total relaxation", description: "Rejuvenating foot soak, exfoliation, and premium styling.", imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48318.jpg"},
|
||||
tag: "Luxury", title: "Luxury Pedicure", subtitle: "Total relaxation", description: "Rejuvenating foot soak, exfoliation, and premium styling.", imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48318.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We use premium products and expert care to deliver a flawless, long-lasting finish for your nails."
|
||||
|
||||
Reference in New Issue
Block a user