Merge version_1 into main #1
219
src/app/page.tsx
219
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Zap, Hammer, Settings } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
@@ -32,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Purelens"
|
||||
/>
|
||||
@@ -55,41 +48,22 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Purelens Engineering and Construction"
|
||||
description="Swakopmund-based experts in professional welding, construction, and mechanical services. We turn your vision into reality with precision and quality."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fitter-working-doing-polishing-metal_651396-96.jpg",
|
||||
imageAlt: "Industrial Welding",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/man-fitter-working-doing-polishing-metal_651396-96.jpg", imageAlt: "Industrial Welding"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-black-african-american-man-posing-industrial-machinery_627829-3278.jpg",
|
||||
imageAlt: "Construction Site",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-black-african-american-man-posing-industrial-machinery_627829-3278.jpg", imageAlt: "Construction Site"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-friends-with-face-masks-outdoors-using-smartphones-headphones_23-2148862698.jpg",
|
||||
imageAlt: "Steel Fabrication",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-friends-with-face-masks-outdoors-using-smartphones-headphones_23-2148862698.jpg", imageAlt: "Steel Fabrication"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67163.jpg",
|
||||
imageAlt: "Electrical Maintenance",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-working-electrical-panel-male-electrician-overalls_169016-67163.jpg", imageAlt: "Electrical Maintenance"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-experienced-worker-is-cutting-metal-using-special-machine-tool_613910-5245.jpg",
|
||||
imageAlt: "Trailers and Fabrication",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/mature-experienced-worker-is-cutting-metal-using-special-machine-tool_613910-5245.jpg", imageAlt: "Trailers and Fabrication"},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg",
|
||||
imageAlt: "Coastal Engineering",
|
||||
},
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-business-buildings_1359-1085.jpg", imageAlt: "Coastal Engineering"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,28 +82,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Welding & Fabrication",
|
||||
description: "High-quality steel fabrication, including security features like burglar bars, steel doors, and trailers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-coal_23-2147643498.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Welding & Fabrication", description: "High-quality steel fabrication, including security features like burglar bars, steel doors, and trailers.", imageSrc: "http://img.b2bpic.net/free-photo/burning-coal_23-2147643498.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "General Construction",
|
||||
description: "Professional general building work and structural construction with a focus on safety and durability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg",
|
||||
buttonIcon: "Hammer",
|
||||
title: "General Construction", description: "Professional general building work and structural construction with a focus on safety and durability.", imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg", buttonIcon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Electrical Services",
|
||||
description: "Reliable electrical installation, mechanical servicing, and ongoing maintenance programs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-25055.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Electrical Services", description: "Reliable electrical installation, mechanical servicing, and ongoing maintenance programs.", imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-25055.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Mechanical Fabrication",
|
||||
description: "Custom mechanical parts fabrication to meet specific project demands with precise tolerances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-protective-mask-is-cutting-metal-sparks-are-flying-away_613910-5539.jpg",
|
||||
buttonIcon: "Settings",
|
||||
title: "Mechanical Fabrication", description: "Custom mechanical parts fabrication to meet specific project demands with precise tolerances.", imageSrc: "http://img.b2bpic.net/free-photo/man-protective-mask-is-cutting-metal-sparks-are-flying-away_613910-5539.jpg", buttonIcon: Settings,
|
||||
},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
@@ -144,34 +106,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Free Quotes Provided",
|
||||
items: [
|
||||
"No hidden costs",
|
||||
"Fast turnaround",
|
||||
"Transparent communication",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Free Quotes Provided", items: [
|
||||
"No hidden costs", "Fast turnaround", "Transparent communication"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Operational Commitment",
|
||||
items: [
|
||||
"Available for consultation",
|
||||
"Flexible scheduling",
|
||||
"Reliable support",
|
||||
],
|
||||
id: "m2", value: "24/7", title: "Operational Commitment", items: [
|
||||
"Available for consultation", "Flexible scheduling", "Reliable support"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Local",
|
||||
title: "Swakopmund Based",
|
||||
items: [
|
||||
"Community focused",
|
||||
"Local knowledge",
|
||||
"Ready to assist",
|
||||
],
|
||||
id: "m3", value: "Local", title: "Swakopmund Based", items: [
|
||||
"Community focused", "Local knowledge", "Ready to assist"],
|
||||
},
|
||||
]}
|
||||
title="Building Namibia Together"
|
||||
@@ -186,59 +130,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
role: "Property Manager",
|
||||
company: "Coastal Estate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
},
|
||||
id: "1", name: "John Smith", role: "Property Manager", company: "Coastal Estate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Ndlovu",
|
||||
role: "Home Owner",
|
||||
company: "Swakopmund West",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-collaborating-project-planning-analyzing-reports-laptop-support-company_482257-136220.jpg",
|
||||
},
|
||||
id: "2", name: "Maria Ndlovu", role: "Home Owner", company: "Swakopmund West", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-collaborating-project-planning-analyzing-reports-laptop-support-company_482257-136220.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Peter Kahuure",
|
||||
role: "Business Owner",
|
||||
company: "Local Trades",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg",
|
||||
},
|
||||
id: "3", name: "Peter Kahuure", role: "Business Owner", company: "Local Trades", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-worker-greeting-with-quality-control-inspector-industrial-building_637285-4102.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anna Shifeta",
|
||||
role: "Architect",
|
||||
company: "DesignCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg",
|
||||
},
|
||||
id: "4", name: "Anna Shifeta", role: "Architect", company: "DesignCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Mumba",
|
||||
role: "Site Overseer",
|
||||
company: "EngServices",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-119833.jpg",
|
||||
},
|
||||
id: "5", name: "David Mumba", role: "Site Overseer", company: "EngServices", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-manufacturing-factory-specialist-explains-production-process_482257-119833.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "100+", label: "Projects Completed"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "50+", label: "Happy Clients"},
|
||||
{
|
||||
value: "10",
|
||||
label: "Service Areas",
|
||||
},
|
||||
value: "10", label: "Service Areas"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by home owners and businesses in Namibia."
|
||||
@@ -251,25 +164,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide free quotes?",
|
||||
content: "Yes, we are led by Naftalie Ndokosho and we provide free, no-obligation quotes for all potential projects.",
|
||||
},
|
||||
id: "f1", title: "Do you provide free quotes?", content: "Yes, we are led by Naftalie Ndokosho and we provide free, no-obligation quotes for all potential projects."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where are you located?",
|
||||
content: "Our operations are based in Swakopmund, Namibia. We serve the surrounding coastal area.",
|
||||
},
|
||||
id: "f2", title: "Where are you located?", content: "Our operations are based in Swakopmund, Namibia. We serve the surrounding coastal area."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I contact you?",
|
||||
content: "You can call us at +264 81 304 5711, contact us via WhatsApp at +264 81 081 8259966, or email us at purelenscc@gmail.com.",
|
||||
},
|
||||
id: "f3", title: "How can I contact you?", content: "You can call us at +264 81 304 5711, contact us via WhatsApp at +264 81 081 8259966, or email us at purelenscc@gmail.com."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "What security features do you make?",
|
||||
content: "We fabricate custom security features, including burglar bars, steel doors, and various security fixtures for residential and commercial properties.",
|
||||
},
|
||||
id: "f4", title: "What security features do you make?", content: "We fabricate custom security features, including burglar bars, steel doors, and various security fixtures for residential and commercial properties."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our construction and fabrication services."
|
||||
@@ -282,14 +183,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Namib Industrial",
|
||||
"Coast Building Supply",
|
||||
"Swakop Welding Pros",
|
||||
"Coastal Infrastructure Co",
|
||||
"Energy Works Namibia",
|
||||
"Fabrication Solutions",
|
||||
"Local Business Network",
|
||||
]}
|
||||
"Namib Industrial", "Coast Building Supply", "Swakop Welding Pros", "Coastal Infrastructure Co", "Energy Works Namibia", "Fabrication Solutions", "Local Business Network"]}
|
||||
title="Trusted Local Partnerships"
|
||||
description="We collaborate with leading local partners in Swakopmund."
|
||||
/>
|
||||
@@ -299,8 +193,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Ready for your next project?"
|
||||
description="We are ready to provide you with a free quote. Reach out via phone, WhatsApp, or email today."
|
||||
@@ -313,37 +206,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Purelens",
|
||||
items: [
|
||||
title: "Purelens", items: [
|
||||
{
|
||||
label: "Swakopmund, Namibia",
|
||||
href: "#",
|
||||
},
|
||||
label: "Swakopmund, Namibia", href: "#"},
|
||||
{
|
||||
label: "+264 81 304 5711",
|
||||
href: "tel:+264813045711",
|
||||
},
|
||||
label: "+264 81 304 5711", href: "tel:+264813045711"},
|
||||
{
|
||||
label: "purelenscc@gmail.com",
|
||||
href: "mailto:purelenscc@gmail.com",
|
||||
},
|
||||
label: "purelenscc@gmail.com", href: "mailto:purelenscc@gmail.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Welding & Fabrication",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Welding & Fabrication", href: "#services"},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Construction", href: "#services"},
|
||||
{
|
||||
label: "Electrical",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Electrical", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user