From 3019032b07b0274a531e536e1bfe222ee53d7d78 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:42:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 146 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 113 deletions(-) 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() { Date: Sat, 28 Mar 2026 13:42:17 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dbdbc9e..cf4fa1e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #511f1f; + --background: #fbf7f5; + --card: #fdfaf8; + --foreground: #4a3b3b; + --primary-cta: #d4a5a5; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #fdfaf8; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #e5c1c1; + --background-accent: #f2dcdc; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1