Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 17:06:47 +00:00

View File

@@ -29,42 +29,30 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
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: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Trejo Landscaping"
button={{ text: "Get a Quote", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Crafting Your Perfect Outdoor Oasis"
description="Trejo Landscaping specializes in premium hardscape design and installation. We turn ordinary backyards into extraordinary living spaces."
buttons={[
{
text: "Get a Free Estimate",
href: "#contact",
},
text: "Get a Free Estimate", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"
/>
@@ -85,20 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Stone Patios",
description: "Custom-designed paver and stone patios for outdoor relaxation.",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg",
},
title: "Stone Patios", description: "Custom-designed paver and stone patios for outdoor relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg"},
{
title: "Retaining Walls",
description: "Structural and decorative stone walls for property definition.",
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg",
},
title: "Retaining Walls", description: "Structural and decorative stone walls for property definition.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-12301.jpg"},
{
title: "Garden Paths",
description: "Beautiful walkways that integrate seamlessly with your garden.",
imageSrc: "http://img.b2bpic.net/free-photo/low-stone-pole-barrier-green-grass-soft-focus_181624-38240.jpg",
},
title: "Garden Paths", description: "Beautiful walkways that integrate seamlessly with your garden.", imageSrc: "http://img.b2bpic.net/free-photo/low-stone-pole-barrier-green-grass-soft-focus_181624-38240.jpg"},
]}
title="Our Hardscape Services"
description="Premium outdoor solutions designed for your lifestyle."
@@ -113,45 +92,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
role: "Homeowner",
company: "Local Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-smoking-cigar-lying-hammock-outside-tropical-luxury-villa-hotel-sunset-natural-light_343596-652.jpg",
},
id: "1", name: "Sarah Miller", role: "Homeowner", company: "Local Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-european-woman-smoking-cigar-lying-hammock-outside-tropical-luxury-villa-hotel-sunset-natural-light_343596-652.jpg"},
{
id: "2",
name: "James Wilson",
role: "Homeowner",
company: "Local Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg",
},
id: "2", name: "James Wilson", role: "Homeowner", company: "Local Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg"},
{
id: "3",
name: "Emily Davis",
role: "Property Manager",
company: "Commercial",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg",
},
id: "3", name: "Emily Davis", role: "Property Manager", company: "Commercial", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-woman-sitting-outdoor-cafe_1262-1599.jpg"},
{
id: "4",
name: "Robert Chen",
role: "Homeowner",
company: "Local Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
},
id: "4", name: "Robert Chen", role: "Homeowner", company: "Local Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
{
id: "5",
name: "Linda Garcia",
role: "Homeowner",
company: "Local Client",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-inspired-female-florist-standing-greenhouse-holding-potted-plant-looking-purple-flowers-smiling-professional-portrait-copy-space-gardening-job-botany-concept_74855-12858.jpg",
},
id: "5", name: "Linda Garcia", role: "Homeowner", company: "Local Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-inspired-female-florist-standing-greenhouse-holding-potted-plant-looking-purple-flowers-smiling-professional-portrait-copy-space-gardening-job-botany-concept_74855-12858.jpg"},
]}
title="What Our Clients Say"
description="Trust the experts who transformed their outdoor dreams into reality."
@@ -162,14 +116,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Ready to transform your landscape? Get in touch today for a consultation."
buttons={[
{
text: "Contact Us",
href: "mailto:info@trejolandscaping.com",
},
text: "Contact Us", href: "mailto:info@trejolandscaping.com"},
]}
/>
</div>
@@ -179,29 +130,19 @@ export default function LandingPage() {
logoText="Trejo Landscaping"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}