Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Stacker"
|
||||
/>
|
||||
@@ -53,42 +45,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Reliable Landscaping & Concrete Services in Baldwin Park"
|
||||
description="Quality work. Honest pricing. Built to last. Professional landscaping and concrete contractors dedicated to enhancing your home's exterior appeal."
|
||||
tag="Locally Trusted Experts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:6265060018",
|
||||
},
|
||||
text: "Call Now", href: "tel:6265060018"},
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg",
|
||||
imageAlt: "Landscaping project",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg", imageAlt: "Landscaping project"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg",
|
||||
imageAlt: "Concrete work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-mesmerizing-nature-traditional-styled-japanese-adelaide-himeji-gardens_181624-46567.jpg",
|
||||
imageAlt: "Beautiful view of mesmerizing nature at traditional styled Japanese Adelaide Himeji Gardens",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-outdoor-with-rosary-hand-concept-faith-spirituality-religion_627829-311.jpg",
|
||||
imageAlt: "African american woman outdoor with rosary on hand Concept for Faith Spirituality and Religion",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg",
|
||||
imageAlt: "Contemporary house architecture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gravel-road_1137-90.jpg", imageAlt: "Concrete work"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -103,38 +74,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Landscaping",
|
||||
author: "Custom Design",
|
||||
description: "Full-service landscaping updates to revitalize your garden and front lawn appeal.",
|
||||
tags: [
|
||||
"Garden",
|
||||
"Design",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-having-fun-playing-park_53876-163259.jpg",
|
||||
},
|
||||
id: "1", title: "Landscaping", author: "Custom Design", description: "Full-service landscaping updates to revitalize your garden and front lawn appeal.", tags: [
|
||||
"Garden", "Design"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-having-fun-playing-park_53876-163259.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Concrete Services",
|
||||
author: "Built to Last",
|
||||
description: "Driveways, patios, retaining walls, and walkways built with professional durability.",
|
||||
tags: [
|
||||
"Paving",
|
||||
"Concrete",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way-garden_74190-3730.jpg",
|
||||
},
|
||||
id: "2", title: "Concrete Services", author: "Built to Last", description: "Driveways, patios, retaining walls, and walkways built with professional durability.", tags: [
|
||||
"Paving", "Concrete"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/path-way-garden_74190-3730.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Artificial Turf",
|
||||
author: "Low Maintenance",
|
||||
description: "High-quality, realistic artificial turf installation that stays green year-round.",
|
||||
tags: [
|
||||
"Turf",
|
||||
"Green",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2837.jpg",
|
||||
},
|
||||
id: "3", title: "Artificial Turf", author: "Low Maintenance", description: "High-quality, realistic artificial turf installation that stays green year-round.", tags: [
|
||||
"Turf", "Green"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2837.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Comprehensive landscaping and hardscaping solutions for your Baldwin Park home."
|
||||
@@ -149,41 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Backyard Reno",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530707.jpg",
|
||||
},
|
||||
id: "g1", name: "Backyard Reno", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/view-hammer-construction_23-2150530707.jpg"},
|
||||
{
|
||||
id: "g2",
|
||||
name: "New Driveway",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourist-desert-landscape_23-2148129815.jpg",
|
||||
},
|
||||
id: "g2", name: "New Driveway", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/tourist-desert-landscape_23-2148129815.jpg"},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Patio Layout",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg",
|
||||
},
|
||||
id: "g3", name: "Patio Layout", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1022.jpg"},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Stone Wall",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bricklaying-construction-worker-building-brick-wall_1150-14757.jpg",
|
||||
},
|
||||
id: "g4", name: "Stone Wall", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/bricklaying-construction-worker-building-brick-wall_1150-14757.jpg"},
|
||||
{
|
||||
id: "g5",
|
||||
name: "Turf Install",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg",
|
||||
},
|
||||
id: "g5", name: "Turf Install", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/residential-houses-surrounded-by-greenery_1268-15594.jpg"},
|
||||
{
|
||||
id: "g6",
|
||||
name: "Front Walkway",
|
||||
price: "View Project",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13700.jpg",
|
||||
},
|
||||
id: "g6", name: "Front Walkway", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13700.jpg"},
|
||||
]}
|
||||
title="Project Gallery"
|
||||
description="See the quality of our recent landscaping and concrete projects."
|
||||
@@ -197,59 +123,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Baldwin Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Homeowner", company: "Baldwin Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
role: "Homeowner",
|
||||
company: "Baldwin Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", role: "Homeowner", company: "Baldwin Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jane Smith",
|
||||
role: "Homeowner",
|
||||
company: "Baldwin Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-mood-smiling-young-adult-man-casual-clothes-holding-enthusiastic-school-age-daughter-back-woman-with-child-with-back-camera-courtyard-country-house_259150-59387.jpg",
|
||||
},
|
||||
id: "3", name: "Jane Smith", role: "Homeowner", company: "Baldwin Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-mood-smiling-young-adult-man-casual-clothes-holding-enthusiastic-school-age-daughter-back-woman-with-child-with-back-camera-courtyard-country-house_259150-59387.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Brown",
|
||||
role: "Homeowner",
|
||||
company: "Baldwin Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020288.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Brown", role: "Homeowner", company: "Baldwin Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020288.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily White",
|
||||
role: "Homeowner",
|
||||
company: "Baldwin Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
|
||||
},
|
||||
id: "5", name: "Emily White", role: "Homeowner", company: "Baldwin Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
value: "100+", label: "Projects Completed"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "50+", label: "Happy Clients"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "10+", label: "Years Experience"},
|
||||
]}
|
||||
title="Customer Feedback"
|
||||
description="Real reviews from our happy neighbors in Baldwin Park."
|
||||
@@ -262,9 +157,7 @@ export default function LandingPage() {
|
||||
title="Why Choose Stacker Landscaping?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -273,8 +166,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Request a Free Estimate"
|
||||
title="Let's Start Your Project"
|
||||
description="Get in touch today for professional landscaping and concrete work. Call us at (626) 506-0018 or fill out this form."
|
||||
@@ -288,46 +180,29 @@ export default function LandingPage() {
|
||||
logoText="Stacker Landscaping + Concrete"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Landscaping",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Landscaping", href: "#services"},
|
||||
{
|
||||
label: "Concrete",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Concrete", href: "#services"},
|
||||
{
|
||||
label: "Artificial Turf",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Artificial Turf", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
label: "Gallery", href: "#gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "13131 Judith St, Baldwin Park, CA",
|
||||
href: "#",
|
||||
},
|
||||
label: "13131 Judith St, Baldwin Park, CA", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user