From 97ba19ad1ce119953891a5165a5145cd6c9b1a97 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:59:06 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21a2896..406b66e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,9 @@ export default function LandingPage() { { name: "FAQ", id: "#faq"}, { - name: "Contact", id: "#contact"}, + name: "Testimonials", id: "#testimonials"}, + { + name: "Contact", id: "#contact"} ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oe9sh5" logoAlt="Elegance Jewels Logo" @@ -256,7 +258,7 @@ export default function LandingPage() { { id: "faq-7", title: "What are your store timings?", content: "Our store is open Monday – Saturday: 10:00 AM – 8:00 PM, and Sunday: 10:00 AM – 6:00 PM."}, { - id: "faq-8", title: "Do you provide jewelry cleaning services?", content: "Yes, we offer professional jewelry cleaning and maintenance services to keep your precious pieces sparkling."}, + id: "faq-8", title: "Do you provide jewelry cleaning services?", content: "Yes, we offer professional jewelry cleaning and maintenance services to keep your precious pieces sparkling."} ]} title="Frequently Asked Questions" description="Find answers to common questions about our jewelry, services, and policies, ensuring complete clarity and peace of mind." @@ -269,20 +271,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Ananya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg", imageAlt: "Ananya Sharma, satisfied customer"}, + id: "test-1", name: "Elena V. - Fashion Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-elegant-woman_102507-16478.jpg", imageAlt: "Elegant woman smiling"}, { - id: "2", name: "Rohan Kapoor", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg", imageAlt: "Rohan Kapoor, delighted client"}, + id: "test-2", name: "Marcus K. - Art Collector", imageSrc: "http://img.b2bpic.net/free-photo/gentleman-wearing-suit_1157-19416.jpg", imageAlt: "Sophisticated man in suit"}, { - id: "3", name: "Meera Patel", imageSrc: "http://img.b2bpic.net/free-photo/no-problem-friend-charming-carefree-tender-blond-european-woman-silver-dress-show-okay-ok-gesture_1258-229069.jpg", imageAlt: "Meera Patel, happy with purchase"}, + id: "test-3", name: "Isabella L. - Philanthropist", imageSrc: "http://img.b2bpic.net/free-photo/young-elegant-lady-pink-dress-hat-standing-white-fence-terrace_176474-7227.jpg", imageAlt: "Woman in elegant dress"}, { - id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-holding-tablet_23-2149722599.jpg", imageAlt: "Vikram Singh, trusts our brand"}, + id: "test-4", name: "David S. - CEO, Tech Innovator", imageSrc: "http://img.b2bpic.net/free-photo/handsome-successful-businessman_13339-16062.jpg", imageAlt: "Successful businessman"}, { - id: "5", name: "Priya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/explaining-business-idea_1098-17991.jpg", imageAlt: "Priya Reddy, praises our service"}, + id: "test-5", name: "Sophia R. - Celebrity Stylist", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman_171337-12497.jpg", imageAlt: "Happy young woman"}, { - id: "6", name: "Arjun Kumar", imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg", imageAlt: "Arjun Kumar, recommends us"}, + id: "test-6", name: "Oliver M. - Luxury Lifestyle Blogger", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dark-hair-beard-white-t-shirt_1304-2070.jpg", imageAlt: "Man with beard smiling"} ]} - cardTitle="What Our Valued Clients Say" - cardTag="Customer Stories" + cardTitle="Hear From Our Exquisite Clientele" + cardTag="Luxury Reviews" cardAnimation="blur-reveal" /> @@ -301,7 +303,7 @@ export default function LandingPage() { { text: "Call Us", href: "tel:+11234567890"}, { - text: "WhatsApp Us", href: "https://wa.me/11234567890"}, + text: "WhatsApp Us", href: "https://wa.me/11234567890"} ]} buttonAnimation="slide-up" /> @@ -321,4 +323,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From a7e878d63fcdaf569dfcb221139a20fac03e2246 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:59:07 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index e17fc06..74f8ba3 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-font-family: var(--font-inter), sans-serif;), sans-serif; + font-family: var(--font-inter), sans-serif;), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-font-family: var(--font-inter), sans-serif;), sans-serif; + font-family: var(--font-libre-baskerville), serif;), sans-serif; } From 96a206561b60f84461d97de39e4a180733edc23e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:59:07 +0000 Subject: [PATCH 3/3] 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 6ea527f..3a5c203 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #1c1c1c; - --foreground: #fcfcfc; - --primary-cta: #e6b940; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; - --secondary-cta: #1c1c1c; - --secondary-cta-text: #e6b940; - --accent: #e6b940; - --background-accent: #363636; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #b8860b; + --background-accent: #8b6914; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);