Merge version_1 into main #1
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Odewas Roofing"
|
||||
/>
|
||||
@@ -48,30 +40,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="serv-body" data-section="serv-body">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "serv-1",
|
||||
title: "Residential Roofing",
|
||||
description: "Custom material solutions for Kenyan homes.",
|
||||
tag: "Residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg",
|
||||
},
|
||||
id: "serv-1", title: "Residential Roofing", description: "Custom material solutions for Kenyan homes.", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets_23-2149343655.jpg"},
|
||||
{
|
||||
id: "serv-2",
|
||||
title: "Commercial Roofing",
|
||||
description: "Reliable maintenance for businesses.",
|
||||
tag: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-stairs_1361-226.jpg",
|
||||
},
|
||||
id: "serv-2", title: "Commercial Roofing", description: "Reliable maintenance for businesses.", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/wood-stairs_1361-226.jpg"},
|
||||
{
|
||||
id: "serv-3",
|
||||
title: "Emergency Repairs",
|
||||
description: "24/7 rapid response for your safety.",
|
||||
tag: "Urgent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-11133.jpg",
|
||||
},
|
||||
id: "serv-3", title: "Emergency Repairs", description: "24/7 rapid response for your safety.", tag: "Urgent", imageSrc: "http://img.b2bpic.net/free-photo/female-male-workers-wearing-work-clothes_273609-11133.jpg"},
|
||||
]}
|
||||
title="Complete Roofing Services"
|
||||
description="Our full suite of professional services for your roofing requirements."
|
||||
@@ -85,20 +63,11 @@ export default function LandingPage() {
|
||||
tag="Reliability"
|
||||
metrics={[
|
||||
{
|
||||
id: "ms1",
|
||||
value: "24h",
|
||||
description: "Response Time",
|
||||
},
|
||||
id: "ms1", value: "24h", description: "Response Time"},
|
||||
{
|
||||
id: "ms2",
|
||||
value: "100%",
|
||||
description: "Professional Assessment",
|
||||
},
|
||||
id: "ms2", value: "100%", description: "Professional Assessment"},
|
||||
{
|
||||
id: "ms3",
|
||||
value: "5+",
|
||||
description: "Years Guarantee on Materials",
|
||||
},
|
||||
id: "ms3", value: "5+", description: "Years Guarantee on Materials"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -108,13 +77,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Odewas Roofing"
|
||||
leftLink={{
|
||||
text: "info@odewasroofing.co.ke",
|
||||
href: "mailto:info@odewasroofing.co.ke",
|
||||
}}
|
||||
text: "info@odewasroofing.co.ke", href: "mailto:info@odewasroofing.co.ke"}}
|
||||
rightLink={{
|
||||
text: "Bandari Plaza, Westlands",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Bandari Plaza, Westlands", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user