Merge version_1 into main #2
187
src/app/page.tsx
187
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: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="J's Landscape & Remodeling"
|
||||
/>
|
||||
@@ -53,77 +45,48 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Quality Landscaping & Remodeling in Anna, TX"
|
||||
description="Family-owned business dedicated to crafting beautiful outdoor spaces and improving your home with expert craftsmanship and reliability."
|
||||
kpis={[
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Rated Service",
|
||||
},
|
||||
value: "5-Star", label: "Rated Service"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Reliability",
|
||||
},
|
||||
value: "100%", label: "Reliability"},
|
||||
{
|
||||
value: "Family",
|
||||
label: "Owned Business",
|
||||
},
|
||||
value: "Family", label: "Owned Business"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg",
|
||||
alt: "People helping each other in the community",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", alt: "People helping each other in the community"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg",
|
||||
alt: "a worker is cutting grass with a hose.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg", alt: "a worker is cutting grass with a hose."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg",
|
||||
alt: "Professional gardener trimming hedge in the yard",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", alt: "Professional gardener trimming hedge in the yard"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
|
||||
alt: "Pensive middle-aged gardener holding small thuja in pot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", alt: "Pensive middle-aged gardener holding small thuja in pot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-good-looking-bearded-gardener-spending-day-countryside-vegetable-garden-summer-morning-attractive-hispanic-man-smiling-holding-plant-hand_176420-19897.jpg",
|
||||
alt: "Young good-looking bearded gardener spending day",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-good-looking-bearded-gardener-spending-day-countryside-vegetable-garden-summer-morning-attractive-hispanic-man-smiling-holding-plant-hand_176420-19897.jpg", alt: "Young good-looking bearded gardener spending day"},
|
||||
]}
|
||||
avatarText="Trusted by 400+ local families"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Residential Landscaping",
|
||||
},
|
||||
type: "text", text: "Residential Landscaping"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Custom Fence Repair",
|
||||
},
|
||||
type: "text", text: "Custom Fence Repair"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Home Remodeling",
|
||||
},
|
||||
type: "text", text: "Home Remodeling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tree Maintenance",
|
||||
},
|
||||
type: "text", text: "Tree Maintenance"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Paver Installation",
|
||||
},
|
||||
type: "text", text: "Paver Installation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,19 +98,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years Experience", value: "10+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Projects Completed", value: "500+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Clients",
|
||||
value: "400+",
|
||||
},
|
||||
label: "Happy Clients", value: "400+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -160,29 +117,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
title: "Landscaping & Tree Care",
|
||||
description: "Complete landscape design, sod installation, and professional tree maintenance services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg",
|
||||
imageAlt: "Expressive senior female posing indoor",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Leaf,
|
||||
title: "Landscaping & Tree Care", description: "Complete landscape design, sod installation, and professional tree maintenance services."},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Building2,
|
||||
title: "Fence & Hardscape",
|
||||
description: "Expert fence repair, custom paver installations, and robust retaining walls.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=2",
|
||||
imageAlt: "Expressive senior female posing indoor",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Building2,
|
||||
title: "Fence & Hardscape", description: "Expert fence repair, custom paver installations, and robust retaining walls."},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
title: "Home Remodeling",
|
||||
description: "Interior and exterior home improvements delivered with quality and attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-362.jpg?_wi=1",
|
||||
imageAlt: "Expressive senior female posing indoor",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Wrench,
|
||||
title: "Home Remodeling", description: "Interior and exterior home improvements delivered with quality and attention to detail."},
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="From landscaping to home remodeling, we bring expert craftsmanship to your property."
|
||||
@@ -195,45 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Excellent Service",
|
||||
quote: "Professional, punctual, and high quality work on our fence repair.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-362.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Excellent Service", quote: "Professional, punctual, and high quality work on our fence repair.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-362.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Great Experience",
|
||||
quote: "They transformed our backyard with beautiful pavers and landscaping.",
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
|
||||
},
|
||||
id: "2", title: "Great Experience", quote: "They transformed our backyard with beautiful pavers and landscaping.", name: "Michael Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Top Notch Quality",
|
||||
quote: "Quality craftsmanship on every project. Their tree work is impeccable.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg",
|
||||
},
|
||||
id: "3", title: "Top Notch Quality", quote: "Quality craftsmanship on every project. Their tree work is impeccable.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Friendly Crew",
|
||||
quote: "Hardworking crew that respects your time and property.",
|
||||
name: "David Kim",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg",
|
||||
},
|
||||
id: "4", title: "Friendly Crew", quote: "Hardworking crew that respects your time and property.", name: "David Kim", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Reliable & Fair",
|
||||
quote: "Always my first call for power washing or landscaping needs.",
|
||||
name: "Amanda White",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg",
|
||||
},
|
||||
id: "5", title: "Reliable & Fair", quote: "Always my first call for power washing or landscaping needs.", name: "Amanda White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Trusted by homeowners across Anna, Texas for quality workmanship."
|
||||
@@ -244,16 +156,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in touch"
|
||||
title="Ready for your next project?"
|
||||
description="Contact J's Landscape & Remodeling for a free, no-obligation quote today. We serve Anna and surrounding areas."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+15550100",
|
||||
},
|
||||
text: "Call Now", href: "tel:+15550100"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -264,33 +173,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user