Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
143
src/app/page.tsx
143
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Absolute Fencing"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Absolute Fencing Supplies & KB Transport"
|
||||
description="Your trusted partner for rural and domestic fencing supplies and reliable haulage services in Te Awamutu."
|
||||
description="Building better boundaries with premium supplies and expert transport services across the Waikato."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Products", href: "#features"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-taking-care-farm_23-2149232277.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,9 +66,7 @@ export default function LandingPage() {
|
||||
title="Quality Fencing & Reliable Transport"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Our Services", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,32 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Rural Fencing",
|
||||
descriptions: [
|
||||
"High-durability posts and wire.",
|
||||
"Designed for NZ landscapes.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-taking-measures-wood-plank_23-2148748813.jpg",
|
||||
},
|
||||
id: "f1", title: "Rural Fencing", descriptions: [
|
||||
"High-durability posts and wire.", "Designed for NZ landscapes."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-taking-measures-wood-plank_23-2148748813.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Domestic Supplies",
|
||||
descriptions: [
|
||||
"Enhance your home security.",
|
||||
"Top-tier fencing hardware.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-barbed-wire-with-cobwebs_181624-57835.jpg",
|
||||
},
|
||||
id: "f2", title: "Domestic Supplies", descriptions: [
|
||||
"Enhance your home security.", "Top-tier fencing hardware."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-barbed-wire-with-cobwebs_181624-57835.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "KB Haulage",
|
||||
descriptions: [
|
||||
"Reliable transport of supplies.",
|
||||
"Timely deliveries across region.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125216.jpg",
|
||||
},
|
||||
id: "f3", title: "KB Haulage", descriptions: [
|
||||
"Reliable transport of supplies.", "Timely deliveries across region."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125216.jpg"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="We specialize in high-quality materials and efficient logistics to keep your property protected."
|
||||
@@ -133,20 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "985+",
|
||||
description: "Happy Local Supporters",
|
||||
},
|
||||
id: "m1", value: "985+", description: "Happy Local Supporters"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
id: "m2", value: "10+", description: "Years of Expertise"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Reliable Service",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Reliable Service"},
|
||||
]}
|
||||
title="Our Commitment"
|
||||
description="Years of experience serving the Te Awamutu community."
|
||||
@@ -160,45 +121,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
handle: "@farmer",
|
||||
testimonial: "Best fencing supplies in town, highly reliable haulage too.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-wearing-gardening-hat-holds-hoe-rake_141793-116250.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", handle: "@farmer", testimonial: "Best fencing supplies in town, highly reliable haulage too.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-gardener-wearing-gardening-hat-holds-hoe-rake_141793-116250.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
handle: "@homeowner",
|
||||
testimonial: "Extremely helpful team, made my property look great.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-decorating-front-door-outside_23-2150562156.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", handle: "@homeowner", testimonial: "Extremely helpful team, made my property look great.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-decorating-front-door-outside_23-2150562156.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Brown",
|
||||
handle: "@contractor",
|
||||
testimonial: "Always on time with deliveries, excellent material quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
},
|
||||
id: "3", name: "Robert Brown", handle: "@contractor", testimonial: "Always on time with deliveries, excellent material quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice Green",
|
||||
handle: "@propertyowner",
|
||||
testimonial: "Professional service and knowledgeable advice.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15987.jpg",
|
||||
},
|
||||
id: "4", name: "Alice Green", handle: "@propertyowner", testimonial: "Professional service and knowledgeable advice.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15987.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sam Wilson",
|
||||
handle: "@customer",
|
||||
testimonial: "Great range of products for all fence needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469442.jpg",
|
||||
},
|
||||
id: "5", name: "Sam Wilson", handle: "@customer", testimonial: "Great range of products for all fence needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469442.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Community Voices"
|
||||
@@ -210,16 +146,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Start Your Fencing Project?"
|
||||
description="Call us or visit our Te Awamutu location today for expert fencing solutions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -228,16 +161,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Absolute Fencing Supplies"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Use",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Use", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user