diff --git a/src/app/page.tsx b/src/app/page.tsx index 920fa86..7e59619 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,15 +46,12 @@ export default function LandingPage() {
@@ -90,38 +74,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Manicure Essentials", - author: "Professional Care", - description: "Thorough nail shaping, cuticle care, and high-quality polish application for clean and elegant nails.", - tags: [ - "Manicure", - "Essentials", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-client-holding-hand-bowl_23-2149171336.jpg", - }, + id: "s1", title: "Manicure Essentials", author: "Professional Care", description: "Thorough nail shaping, cuticle care, and high-quality polish application for clean and elegant nails.", tags: [ + "Manicure", "Essentials"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-client-holding-hand-bowl_23-2149171336.jpg"}, { - id: "s2", - title: "Spa Pedicure", - author: "Deep Relaxation", - description: "Experience foot exfoliation, massage, and expert polish application for perfectly pampered feet.", - tags: [ - "Pedicure", - "Spa", - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-pedicure-salon-beauty-concept_1301-3372.jpg", - }, + id: "s2", title: "Spa Pedicure", author: "Deep Relaxation", description: "Experience foot exfoliation, massage, and expert polish application for perfectly pampered feet.", tags: [ + "Pedicure", "Spa"], + imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-pedicure-salon-beauty-concept_1301-3372.jpg"}, { - id: "s3", - title: "Custom Nail Art", - author: "Expert Artistry", - description: "Unique designs, intricate patterns, and personalized nail art created just for you.", - tags: [ - "Nail Art", - "Creative", - ], - imageSrc: "http://img.b2bpic.net/free-photo/soft-gentle-photo-woman-hand-with-big-ring-red-manicure-hold-cute-little-pink-dried-flowers-white_343596-3261.jpg", - }, + id: "s3", title: "Custom Nail Art", author: "Expert Artistry", description: "Unique designs, intricate patterns, and personalized nail art created just for you.", tags: [ + "Nail Art", "Creative"], + imageSrc: "http://img.b2bpic.net/free-photo/soft-gentle-photo-woman-hand-with-big-ring-red-manicure-hold-cute-little-pink-dried-flowers-white_343596-3261.jpg"}, ]} title="Our Signature Services" description="From classic manicures to intricate nail art, discover the full range of our professional treatments." @@ -135,40 +98,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t-1", - name: "Ana Maria", - handle: "@ana_m", - testimonial: "The best manicure experience in Bucharest! Very clean and professional.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-after-shower_329181-1498.jpg", - }, + id: "t-1", name: "Ana Maria", handle: "@ana_m", testimonial: "The best manicure experience in Bucharest! Very clean and professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-after-shower_329181-1498.jpg"}, { - id: "t-2", - name: "Elena Popescu", - handle: "@elena_nails", - testimonial: "I love the attention to detail. My nails have never looked this healthy!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-taking-face-mask-off_23-2148665443.jpg", - }, + id: "t-2", name: "Elena Popescu", handle: "@elena_nails", testimonial: "I love the attention to detail. My nails have never looked this healthy!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-taking-face-mask-off_23-2148665443.jpg"}, { - id: "t-3", - name: "Ioana V.", - handle: "@ioana.v", - testimonial: "Amazing artistry and friendly staff. Highly recommend for any occasion.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-mother-daughter-home-pajamas_1157-22744.jpg", - }, + id: "t-3", name: "Ioana V.", handle: "@ioana.v", testimonial: "Amazing artistry and friendly staff. Highly recommend for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/cute-mother-daughter-home-pajamas_1157-22744.jpg"}, { - id: "t-4", - name: "Maria Stoica", - handle: "@m.stoica", - testimonial: "Incredible service and very professional. Will definitely come back.", - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg?_wi=1", - }, + id: "t-4", name: "Maria Stoica", handle: "@m.stoica", testimonial: "Incredible service and very professional. Will definitely come back.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg?_wi=1"}, { - id: "t-5", - name: "Cristina D.", - handle: "@cristinad_nailart", - testimonial: "Absolutely love my gel nails! They last for weeks and look flawless every time.", - imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg?_wi=2", - }, + id: "t-5", name: "Cristina D.", handle: "@cristinad_nailart", testimonial: "Absolutely love my gel nails! They last for weeks and look flawless every time.", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg?_wi=2"}, ]} title="Client Stories" description="Hear what our wonderful clients in Bucharest have to say about their experience." @@ -179,8 +117,7 @@ export default function LandingPage() {