Update src/app/page.tsx
This commit is contained in:
306
src/app/page.tsx
306
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Products", id: "products" },
|
||||||
id: "hero",
|
{ name: "About", id: "about" },
|
||||||
},
|
{ name: "Gallery", id: "gallery" },
|
||||||
{
|
{ name: "Contact", id: "contact" },
|
||||||
name: "Products",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Gallery",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Mark Don Curtains Nig"
|
brandName="Mark Don Curtains Nig"
|
||||||
/>
|
/>
|
||||||
@@ -58,42 +43,19 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Transform Your Space with Elegant Curtains"
|
title="Transform Your Space with Elegant Curtains"
|
||||||
description="Premium curtain solutions for homes, offices, hotels, and businesses in Abuja. Experience elegance, comfort, and professional style."
|
description="Premium curtain solutions for homes, offices, hotels, and businesses in Abuja. Experience elegance, comfort, and professional style."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Shop Now", href: "#products" },
|
||||||
text: "Shop Now",
|
{ text: "Contact Us", href: "#contact" },
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Contact Us",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/sunlit-interior-with-red-chaise-lounge_23-2152001387.jpg", imageAlt: "Luxury living room curtains" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sunlit-interior-with-red-chaise-lounge_23-2152001387.jpg",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/bride-s-dress-hangs-chandelier_8353-10650.jpg", imageAlt: "Luxury curtains" },
|
||||||
imageAlt: "Luxury living room curtains",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/bridesmaids-with-bride-dressed-silky-nightwear-are-smelling-wedding-bouquet-scent_8353-11167.jpg", imageAlt: "Custom window blinds" },
|
||||||
},
|
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883514.jpg", imageAlt: "Modern living room curtains" },
|
||||||
{
|
{ imageSrc: "http://img.b2bpic.net/free-photo/content-female-architect-customer-using-laptop-computer_1262-18426.jpg", imageAlt: "Interior design consultant" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-s-dress-hangs-chandelier_8353-10650.jpg",
|
|
||||||
imageAlt: "Luxury curtains",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bridesmaids-with-bride-dressed-silky-nightwear-are-smelling-wedding-bouquet-scent_8353-11167.jpg",
|
|
||||||
imageAlt: "Custom window blinds",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-pastel-minimal-interior-design_23-2151883514.jpg",
|
|
||||||
imageAlt: "Modern living room curtains",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/content-female-architect-customer-using-laptop-computer_1262-18426.jpg",
|
|
||||||
imageAlt: "Interior design consultant",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -105,18 +67,9 @@ export default function LandingPage() {
|
|||||||
title="Why Choose Mark Don Curtains"
|
title="Why Choose Mark Don Curtains"
|
||||||
description="Located in Wuse Market, Abuja, we bring luxury, professionalism, and comfort to every home and office space with our premium window treatments."
|
description="Located in Wuse Market, Abuja, we bring luxury, professionalism, and comfort to every home and office space with our premium window treatments."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ value: "15+", title: "Years Experience" },
|
||||||
value: "15+",
|
{ value: "2000+", title: "Projects Completed" },
|
||||||
title: "Years Experience",
|
{ value: "100%", title: "Satisfaction Guarantee" },
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "2000+",
|
|
||||||
title: "Projects Completed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "100%",
|
|
||||||
title: "Satisfaction Guarantee",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dried-flowers-arrangement_23-2149591628.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dried-flowers-arrangement_23-2149591628.jpg"
|
||||||
imageAlt="Interior design consultant"
|
imageAlt="Interior design consultant"
|
||||||
@@ -132,42 +85,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Ready-made Curtains", price: "Contact for pricing", imageSrc: "http://img.b2bpic.net/free-photo/curtains_74190-6529.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Custom Curtain Designs", price: "Custom quote", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562112.jpg" },
|
||||||
name: "Ready-made Curtains",
|
{ id: "p3", name: "Window Blinds", price: "Starting at ₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-looking-window-morning-bedroom_285396-4910.jpg" },
|
||||||
price: "Contact for pricing",
|
{ id: "p4", name: "Curtain Installation", price: "Expert service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-looking-chandelier_23-2149640691.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/curtains_74190-6529.jpg",
|
{ id: "p5", name: "Interior Consultation", price: "Professional Advice", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-chooses-wallpaper-her-home-concept-repair-shopping_169016-4482.jpg" },
|
||||||
},
|
{ id: "p6", name: "Hotel/Office Solutions", price: "Bulk pricing", imageSrc: "http://img.b2bpic.net/free-photo/light-lamp_74190-5785.jpg" },
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Custom Curtain Designs",
|
|
||||||
price: "Custom quote",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-decorating-front-door_23-2150562112.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Window Blinds",
|
|
||||||
price: "Starting at ₦15,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-looking-window-morning-bedroom_285396-4910.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Curtain Installation",
|
|
||||||
price: "Expert service",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-looking-chandelier_23-2149640691.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Interior Consultation",
|
|
||||||
price: "Professional Advice",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-store-chooses-wallpaper-her-home-concept-repair-shopping_169016-4482.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Hotel/Office Solutions",
|
|
||||||
price: "Bulk pricing",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/light-lamp_74190-5785.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Premium Products & Services"
|
title="Premium Products & Services"
|
||||||
description="High-quality curtains, blinds, and interior solutions curated for luxury and functionality."
|
description="High-quality curtains, blinds, and interior solutions curated for luxury and functionality."
|
||||||
@@ -180,36 +103,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", label: "Quality", title: "Premium Materials", items: ["Imported fabrics", "Long-lasting finish", "Soft textures"] },
|
||||||
id: "f1",
|
{ id: "f2", label: "Service", title: "Professional Installation", items: ["Expert team", "Precise measurement", "Timely delivery"] },
|
||||||
label: "Quality",
|
{ id: "f3", label: "Value", title: "Affordable Luxury", items: ["Competitive pricing", "Exclusive deals", "Customized budget plans"] },
|
||||||
title: "Premium Materials",
|
|
||||||
items: [
|
|
||||||
"Imported fabrics",
|
|
||||||
"Long-lasting finish",
|
|
||||||
"Soft textures",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
label: "Service",
|
|
||||||
title: "Professional Installation",
|
|
||||||
items: [
|
|
||||||
"Expert team",
|
|
||||||
"Precise measurement",
|
|
||||||
"Timely delivery",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
label: "Value",
|
|
||||||
title: "Affordable Luxury",
|
|
||||||
items: [
|
|
||||||
"Competitive pricing",
|
|
||||||
"Exclusive deals",
|
|
||||||
"Customized budget plans",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Standards of Luxury"
|
title="Our Standards of Luxury"
|
||||||
description="We are dedicated to providing the best decor solutions in Federal Capital Territory."
|
description="We are dedicated to providing the best decor solutions in Federal Capital Territory."
|
||||||
@@ -218,30 +114,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<MetricCardEleven
|
<MetricCardEleven
|
||||||
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "Living", title: "Living Rooms", description: "Elegant living room curtain transformations.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741822.jpg" },
|
||||||
id: "m1",
|
{ id: "m2", value: "Office", title: "Corporate Spaces", description: "Professional and functional office treatments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg" },
|
||||||
value: "Living",
|
{ id: "m3", value: "Hotel", title: "Luxury Hotels", description: "Grand installations for hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-using-gadget-opening-shades_259150-57137.jpg" },
|
||||||
title: "Living Rooms",
|
|
||||||
description: "Elegant living room curtain transformations.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741822.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
value: "Office",
|
|
||||||
title: "Corporate Spaces",
|
|
||||||
description: "Professional and functional office treatments.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
value: "Hotel",
|
|
||||||
title: "Luxury Hotels",
|
|
||||||
description: "Grand installations for hospitality.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-woman-using-gadget-opening-shades_259150-57137.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Gallery & Transformations"
|
title="Gallery & Transformations"
|
||||||
description="A look at some of our finest work in Abuja homes and businesses."
|
description="A look at some of our finest work in Abuja homes and businesses."
|
||||||
@@ -254,46 +133,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Chidi N.", handle: "@chidiblogs", testimonial: "Excellent service and high-quality curtains. My home looks amazing!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" },
|
||||||
id: "1",
|
{ id: "2", name: "Sarah A.", handle: "@sarah_designs", testimonial: "Professional installation and very fast delivery within Abuja. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" },
|
||||||
name: "Chidi N.",
|
{ id: "3", name: "Ibrahim S.", handle: "@ibrahim_abuja", testimonial: "Affordable luxury designs that perfectly fit my office aesthetic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg" },
|
||||||
handle: "@chidiblogs",
|
{ id: "4", name: "Peace O.", handle: "@peace_o", testimonial: "The best curtain and decor shop at Wuse Market, bar none.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg" },
|
||||||
testimonial: "Excellent service and high-quality curtains. My home looks amazing!",
|
{ id: "5", name: "Uche M.", handle: "@uche_interior", testimonial: "Fantastic experience with the consultation and design process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg" },
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Sarah A.",
|
|
||||||
handle: "@sarah_designs",
|
|
||||||
testimonial: "Professional installation and very fast delivery within Abuja. Highly recommended.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Ibrahim S.",
|
|
||||||
handle: "@ibrahim_abuja",
|
|
||||||
testimonial: "Affordable luxury designs that perfectly fit my office aesthetic.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Peace O.",
|
|
||||||
handle: "@peace_o",
|
|
||||||
testimonial: "The best curtain and decor shop at Wuse Market, bar none.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Uche M.",
|
|
||||||
handle: "@uche_interior",
|
|
||||||
testimonial: "Fantastic experience with the consultation and design process.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
@@ -306,21 +150,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Where is your store located?", content: "We are located at Wuse Market, Abuja, specifically in Christy House." },
|
||||||
id: "q1",
|
{ id: "q2", title: "Do you offer installation services?", content: "Yes, we provide professional installation services for all our products." },
|
||||||
title: "Where is your store located?",
|
{ id: "q3", title: "What is your delivery timeframe?", content: "We offer fast delivery within Abuja usually within 24-48 hours." },
|
||||||
content: "We are located at Wuse Market, Abuja, specifically in Christy House.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "Do you offer installation services?",
|
|
||||||
content: "Yes, we provide professional installation services for all our products.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "What is your delivery timeframe?",
|
|
||||||
content: "We offer fast delivery within Abuja usually within 24-48 hours.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543686.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543686.jpg"
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
@@ -334,19 +166,11 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
text="Ready to transform your home or office space? Visit us at Christy House, Wuse Market, Abuja, or call us today to start your consultation."
|
text="Ready to transform your home or office space? Visit us at Christy House, Wuse Market, Abuja, or call us today to start your consultation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Call +234 XXX XXX XXX", href: "tel:+234000000000" },
|
||||||
text: "Call +234 XXX XXX XXX",
|
{ text: "WhatsApp Us", href: "https://wa.me/234000000000" },
|
||||||
href: "tel:+234000000000",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "WhatsApp Us",
|
|
||||||
href: "https://wa.me/234000000000",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -354,53 +178,9 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }, { label: "Contact", href: "#contact" }] },
|
||||||
title: "Quick Links",
|
{ title: "Socials", items: [{ label: "WhatsApp", href: "#" }, { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||||
items: [
|
{ title: "Store Hours", items: [{ label: "Mon-Sat: 9am - 6pm", href: "#" }, { label: "Sunday: Closed", href: "#" }] },
|
||||||
{
|
|
||||||
label: "Home",
|
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Products",
|
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Socials",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "WhatsApp",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Instagram",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Facebook",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Store Hours",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Mon-Sat: 9am - 6pm",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Sunday: Closed",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Mark Don Curtains Nig"
|
bottomLeftText="© 2024 Mark Don Curtains Nig"
|
||||||
bottomRightText="Wuse Market, Abuja"
|
bottomRightText="Wuse Market, Abuja"
|
||||||
|
|||||||
Reference in New Issue
Block a user