5 Commits

Author SHA1 Message Date
e7cdf3bcf2 Update src/app/page.tsx 2026-04-06 17:12:30 +00:00
004c68c9f1 Update src/app/page.tsx 2026-04-06 17:12:03 +00:00
18c0d9cc39 Merge version_2 into main
Merge version_2 into main
2026-04-06 17:08:07 +00:00
e1a99a297e Update src/app/page.tsx 2026-04-06 17:08:04 +00:00
b31b17fce1 Merge version_1 into main
Merge version_1 into main
2026-04-06 17:06:47 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{
variant: "gradient-bars"}}
title="Crafting Your Perfect Outdoor Oasis"
title="Transform Your Backyard into a High-End Retreat"
description="Trejo Landscaping specializes in premium hardscape design and installation. We turn ordinary backyards into extraordinary living spaces."
buttons={[
{
@@ -73,11 +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: "Sod Installs", description: "Professional sod installation for a lush, green lawn instantly.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg?_wi=1"},
{
title: "Paver Installs", description: "Custom-designed paver surfaces for patios and driveways.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698328.jpg?_wi=2"},
{
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="Our Hardscape Services"
description="Premium outdoor solutions designed for your lifestyle."
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}