diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28f4d59..34b11ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -167,45 +117,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- title: "Great Service",
- quote: "Beautiful place and excellent service. Highly recommend.",
- name: "Sarah Ahmed",
- role: "Collector",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-lipstick-with-happy-expression_114579-22657.jpg",
- },
+ id: "t1", title: "Great Service", quote: "Beautiful place and excellent service. Highly recommend.", name: "Sarah Ahmed", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-lipstick-with-happy-expression_114579-22657.jpg"},
{
- id: "t2",
- title: "Amazing View",
- quote: "The atmosphere and jewelry quality are simply unmatched.",
- name: "Khalid Rashid",
- role: "Regular",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
- },
+ id: "t2", title: "Amazing View", quote: "The atmosphere and jewelry quality are simply unmatched.", name: "Khalid Rashid", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg"},
{
- id: "t3",
- title: "Elegant Jewelry",
- quote: "Every piece is a work of art. Truly premium.",
- name: "Layla Noor",
- role: "Bride",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-fairskinned-adult-lady-sunglasses-casual-clothes-sitting-city-relaxing-emotions-states-mind-concept_197531-31240.jpg",
- },
+ id: "t3", title: "Elegant Jewelry", quote: "Every piece is a work of art. Truly premium.", name: "Layla Noor", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fairskinned-adult-lady-sunglasses-casual-clothes-sitting-city-relaxing-emotions-states-mind-concept_197531-31240.jpg"},
{
- id: "t4",
- title: "Wonderful Experience",
- quote: "Professional staff and very clean, luxurious store.",
- name: "Omar Fakhri",
- role: "Buyer",
- imageSrc: "http://img.b2bpic.net/free-photo/concept-christmas-holidays-celebration-lifestyle-image-excited-man-enjoying-new-year-shaking-gift-box-guess-what-inside-standing-against-white-background_1258-64795.jpg",
- },
+ id: "t4", title: "Wonderful Experience", quote: "Professional staff and very clean, luxurious store.", name: "Omar Fakhri", role: "Buyer", imageSrc: "http://img.b2bpic.net/free-photo/concept-christmas-holidays-celebration-lifestyle-image-excited-man-enjoying-new-year-shaking-gift-box-guess-what-inside-standing-against-white-background_1258-64795.jpg"},
{
- id: "t5",
- title: "Perfect Gifts",
- quote: "Found the perfect gift for my wife. The quality is top notch.",
- name: "Nadia Saeed",
- role: "Client",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-gazing-you-peeking-through-fingers-playfully-hinting-romantic-relationship-grinning-foreplay_176420-44592.jpg",
- },
+ id: "t5", title: "Perfect Gifts", quote: "Found the perfect gift for my wife. The quality is top notch.", name: "Nadia Saeed", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/woman-gazing-you-peeking-through-fingers-playfully-hinting-romantic-relationship-grinning-foreplay_176420-44592.jpg"},
]}
title="Customer Stories"
description="Experience the premium difference our customers love."
@@ -218,30 +138,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Are your gold items certified?",
- content: "Yes, all our pieces are 100% certified gold.",
- },
+ id: "f1", title: "Are your gold items certified?", content: "Yes, all our pieces are 100% certified gold."},
{
- id: "f2",
- title: "Do you offer custom designs?",
- content: "Yes, we specialize in bespoke custom gold jewelry.",
- },
+ id: "f2", title: "Do you offer custom designs?", content: "Yes, we specialize in bespoke custom gold jewelry."},
{
- id: "f3",
- title: "Can I order via WhatsApp?",
- content: "Absolutely! We offer instant WhatsApp inquiries.",
- },
+ id: "f3", title: "Can I order via WhatsApp?", content: "Absolutely! We offer instant WhatsApp inquiries."},
{
- id: "f4",
- title: "Do you provide repair services?",
- content: "Yes, we offer professional maintenance for all our pieces.",
- },
+ id: "f4", title: "Do you provide repair services?", content: "Yes, we offer professional maintenance for all our pieces."},
{
- id: "f5",
- title: "What payment methods are accepted?",
- content: "We accept major credit cards, bank transfers, and cash.",
- },
+ id: "f5", title: "What payment methods are accepted?", content: "We accept major credit cards, bank transfers, and cash."},
]}
title="Common Questions"
description="Everything you need to know about our gold."
@@ -253,8 +158,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file