Merge version_1 into main #2
225
src/app/page.tsx
225
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SL Fencing"
|
||||
/>
|
||||
@@ -54,48 +42,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Professional Fencing Services in Maidstone"
|
||||
description="High-quality fence construction, repairs, and gate installations delivered on time by a reliable and professional local team."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get a Quote", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg?_wi=1",
|
||||
imageAlt: "Timber fence construction",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg?_wi=1",
|
||||
imageAlt: "Metal fence installation",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg?_wi=1",
|
||||
imageAlt: "Side fence build",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wood-with-aged-worn-surface_23-2148394769.jpg",
|
||||
imageAlt: "Garden gate building",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-fence_23-2149301047.jpg",
|
||||
imageAlt: "Professional fence team",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg",
|
||||
imageAlt: "Fence restoration",
|
||||
},
|
||||
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg", imageAlt: "Timber fence construction" },
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg", imageAlt: "Metal fence installation" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg", imageAlt: "Side fence build" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/wood-with-aged-worn-surface_23-2148394769.jpg", imageAlt: "Garden gate building" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/japanese-house-entrance-fence_23-2149301047.jpg", imageAlt: "Professional fence team" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-sitting-outdoors_23-2149085443.jpg", imageAlt: "Fence restoration" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,8 +62,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About SL Fencing"
|
||||
description={[
|
||||
"Lam and the team at SL Fencing are committed to providing durable, well-constructed fencing solutions for Maidstone residents. We value professional, friendly service and efficient project delivery, often completing your new fence in just a single day.",
|
||||
]}
|
||||
"Lam and the team at SL Fencing are committed to providing durable, well-constructed fencing solutions for Maidstone residents. We value professional, friendly service and efficient project delivery, often completing your new fence in just a single day."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,40 +73,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Timber Fencing",
|
||||
description: "Beautiful, durable timber fences built to last with high-quality materials and expert workmanship.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-wooden-fence_1122-2087.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grain-panel-abstract-material-wooden_1232-4028.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-wall-with-tree-leaf-wall_74190-7307.jpg?_wi=2",
|
||||
imageAlt: "wooden timber fence structure closeup",
|
||||
title: "Timber Fencing", description: "Beautiful, durable timber fences built to last with high-quality materials and expert workmanship.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/white-wooden-fence_1122-2087.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/grain-panel-abstract-material-wooden_1232-4028.jpg" },
|
||||
},
|
||||
{
|
||||
title: "Metal Security Fencing",
|
||||
description: "Robust and secure metal fencing options providing peace of mind and style for residential perimeters.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/night-portrait-girl-model-wear-jeans-leather-jacket-against-iron-fence_627829-11279.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-discussing-neighbourhood_23-2149447187.jpg?_wi=2",
|
||||
imageAlt: "wooden timber fence structure closeup",
|
||||
title: "Metal Security Fencing", description: "Robust and secure metal fencing options providing peace of mind and style for residential perimeters.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207761.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/night-portrait-girl-model-wear-jeans-leather-jacket-against-iron-fence_627829-11279.jpg" },
|
||||
},
|
||||
{
|
||||
title: "Fence Restoration",
|
||||
description: "Bring your existing fence back to life with our expert repair, restoration, and maintenance services.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-planks_23-2148836015.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bridge_417767-270.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-peson-with-their-frinds_23-2149290153.jpg?_wi=2",
|
||||
imageAlt: "wooden timber fence structure closeup",
|
||||
title: "Fence Restoration", description: "Bring your existing fence back to life with our expert repair, restoration, and maintenance services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-measuring-wood-planks_23-2148836015.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bridge_417767-270.jpg" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -165,36 +97,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25+",
|
||||
title: "Happy Clients",
|
||||
items: [
|
||||
"Verified 4.7 star rating",
|
||||
"Satisfied local Maidstone homes",
|
||||
"Repeated repeat service",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1",
|
||||
title: "Day Delivery",
|
||||
items: [
|
||||
"Efficient fence removal",
|
||||
"Quick build time",
|
||||
"Minimized disruption",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Professionalism",
|
||||
items: [
|
||||
"Friendly personable team",
|
||||
"Work completed to quote",
|
||||
"High-level craftsmanship",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "25+", title: "Happy Clients", items: ["Verified 4.7 star rating", "Satisfied local Maidstone homes", "Repeated repeat service"] },
|
||||
{ id: "m2", value: "1", title: "Day Delivery", items: ["Efficient fence removal", "Quick build time", "Minimized disruption"] },
|
||||
{ id: "m3", value: "100%", title: "Professionalism", items: ["Friendly personable team", "Work completed to quote", "High-level craftsmanship"] },
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="Committed to quality service and results."
|
||||
@@ -206,46 +111,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Work",
|
||||
quote: "Great job, delivered the job as quoted and very friendly service.",
|
||||
name: "Local Resident",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-offering-food-neighbor_23-2149447162.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Highly Recommend",
|
||||
quote: "The team are personable, highly professional and efficient.",
|
||||
name: "Satisfied Client",
|
||||
role: "Maidstone Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-factory-worker-standing-industrial-production-hall_342744-87.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Repeated Customer",
|
||||
quote: "We have used this business multiple times and highly recommend them.",
|
||||
name: "Happy Customer",
|
||||
role: "Neighbor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-disposal-cup-standing-outdoors_23-2147970970.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Fast Installation",
|
||||
quote: "Amazingly, the old fence was removed and the new one built within one day.",
|
||||
name: "Liliana Pomazan",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "High Quality",
|
||||
quote: "The fence itself is very well constructed and completed to a high-level.",
|
||||
name: "Home Owner",
|
||||
role: "Maidstone Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Great Work", quote: "Great job, delivered the job as quoted and very friendly service.", name: "Local Resident", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-offering-food-neighbor_23-2149447162.jpg" },
|
||||
{ id: "t2", title: "Highly Recommend", quote: "The team are personable, highly professional and efficient.", name: "Satisfied Client", role: "Maidstone Local", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-factory-worker-standing-industrial-production-hall_342744-87.jpg" },
|
||||
{ id: "t3", title: "Repeated Customer", quote: "We have used this business multiple times and highly recommend them.", name: "Happy Customer", role: "Neighbor", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-laptop-disposal-cup-standing-outdoors_23-2147970970.jpg" },
|
||||
{ id: "t4", title: "Fast Installation", quote: "Amazingly, the old fence was removed and the new one built within one day.", name: "Liliana Pomazan", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg" },
|
||||
{ id: "t5", title: "High Quality", quote: "The fence itself is very well constructed and completed to a high-level.", name: "Home Owner", role: "Maidstone Resident", imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Don't just take our word for it—read reviews from your neighbors."
|
||||
@@ -257,14 +127,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fencing Trade Association",
|
||||
"Maidstone Timber Supplies",
|
||||
"Melbourne Building Supplies",
|
||||
"Quality Fence Hardware",
|
||||
"Regional Trade Standard",
|
||||
"Certified Fencing Professionals",
|
||||
"Local Business Alliance",
|
||||
]}
|
||||
"Fencing Trade Association", "Maidstone Timber Supplies", "Melbourne Building Supplies", "Quality Fence Hardware", "Regional Trade Standard", "Certified Fencing Professionals", "Local Business Alliance"]}
|
||||
title="Trusted by Local Partners"
|
||||
description="Proudly working with leading local suppliers and trade associations to ensure quality."
|
||||
/>
|
||||
@@ -275,21 +138,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does a new fence take?",
|
||||
content: "Most of our fence installations are completed within a single day, depending on the site and complexity.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you handle fence removals?",
|
||||
content: "Yes, our team handles both the removal of old fencing and the installation of your brand-new build.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you work on weekends?",
|
||||
content: "We aim to provide efficient service and will discuss project timelines during our initial consultation.",
|
||||
},
|
||||
{ id: "q1", title: "How long does a new fence take?", content: "Most of our fence installations are completed within a single day, depending on the site and complexity." },
|
||||
{ id: "q2", title: "Do you handle fence removals?", content: "Yes, our team handles both the removal of old fencing and the installation of your brand-new build." },
|
||||
{ id: "q3", title: "Do you work on weekends?", content: "We aim to provide efficient service and will discuss project timelines during our initial consultation." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-traveling-camping_23-2149775850.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -302,9 +153,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get a Free Quote"
|
||||
description="Ready to transform your property with a high-quality fence? Reach out to us today to get started."
|
||||
@@ -318,14 +167,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="SL Fencing"
|
||||
leftLink={{
|
||||
text: "Maidstone, Victoria",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "0417 103 539",
|
||||
href: "tel:0417103539",
|
||||
}}
|
||||
leftLink={{ text: "Maidstone, Victoria", href: "#" }}
|
||||
rightLink={{ text: "0417 103 539", href: "tel:0417103539" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user