Merge version_1 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -29,69 +29,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Our Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Our Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Morden Craft"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Perfect Fit Every Time"
|
||||
description="Luxury tailoring with 20 years of craftsmanship, delivered on schedule. Custom designs from your ideas, affordable pricing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stitching",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Your Stitching", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-tailor-working-his-factory-sewing-machine_1303-28518.jpg?_wi=1",
|
||||
imageAlt: "Tailoring Workshop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-tailor-s-hand-sewing-fabric-with-needle_23-2148180324.jpg?_wi=1",
|
||||
imageAlt: "Measuring Process",
|
||||
},
|
||||
{
|
||||
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=1",
|
||||
imageAlt: "Stitching Detail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cashier-working-computer-counter_482257-85807.jpg",
|
||||
imageAlt: "Fabric Selection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-designer-s-hand-taking-measurement_23-2148180295.jpg",
|
||||
imageAlt: "Tailor Fitting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647273.jpg",
|
||||
imageAlt: "Atelier View",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-tailor-working-his-factory-sewing-machine_1303-28518.jpg", imageAlt: "Tailoring Workshop" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-tailor-s-hand-sewing-fabric-with-needle_23-2148180324.jpg", imageAlt: "Measuring Process" },
|
||||
{ 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: "Stitching Detail" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cashier-working-computer-counter_482257-85807.jpg", imageAlt: "Fabric Selection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-designer-s-hand-taking-measurement_23-2148180295.jpg", imageAlt: "Tailor Fitting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-still-life_23-2149647273.jpg", imageAlt: "Atelier View" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -222,50 +113,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in Touch"
|
||||
title="Ready for your perfect fit?"
|
||||
description="Visit our Gomti Nagar studio or book your consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call +91 99999 99999",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Call +91 99999 99999", href: "tel:+919999999999" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
{
|
||||
label: "Gomti Nagar, Lucknow",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Open Mon-Sat",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Bespoke Tailoring",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Wedding Wear",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Visit Us", items: [{ label: "Gomti Nagar, Lucknow", href: "#" }, { label: "Open Mon-Sat", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Bespoke Tailoring", href: "#" }, { label: "Wedding Wear", href: "#" }] },
|
||||
]}
|
||||
logoText="Morden Craft"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user