Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-03 23:49:26 +00:00

View File

@@ -30,14 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "home"},
{
name: "About", id: "about"},
{
name: "Services", id: "features"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Diamond Fence"
/>
@@ -45,8 +41,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
title="Secure Your Property with Excellence"
description="Diamond Fence provides premium, durable, and stylish fencing solutions tailored to protect your home and garden with high-quality craftsmanship."
avatars={[
@@ -59,7 +54,7 @@ export default function LandingPage() {
avatarText="Trusted by over 500+ local homeowners"
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "View Our Work", href: "#services" }
{ text: "View Our Work", href: "#features" }
]}
buttonAnimation="slide-up"
marqueeItems={[
@@ -141,8 +136,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
title="Start Your Fence Project"
description="Contact us today for a free estimate and start securing your property with Diamond Fence."
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498460.jpg"
@@ -175,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}