Merge version_1 into main #2
354
src/app/page.tsx
354
src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="TKS Investment"
|
||||
/>
|
||||
@@ -58,109 +43,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Premium Aluminium & Glass Solutions for Modern Homes"
|
||||
description="Specialists in Window Frames, Sliding Doors, Folding Doors, Garage Doors, and Custom Gates — Built for Quality, Style, and Security. Call us: +268 7677 1132"
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@tks",
|
||||
testimonial: "Excellent workmanship and professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-black-glass-facade-modern-building_181624-6282.jpg?_wi=1",
|
||||
imageAlt: "luxury modern house sliding doors",
|
||||
},
|
||||
{
|
||||
name: "Sarah M.",
|
||||
handle: "@tks",
|
||||
testimonial: "Transformed our home with beautiful sliding doors.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283232.jpg?_wi=1",
|
||||
imageAlt: "luxury modern house sliding doors",
|
||||
},
|
||||
{
|
||||
name: "Mike B.",
|
||||
handle: "@tks",
|
||||
testimonial: "Reliable and quality aluminium work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance_23-2148098599.jpg?_wi=1",
|
||||
imageAlt: "luxury modern house sliding doors",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@tks",
|
||||
testimonial: "High-end finishes and great security features.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286009.jpg?_wi=1",
|
||||
imageAlt: "luxury modern house sliding doors",
|
||||
},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@tks",
|
||||
testimonial: "Fast delivery and great pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-luxury-vacation_23-2149204472.jpg?_wi=1",
|
||||
imageAlt: "luxury modern house sliding doors",
|
||||
},
|
||||
{ name: "John D.", handle: "@tks", testimonial: "Excellent workmanship and professional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-black-glass-facade-modern-building_181624-6282.jpg" },
|
||||
{ name: "Sarah M.", handle: "@tks", testimonial: "Transformed our home with beautiful sliding doors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283232.jpg" },
|
||||
{ name: "Mike B.", handle: "@tks", testimonial: "Reliable and quality aluminium work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/entrance_23-2148098599.jpg" },
|
||||
{ name: "Emily R.", handle: "@tks", testimonial: "High-end finishes and great security features.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286009.jpg" },
|
||||
{ name: "David L.", handle: "@tks", testimonial: "Fast delivery and great pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-luxury-vacation_23-2149204472.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+26876771132",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-black-glass-facade-modern-building_181624-6282.jpg?_wi=2"
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:+26876771132" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-black-glass-facade-modern-building_181624-6282.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162837.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21167.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Aluminium",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Glass Solutions",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Security",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Craft",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Eswatini Expert",
|
||||
},
|
||||
]}
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/concrete-building-with-balcony_250224-309.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", alt: "Client 2" }, { src: "http://img.b2bpic.net/free-photo/staircase-apartment_1150-11156.jpg", alt: "Client 3" }, { src: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162837.jpg", alt: "Client 4" }, { src: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21167.jpg", alt: "Client 5" }]}
|
||||
marqueeItems={[{ type: "text", text: "Premium Aluminium" }, { type: "text", text: "Glass Solutions" }, { type: "text", text: "Modern Security" }, { type: "text", text: "Professional Craft" }, { type: "text", text: "Eswatini Expert" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,21 +67,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Quality. Trusted for Excellence."
|
||||
description="TKS Investment delivers high-quality aluminium and glass installations designed to improve the beauty, security, and functionality of homes and commercial spaces."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Craftsmanship",
|
||||
description: "Expertly designed for durability.",
|
||||
},
|
||||
{
|
||||
title: "Security Focused",
|
||||
description: "Built to protect your home.",
|
||||
},
|
||||
{
|
||||
title: "Eswatini Specialists",
|
||||
description: "Proudly serving the local market.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283232.jpg?_wi=2"
|
||||
bulletPoints={[{ title: "Precision Craftsmanship", description: "Expertly designed for durability." }, { title: "Security Focused", description: "Built to protect your home." }, { title: "Eswatini Specialists", description: "Proudly serving the local market." }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283232.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,38 +76,7 @@ export default function LandingPage() {
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Window Frames",
|
||||
description: "High-grade aluminium frames for long-term endurance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/entrance_23-2148098599.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Sliding Doors",
|
||||
description: "Smooth, secure, and aesthetically pleasing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286009.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Folding Doors",
|
||||
description: "Versatile designs for seamless transition.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-luxury-vacation_23-2149204472.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Garage Doors",
|
||||
description: "Heavy-duty and stylish protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-garage-door_1150-10767.jpg",
|
||||
},
|
||||
{
|
||||
title: "Custom Gates",
|
||||
description: "Tailor-made for property safety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445302.jpg",
|
||||
},
|
||||
{
|
||||
title: "Glass Installs",
|
||||
description: "Professional glass fitting services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-structure-steel_1127-2124.jpg",
|
||||
},
|
||||
]}
|
||||
features={[{ title: "Window Frames", description: "High-grade aluminium frames for long-term endurance.", imageSrc: "http://img.b2bpic.net/free-photo/entrance_23-2148098599.jpg" }, { title: "Sliding Doors", description: "Smooth, secure, and aesthetically pleasing.", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286009.jpg" }, { title: "Folding Doors", description: "Versatile designs for seamless transition.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-luxury-vacation_23-2149204472.jpg" }, { title: "Garage Doors", description: "Heavy-duty and stylish protection.", imageSrc: "http://img.b2bpic.net/free-photo/building-garage-door_1150-10767.jpg" }, { title: "Custom Gates", description: "Tailor-made for property safety.", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance_23-2149445302.jpg" }, { title: "Glass Installs", description: "Professional glass fitting services.", imageSrc: "http://img.b2bpic.net/free-photo/glass-structure-steel_1127-2124.jpg" }]}
|
||||
title="Our Services"
|
||||
description="Comprehensive aluminium and glass solutions."
|
||||
/>
|
||||
@@ -235,44 +88,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Glass Doors",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Aluminium Window Set",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Luxury Folding Door",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429861.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Garage Entryway",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Custom Property Gate",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8822.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Commercial Shopfront",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shoppong-supermarket_1157-33694.jpg",
|
||||
},
|
||||
]}
|
||||
products={[{ id: "p1", name: "Modern Glass Doors", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg" }, { id: "p2", name: "Aluminium Window Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg" }, { id: "p3", name: "Luxury Folding Door", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429861.jpg" }, { id: "p4", name: "Garage Entryway", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg" }, { id: "p5", name: "Custom Property Gate", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8822.jpg" }, { id: "p6", name: "Commercial Shopfront", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shoppong-supermarket_1157-33694.jpg" }]}
|
||||
title="Our Recent Work"
|
||||
description="A showcase of completed projects across residential and commercial sectors."
|
||||
/>
|
||||
@@ -282,23 +98,7 @@ export default function LandingPage() {
|
||||
<FeatureCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Quality",
|
||||
description: "Only the best materials sourced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-metal-structure-stairs_23-2149371470.jpg",
|
||||
},
|
||||
{
|
||||
title: "Expert Installation",
|
||||
description: "Professional fitting by experts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-wristwatch-street_23-2147747812.jpg",
|
||||
},
|
||||
{
|
||||
title: "Durable Designs",
|
||||
description: "Built for Eswatini climate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-tools-empty-notepad_23-2148393117.jpg",
|
||||
},
|
||||
]}
|
||||
features={[{ title: "Premium Quality", description: "Only the best materials sourced.", imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-metal-structure-stairs_23-2149371470.jpg" }, { title: "Expert Installation", description: "Professional fitting by experts.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-wristwatch-street_23-2147747812.jpg" }, { title: "Durable Designs", description: "Built for Eswatini climate.", imageSrc: "http://img.b2bpic.net/free-photo/blue-print-house-with-tools-empty-notepad_23-2148393117.jpg" }]}
|
||||
title="Why Clients Choose TKS Investment"
|
||||
description="Commitment to premium materials and service excellence."
|
||||
/>
|
||||
@@ -309,43 +109,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice T.",
|
||||
handle: "@home",
|
||||
testimonial: "Very satisfied with our windows.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ben K.",
|
||||
handle: "@bus",
|
||||
testimonial: "Reliable and professional team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Clara S.",
|
||||
handle: "@home",
|
||||
testimonial: "Great work on the garage gate.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
handle: "@comm",
|
||||
testimonial: "Quick and responsive service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Emma R.",
|
||||
handle: "@home",
|
||||
testimonial: "Excellent sliding door install.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
},
|
||||
]}
|
||||
testimonials={[{ id: "t1", name: "Alice T.", handle: "@home", testimonial: "Very satisfied with our windows.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, { id: "t2", name: "Ben K.", handle: "@bus", testimonial: "Reliable and professional team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg" }, { id: "t3", name: "Clara S.", handle: "@home", testimonial: "Great work on the garage gate.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg" }, { id: "t4", name: "David W.", handle: "@comm", testimonial: "Quick and responsive service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg" }, { id: "t5", name: "Emma R.", handle: "@home", testimonial: "Excellent sliding door install.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" }]}
|
||||
title="Customer Reviews"
|
||||
description="What our clients say about us."
|
||||
/>
|
||||
@@ -355,23 +119,7 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you serve all areas?",
|
||||
content: "Yes, we serve the whole Eswatini region.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is there a warranty?",
|
||||
content: "All our work comes with a quality guarantee.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How to get a quote?",
|
||||
content: "Contact us via the form on our website.",
|
||||
},
|
||||
]}
|
||||
faqs={[{ id: "f1", title: "Do you serve all areas?", content: "Yes, we serve the whole Eswatini region." }, { id: "f2", title: "Is there a warranty?", content: "All our work comes with a quality guarantee." }, { id: "f3", title: "How to get a quote?", content: "Contact us via the form on our website." }]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Quick answers to your installation needs."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -384,26 +132,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us"
|
||||
description="We are located in Matsapha, Mhlaleni, serving customers across Eswatini."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Address",
|
||||
description: "Matsapha, Mhlaleni, Eswatini",
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
description: "+268 7677 1132 | +268 7961 0669",
|
||||
},
|
||||
]}
|
||||
bulletPoints={[{ title: "Address", description: "Matsapha, Mhlaleni, Eswatini" }, { title: "Contact", description: "+268 7677 1132 | +268 7961 0669" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1942.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Let’s Build Something Beautiful"
|
||||
description="Request a free consultation today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-architectural-sketch-with-pencil-ant-tube_23-2148233687.jpg"
|
||||
@@ -414,47 +152,7 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stainless-steel-stripes-background_23-2148744280.jpg"
|
||||
logoText="TKS Investment"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Aluminium",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Glass",
|
||||
href: "#services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+26876771132",
|
||||
},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#location",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Projects", href: "#projects" }] }, { title: "Services", items: [{ label: "Aluminium", href: "#services" }, { label: "Glass", href: "#services" }] }, { title: "Contact", items: [{ label: "Call Us", href: "tel:+26876771132" }, { label: "Location", href: "#location" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user