From aba36964c60ee9c09805c42be72ccf78022b87b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 08:34:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 +++++++---------------------------------------- 1 file changed, 30 insertions(+), 170 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5529288..67c5783 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,69 +29,30 @@ export default function LandingPage() {
@@ -109,33 +70,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: 1, - tag: "Expertise", - title: "20 Years Craft", - subtitle: "Proven Experience", - description: "Decades of mastery ensuring precision in every stitch.", - imageSrc: "http://img.b2bpic.net/free-photo/man-tailor-working-his-factory-sewing-machine_1303-28518.jpg?_wi=2", - imageAlt: "luxury tailoring workshop interior", - }, - { - id: 2, - tag: "Timeliness", - title: "On-Time Delivery", - subtitle: "Reliable Schedule", - description: "We respect your calendar with guaranteed delivery dates.", - imageSrc: "http://img.b2bpic.net/free-photo/male-tailor-s-hand-sewing-fabric-with-needle_23-2148180324.jpg?_wi=2", - imageAlt: "professional tailor measuring suit", - }, - { - id: 3, - tag: "Guarantee", - title: "Perfect Fit", - subtitle: "Zero Compromise", - description: "If it doesn't fit perfectly, we make it right, period.", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13528.jpg?_wi=2", - imageAlt: "hand stitching detail suit", - }, + { id: 1, tag: "Expertise", title: "20 Years Craft", subtitle: "Proven Experience", description: "Decades of mastery ensuring precision in every stitch.", imageSrc: "http://img.b2bpic.net/free-photo/man-tailor-working-his-factory-sewing-machine_1303-28518.jpg", imageAlt: "luxury tailoring workshop interior" }, + { id: 2, tag: "Timeliness", title: "On-Time Delivery", subtitle: "Reliable Schedule", description: "We respect your calendar with guaranteed delivery dates.", imageSrc: "http://img.b2bpic.net/free-photo/male-tailor-s-hand-sewing-fabric-with-needle_23-2148180324.jpg", imageAlt: "professional tailor measuring suit" }, + { id: 3, tag: "Guarantee", title: "Perfect Fit", subtitle: "Zero Compromise", description: "If it doesn't fit perfectly, we make it right, period.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-woman-sewing-cloth-by-hand-with-embroidery-set-wooden-table-people-handmade-diy-housework-concept_1150-13528.jpg", imageAlt: "hand stitching detail suit" }, ]} title="Why Choose Morden Craft?" description="Premium tailoring that respects your time and your budget." @@ -147,46 +84,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Exceptional Quality", - quote: "The fit was absolutely impeccable. I found my perfect tailor.", - name: "Ananya Singh", - role: "Corporate Lead", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-young-girl-business-clothes-posing-light-background-studio-concept-stylish-clothes-sophistication_78826-3395.jpg", - }, - { - id: "2", - title: "Wedding Perfection", - quote: "Reliable and affordable! My outfit was finished exactly as promised.", - name: "Priya Sharma", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/bride-leaning-stone-bench_1157-79.jpg", - }, - { - id: "3", - title: "Reliable Service", - quote: "I have been coming here for 5 years. Always consistent, always premium.", - name: "Vikram Malhotra", - role: "Entrepreneur", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg?_wi=1", - }, - { - id: "4", - title: "Designer Finish", - quote: "Best bespoke tailoring in Lucknow. Unmatched precision and style.", - name: "Neha Gupta", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg", - }, - { - id: "5", - title: "True Professional", - quote: "Exquisite attention to detail. Every piece fits like a dream.", - name: "Rohan Verma", - role: "Lawyer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg?_wi=2", - }, + { id: "1", title: "Exceptional Quality", quote: "The fit was absolutely impeccable. I found my perfect tailor.", name: "Ananya Singh", role: "Corporate Lead", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-young-girl-business-clothes-posing-light-background-studio-concept-stylish-clothes-sophistication_78826-3395.jpg" }, + { id: "2", title: "Wedding Perfection", quote: "Reliable and affordable! My outfit was finished exactly as promised.", name: "Priya Sharma", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/bride-leaning-stone-bench_1157-79.jpg" }, + { id: "3", title: "Reliable Service", quote: "I have been coming here for 5 years. Always consistent, always premium.", name: "Vikram Malhotra", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg" }, + { id: "4", title: "Designer Finish", quote: "Best bespoke tailoring in Lucknow. Unmatched precision and style.", name: "Neha Gupta", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg" }, + { id: "5", title: "True Professional", quote: "Exquisite attention to detail. Every piece fits like a dream.", name: "Rohan Verma", role: "Lawyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg" }, ]} title="Trusted by Lucknow's Finest" description="See why our customers trust us with their most important occasions." @@ -198,23 +100,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "faq1", - title: "What is the turnaround time?", - content: "Our standard delivery is within 7-10 business days for most garments.", - }, - { - id: "faq2", - title: "Do you offer home measurements?", - content: "Yes, for convenience in Gomti Nagar, we offer scheduled home visits.", - }, - { - id: "faq3", - title: "Can I bring my own fabric?", - content: "Absolutely, we welcome both provided fabrics and can help source materials.", - }, + { id: "faq1", title: "What is the turnaround time?", content: "Our standard delivery is within 7-10 business days for most garments." }, + { id: "faq2", title: "Do you offer home measurements?", content: "Yes, for convenience in Gomti Nagar, we offer scheduled home visits." }, + { id: "faq3", title: "Can I bring my own fabric?", content: "Absolutely, we welcome both provided fabrics and can help source materials." }, ]} title="Frequently Asked Questions" + description="Common inquiries from our clients." faqsAnimation="blur-reveal" />
@@ -222,50 +113,19 @@ export default function LandingPage() {