5 Commits

Author SHA1 Message Date
03e3836e09 Merge version_2 into main
Merge version_2 into main
2026-06-08 14:59:10 +00:00
96a206561b Update src/app/styles/variables.css 2026-06-08 14:59:07 +00:00
a7e878d63f Update src/app/styles/base.css 2026-06-08 14:59:07 +00:00
97ba19ad1c Update src/app/page.tsx 2026-06-08 14:59:06 +00:00
66b5dbf9b2 Merge version_1 into main
Merge version_1 into main
2026-06-08 06:21:25 +00:00
3 changed files with 23 additions and 21 deletions

View File

@@ -40,7 +40,9 @@ export default function LandingPage() {
{ {
name: "FAQ", id: "#faq"}, 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" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oe9sh5"
logoAlt="Elegance Jewels Logo" 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-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" title="Frequently Asked Questions"
description="Find answers to common questions about our jewelry, services, and policies, ensuring complete clarity and peace of mind." 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} useInvertedBackground={true}
testimonials={[ 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" cardTitle="Hear From Our Exquisite Clientele"
cardTag="Customer Stories" cardTag="Luxury Reviews"
cardAnimation="blur-reveal" cardAnimation="blur-reveal"
/> />
</div> </div>
@@ -301,7 +303,7 @@ export default function LandingPage() {
{ {
text: "Call Us", href: "tel:+11234567890"}, 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" buttonAnimation="slide-up"
/> />

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); 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; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-font-family: var(--font-inter), sans-serif;), sans-serif; font-family: var(--font-libre-baskerville), serif;), sans-serif;
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #0a0a0a;
--card: #1c1c1c; --card: #1a1a1a;
--foreground: #fcfcfc; --foreground: #f5f5f5;
--primary-cta: #e6b940; --primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1c1c1c; --secondary-cta: #1a1a1a;
--secondary-cta-text: #e6b940; --secondary-cta-text: #ffffff;
--accent: #e6b940; --accent: #b8860b;
--background-accent: #363636; --background-accent: #8b6914;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);