From 0ab3824ea1b455630f690c77991ad37c70306535 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 23:39:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 ++++++++++------------------------------------- 1 file changed, 53 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1624d0..9096736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,40 +32,26 @@ export default function LandingPage() { @@ -227,41 +164,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Absolutely Stunning!", - quote: "The dress I ordered exceeded all my expectations. The fabric is luxurious, and the embroidery is simply breathtaking. I received so many compliments!", - name: "Ayesha Khan", - role: "Fashion Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-lady-designed-t-shirt-good-mood-with-long-hair-white_140725-14622.jpg", - imageAlt: "Ayesha Khan", - }, + id: "1", title: "Absolutely Stunning!", quote: "The dress I ordered exceeded all my expectations. The fabric is luxurious, and the embroidery is simply breathtaking. I received so many compliments!", name: "Ayesha Khan", role: "Fashion Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-lady-designed-t-shirt-good-mood-with-long-hair-white_140725-14622.jpg", imageAlt: "Ayesha Khan"}, { - id: "2", - title: "Exceptional Quality", - quote: "Pakistani Threads offers truly exceptional quality. My outfit arrived beautifully packaged and the stitching was perfect. It's my go-to for traditional wear.", - name: "Zara Ali", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", - imageAlt: "Zara Ali", - }, + id: "2", title: "Exceptional Quality", quote: "Pakistani Threads offers truly exceptional quality. My outfit arrived beautifully packaged and the stitching was perfect. It's my go-to for traditional wear.", name: "Zara Ali", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Zara Ali"}, { - id: "3", - title: "Perfect Fit & Fast Shipping", - quote: "I was hesitant to buy online, but their sizing guide was accurate, and the delivery was incredibly fast. The dress fits like a dream!", - name: "Fatima Sohail", - role: "Homemaker", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", - imageAlt: "Fatima Sohail", - }, + id: "3", title: "Perfect Fit & Fast Shipping", quote: "I was hesitant to buy online, but their sizing guide was accurate, and the delivery was incredibly fast. The dress fits like a dream!", name: "Fatima Sohail", role: "Homemaker", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Fatima Sohail"}, { - id: "4", - title: "Beyond Gorgeous!", - quote: "The Bridal Ivory Lehenga was beyond gorgeous. It made my special day even more memorable. Thank you, Pakistani Threads, for the perfect dress!", - name: "Sana Ahmed", - role: "Bride", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg", - imageAlt: "Sana Ahmed", - }, + id: "4", title: "Beyond Gorgeous!", quote: "The Bridal Ivory Lehenga was beyond gorgeous. It made my special day even more memorable. Thank you, Pakistani Threads, for the perfect dress!", name: "Sana Ahmed", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg", imageAlt: "Sana Ahmed"}, ]} title="What Our Customers Say" description="Hear from our delighted customers who have experienced the beauty and quality of Pakistani Threads." @@ -274,25 +183,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What sizes do you offer?", - content: "We offer a wide range of sizes from XS to XXL. Please refer to our detailed sizing chart available on each product page for precise measurements.", - }, + id: "1", title: "What sizes do you offer?", content: "We offer a wide range of sizes from XS to XXL. Please refer to our detailed sizing chart available on each product page for precise measurements."}, { - id: "2", - title: "Do you ship internationally?", - content: "Yes, we proudly offer international shipping to over 20 countries. Shipping costs and delivery times vary by destination and can be calculated at checkout.", - }, + id: "2", title: "Do you ship internationally?", content: "Yes, we proudly offer international shipping to over 20 countries. Shipping costs and delivery times vary by destination and can be calculated at checkout."}, { - id: "3", - title: "What is your return policy?", - content: "We accept returns within 14 days of delivery for unworn, unwashed items with original tags attached. Please see our full return policy for details and instructions.", - }, + id: "3", title: "What is your return policy?", content: "We accept returns within 14 days of delivery for unworn, unwashed items with original tags attached. Please see our full return policy for details and instructions."}, { - id: "4", - title: "How do I care for my Pakistani dress?", - content: "Most of our embroidered and delicate garments require dry cleaning or gentle hand wash. Specific care instructions are provided on the label of each product.", - }, + id: "4", title: "How do I care for my Pakistani dress?", content: "Most of our embroidered and delicate garments require dry cleaning or gentle hand wash. Specific care instructions are provided on the label of each product."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our products, shipping, returns, and more." @@ -307,22 +204,14 @@ export default function LandingPage() { description="Have questions or need assistance? Our team is here to help you find the perfect Pakistani dress." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 4, + name: "message", placeholder: "Your Message", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/celebrating-huge-sales-deal-handsome-man-his-30s-shouting-with-happiness-after-winning-business-deal-with-customer-call-center_662251-441.jpg" @@ -337,69 +226,41 @@ export default function LandingPage() {