From 087d2c2a477b113ada6d0913eb2058d8fd45df2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:01:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fd3a4c..f76719a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { logoText="Tina Nails" description="Professional nail care and exquisite designs to elevate your style. Discover the luxury you deserve in our relaxing studio." buttons={[{ text: "Book Now", href: "#contact" }, { text: "Our Services", href: "#features" }]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-towel_23-2148859707.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-towel_23-2148859707.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -60,7 +60,7 @@ export default function LandingPage() { description="At Tina Nails, we believe your nails are a canvas for self-expression. Our experienced team is dedicated to providing high-quality care, using premium products in a serene, hygienic environment." subdescription="With years of expertise, we specialize in everything from classic manicures to intricate custom nail art, ensuring you leave feeling confident and beautiful every time." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/attractive-cheerful-manicurist-is-posing-photographer-while-doing-maicure-customer_613910-20773.jpg" + imageSrc="http://img.b2bpic.net/free-photo/attractive-cheerful-manicurist-is-posing-photographer-while-doing-maicure-customer_613910-20773.jpg?_wi=1" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -108,8 +108,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { id: "m1", name: "Tina Nguyen", role: "Head Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg" }, - { id: "m2", name: "Mai Le", role: "Senior Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg" }, + { id: "m1", name: "Tina Nguyen", role: "Head Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg?_wi=1" }, + { id: "m2", name: "Mai Le", role: "Senior Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg?_wi=1" }, { id: "m3", name: "Sarah Chen", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-tassels-manicure-accessories-green-surface_140725-64186.jpg" }, ]} title="Meet Our Experts" @@ -124,10 +124,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Jessica M.", handle: "@jessm", testimonial: "The best manicure I've ever had! Tina is so talented and detail-oriented.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-nail-artist-working-with-nail-file-making-square-nails-while-doing-manicure-salon_176420-42440.jpg" }, - { id: "2", name: "Emily R.", handle: "@emilyr", testimonial: "Lovely studio, very clean, and professional service. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-towel_23-2148859707.jpg" }, - { id: "3", name: "Amanda P.", handle: "@amandap", testimonial: "I love my custom nail art. They truly listen to what I want.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-manicurist-is-posing-photographer-while-doing-maicure-customer_613910-20773.jpg" }, - { id: "4", name: "Sophia K.", handle: "@sophiak", testimonial: "Excellent quality and friendly atmosphere. I'm a regular now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg" }, - { id: "5", name: "Chloe T.", handle: "@chloet", testimonial: "Tina Nails never disappoints. Quality is consistent every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg" }, + { id: "2", name: "Emily R.", handle: "@emilyr", testimonial: "Lovely studio, very clean, and professional service. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-towel_23-2148859707.jpg?_wi=2" }, + { id: "3", name: "Amanda P.", handle: "@amandap", testimonial: "I love my custom nail art. They truly listen to what I want.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-manicurist-is-posing-photographer-while-doing-maicure-customer_613910-20773.jpg?_wi=2" }, + { id: "4", name: "Sophia K.", handle: "@sophiak", testimonial: "Excellent quality and friendly atmosphere. I'm a regular now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg?_wi=2" }, + { id: "5", name: "Chloe T.", handle: "@chloet", testimonial: "Tina Nails never disappoints. Quality is consistent every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg?_wi=2" }, ]} showRating={true} title="Client Reviews" -- 2.49.1