Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-05 18:35:50 +00:00
2 changed files with 1377 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="LTD Construction"
brandName="Avona Construction"
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="LTD CONSTRUCTION"
logoText="AVONA CONSTRUCTION"
description="Professional construction services for residential and commercial projects. Quality workmanship, experienced team, reliable delivery."
buttons={[
{ text: "Start Your Project", href: "contact" },
@@ -86,7 +86,7 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<AboutMetric
title="Why Choose LTD Construction - Your Trusted Building Partner"
title="Why Choose Avona Construction - Your Trusted Building Partner"
metrics={[
{ icon: Award, label: "Quality Work", value: "25+ Years" },
{ icon: Users, label: "Experienced Team", value: "150+ Staff" },
@@ -134,7 +134,7 @@ export default function LandingPage() {
<ContactCenter
tag="Get In Touch"
title="Ready to Build Your Vision?"
description="Contact LTD Construction today for a free consultation and project quote. Our team is ready to discuss your construction needs."
description="Contact Avona Construction today for a free consultation and project quote. Our team is ready to discuss your construction needs."
tagIcon={MessageSquare}
background={{ variant: "rotated-rays-animated-grid" }}
useInvertedBackground={false}
@@ -146,7 +146,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="LTD Construction"
logoText="Avona Construction"
columns={[
{
items: [
@@ -173,7 +173,7 @@ export default function LandingPage() {
items: [
{ label: "Phone: (555) 123-4567", href: "#" },
{ label: "Email: info@ltdconstruction.com", href: "#" },
{ label: "© 2025 LTD Construction", href: "#" },
{ label: "© 2025 Avona Construction", href: "#" },
],
},
]}