Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user