Update src/pages/HomePage.tsx
This commit is contained in:
@@ -16,13 +16,9 @@ export default function HomePage() {
|
||||
brand="Akwa Ngala"
|
||||
description="Crafting bespoke elegance in the heart of Owerri. Transforming visions into timeless couture for the discerning individual at Ikenegbu Layout."
|
||||
primaryButton={{
|
||||
text: "Explore Collection",
|
||||
href: "#features",
|
||||
}}
|
||||
text: "Explore Collection", href: "#features"}}
|
||||
secondaryButton={{
|
||||
text: "Book Consultation",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Book Consultation", href: "#pricing"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-industrial-sewing-machine_482257-90413.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -47,41 +43,17 @@ export default function HomePage() {
|
||||
description="Each garment is a unique creation, meticulously designed and tailored to fit your lifestyle and preference."
|
||||
items={[
|
||||
{
|
||||
title: "Couture Gowns",
|
||||
description: "Hand-stitched evening elegance.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-s-day-concept_23-2148594300.jpg",
|
||||
},
|
||||
title: "Couture Gowns", description: "Hand-stitched evening elegance.", buttonIcon: "Sparkles", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-s-day-concept_23-2148594300.jpg"},
|
||||
{
|
||||
title: "Bespoke Suiting",
|
||||
description: "Tailored precision for gentlemen.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-25.jpg",
|
||||
},
|
||||
title: "Bespoke Suiting", description: "Tailored precision for gentlemen.", buttonIcon: "CheckCircle", imageSrc: "http://img.b2bpic.net/free-photo/ukrainian-embroidery-folk-arts-crafts_469670-25.jpg"},
|
||||
{
|
||||
title: "Traditional Fusion",
|
||||
description: "Modern twists on cultural styles.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-creative-handsome-dark-haired-caucasian-male-fashion-designer-black-suit-cutting-out-clothes-parts-from-fabric-with-scissors-spending-evening-studio_176420-11843.jpg",
|
||||
},
|
||||
title: "Traditional Fusion", description: "Modern twists on cultural styles.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/mature-creative-handsome-dark-haired-caucasian-male-fashion-designer-black-suit-cutting-out-clothes-parts-from-fabric-with-scissors-spending-evening-studio_176420-11843.jpg"},
|
||||
{
|
||||
title: "Bridal Wear",
|
||||
description: "Memorable pieces for your big day.",
|
||||
buttonIcon: "Star",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-makes-work-easier-portrait-focused-determined-designer-drawing-new-garment-concept-measure-everything-calculating-with-smartphone-sitting-near-sewing-machine-fabric_176420-14585.jpg",
|
||||
},
|
||||
title: "Bridal Wear", description: "Memorable pieces for your big day.", buttonIcon: "Star", imageSrc: "http://img.b2bpic.net/free-photo/technology-makes-work-easier-portrait-focused-determined-designer-drawing-new-garment-concept-measure-everything-calculating-with-smartphone-sitting-near-sewing-machine-fabric_176420-14585.jpg"},
|
||||
{
|
||||
title: "Casual Luxury",
|
||||
description: "Elevated daily wear essentials.",
|
||||
buttonIcon: "Award",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg",
|
||||
},
|
||||
title: "Casual Luxury", description: "Elevated daily wear essentials.", buttonIcon: "Award", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-with-short-blonde-hair-poses-white-suit-by-ladder_8353-5468.jpg"},
|
||||
{
|
||||
title: "Custom Embroidery",
|
||||
description: "Intricate detailing by hand.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-14873.jpg",
|
||||
},
|
||||
title: "Custom Embroidery", description: "Intricate detailing by hand.", buttonIcon: "Shield", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-14873.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -95,52 +67,23 @@ export default function HomePage() {
|
||||
description="Select the level of craftsmanship and service your vision deserves."
|
||||
plans={[
|
||||
{
|
||||
tag: "Basic Fitting",
|
||||
price: "Custom",
|
||||
period: "/service",
|
||||
features: [
|
||||
"Personal consultation",
|
||||
"Fabric selection support",
|
||||
"Single fitting session",
|
||||
],
|
||||
tag: "Basic Fitting", price: "Custom", period: "/service", features: [
|
||||
"Personal consultation", "Fabric selection support", "Single fitting session"],
|
||||
primaryButton: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893931.jpg",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893931.jpg"},
|
||||
{
|
||||
tag: "Premium Couture",
|
||||
price: "Custom",
|
||||
period: "/service",
|
||||
features: [
|
||||
"Dedicated designer",
|
||||
"Full fitting suite",
|
||||
"Fabric sourcing concierge",
|
||||
"Multiple design iterations",
|
||||
],
|
||||
tag: "Premium Couture", price: "Custom", period: "/service", features: [
|
||||
"Dedicated designer", "Full fitting suite", "Fabric sourcing concierge", "Multiple design iterations"],
|
||||
primaryButton: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classy-man-tailor-shop_53876-24894.jpg",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classy-man-tailor-shop_53876-24894.jpg"},
|
||||
{
|
||||
tag: "Bridal Package",
|
||||
price: "Custom",
|
||||
period: "/service",
|
||||
features: [
|
||||
"Comprehensive bridal consultation",
|
||||
"Embroidery and beadwork",
|
||||
"3+ fitting sessions",
|
||||
"On-site dressing support",
|
||||
],
|
||||
tag: "Bridal Package", price: "Custom", period: "/service", features: [
|
||||
"Comprehensive bridal consultation", "Embroidery and beadwork", "3+ fitting sessions", "On-site dressing support"],
|
||||
primaryButton: {
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898068.jpg",
|
||||
},
|
||||
text: "Inquire", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-jacket_23-2148898068.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -154,40 +97,15 @@ export default function HomePage() {
|
||||
description="Trusted by Owerri’s finest to bring their fashion dreams to life."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chioma Okafor",
|
||||
role: "Entrepreneur",
|
||||
quote: "Akwa Ngala turned my vision into the perfect dress. Absolute perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-vintage-house-with-stairs_627829-8784.jpg",
|
||||
},
|
||||
name: "Chioma Okafor", role: "Entrepreneur", quote: "Akwa Ngala turned my vision into the perfect dress. Absolute perfection.", imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-vintage-house-with-stairs_627829-8784.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Obinna Nwachukwu",
|
||||
role: "Architect",
|
||||
quote: "The tailoring on my suit was unparalleled. Exceptional attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-shopping-clothes_23-2148385702.jpg",
|
||||
},
|
||||
name: "Obinna Nwachukwu", role: "Architect", quote: "The tailoring on my suit was unparalleled. Exceptional attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-shopping-clothes_23-2148385702.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amaka Ezenwa",
|
||||
role: "Doctor",
|
||||
quote: "Their work for my traditional wedding was breathtaking. Truly works of art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-two-stylish-caucasian-woman-blazers-french-cap-classic-white-hat-stand_343596-2183.jpg",
|
||||
},
|
||||
name: "Amaka Ezenwa", role: "Doctor", quote: "Their work for my traditional wedding was breathtaking. Truly works of art.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-two-stylish-caucasian-woman-blazers-french-cap-classic-white-hat-stand_343596-2183.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chidi Ude",
|
||||
role: "Lawyer",
|
||||
quote: "Professional, punctual, and highly skilled. The best in Ikenegbu.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg",
|
||||
},
|
||||
name: "Chidi Ude", role: "Lawyer", quote: "Professional, punctual, and highly skilled. The best in Ikenegbu.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ifunanya Okoro",
|
||||
role: "Consultant",
|
||||
quote: "I love how they blend modern styles with our heritage. Beautiful work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-dress_1303-3787.jpg",
|
||||
},
|
||||
name: "Ifunanya Okoro", role: "Consultant", quote: "I love how they blend modern styles with our heritage. Beautiful work.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dress_1303-3787.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -201,29 +119,19 @@ export default function HomePage() {
|
||||
description="Clear answers to help you get started with your bespoke experience."
|
||||
categories={[
|
||||
{
|
||||
name: "Process",
|
||||
items: [
|
||||
name: "Process", items: [
|
||||
{
|
||||
question: "How long does a custom piece take?",
|
||||
answer: "Typical lead time is 2-4 weeks depending on the complexity of your garment.",
|
||||
},
|
||||
question: "How long does a custom piece take?", answer: "Typical lead time is 2-4 weeks depending on the complexity of your garment."},
|
||||
{
|
||||
question: "Do you provide fabrics?",
|
||||
answer: "We curate luxury fabrics, but you are welcome to bring your own for approval.",
|
||||
},
|
||||
question: "Do you provide fabrics?", answer: "We curate luxury fabrics, but you are welcome to bring your own for approval."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Appointments",
|
||||
items: [
|
||||
name: "Appointments", items: [
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "We are located at Ikenegbu Layout, Owerri, Imo State.",
|
||||
},
|
||||
question: "Where are you located?", answer: "We are located at Ikenegbu Layout, Owerri, Imo State."},
|
||||
{
|
||||
question: "How do I book?",
|
||||
answer: "Use the contact form below or visit our studio in Owerri.",
|
||||
},
|
||||
question: "How do I book?", answer: "Use the contact form below or visit our studio in Owerri."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -237,13 +145,9 @@ export default function HomePage() {
|
||||
tag="Book Now"
|
||||
text="Ready to design your unique piece? Get in touch with Akwa Ngala to start your bespoke journey today."
|
||||
primaryButton={{
|
||||
text: "Contact Studio",
|
||||
href: "mailto:info@akwangala.com",
|
||||
}}
|
||||
text: "Contact Studio", href: "mailto:info@akwangala.com"}}
|
||||
secondaryButton={{
|
||||
text: "View Location",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
text: "View Location", href: "https://maps.google.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user