Update src/app/page.tsx
This commit is contained in:
155
src/app/page.tsx
155
src/app/page.tsx
@@ -19,7 +19,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -47,26 +47,18 @@ export default function HomePage() {
|
||||
tagIcon={Sparkles}
|
||||
title="Transform Your Reno Yard Into An Outdoor Oasis"
|
||||
description="Artificial turf, irrigation systems, hardscaping, and complete landscape renovations serving Reno & Carson City with professional craftsmanship and fair pricing."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg",
|
||||
imageAlt: "Artificial turf installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg", imageAlt: "Artificial turf installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg",
|
||||
imageAlt: "Irrigation system",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg", imageAlt: "Irrigation system"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg",
|
||||
imageAlt: "Retaining wall hardscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Retaining wall hardscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1",
|
||||
imageAlt: "Landscape patio design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Landscape patio design"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+17755551234" },
|
||||
@@ -87,23 +79,14 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4.5★",
|
||||
description:
|
||||
"58 verified reviews on Yelp from satisfied customers in Reno and Carson City",
|
||||
},
|
||||
id: "1", value: "4.5★", description:
|
||||
"58 verified reviews on Yelp from satisfied customers in Reno and Carson City"},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description:
|
||||
"Years of combined professional landscaping and outdoor construction experience",
|
||||
},
|
||||
id: "2", value: "20+", description:
|
||||
"Years of combined professional landscaping and outdoor construction experience"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description:
|
||||
"On-time service with transparent pricing and professional crew members",
|
||||
},
|
||||
id: "3", value: "100%", description:
|
||||
"On-time service with transparent pricing and professional crew members"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -116,49 +99,29 @@ export default function HomePage() {
|
||||
<FeatureCardOne
|
||||
features={[
|
||||
{
|
||||
title: "Artificial Turf Installation",
|
||||
description:
|
||||
"Water-saving synthetic grass perfect for Nevada's climate. Pet-friendly, durable, and maintenance-free.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg?_wi=1",
|
||||
imageAlt: "Artificial turf installation",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Artificial Turf Installation", description:
|
||||
"Water-saving synthetic grass perfect for Nevada's climate. Pet-friendly, durable, and maintenance-free.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-woman-doing-fitness-exercises_23-2149565535.jpg", imageAlt: "Artificial turf installation", button: { text: "Learn More", href: "/services" },
|
||||
},
|
||||
{
|
||||
title: "Irrigation Systems",
|
||||
description:
|
||||
"Professional design, installation, and repair of efficient irrigation and sprinkler systems for residential and commercial.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg?_wi=1",
|
||||
imageAlt: "Irrigation system installation",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Irrigation Systems", description:
|
||||
"Professional design, installation, and repair of efficient irrigation and sprinkler systems for residential and commercial.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/gardening_23-2148020412.jpg", imageAlt: "Irrigation system installation", button: { text: "Learn More", href: "/services" },
|
||||
},
|
||||
{
|
||||
title: "Hardscapes & Construction",
|
||||
description:
|
||||
"Retaining walls, patios, walkways, driveways, and custom outdoor structures built to last.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=1",
|
||||
imageAlt: "Hardscape patio construction",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Hardscapes & Construction", description:
|
||||
"Retaining walls, patios, walkways, driveways, and custom outdoor structures built to last.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Hardscape patio construction", button: { text: "Learn More", href: "/services" },
|
||||
},
|
||||
{
|
||||
title: "Tree & Shrub Care",
|
||||
description:
|
||||
"Professional tree planting, pruning, trimming, and disease management for healthy landscapes.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg",
|
||||
imageAlt: "Tree care and pruning",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Tree & Shrub Care", description:
|
||||
"Professional tree planting, pruning, trimming, and disease management for healthy landscapes.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Tree care and pruning", button: { text: "Learn More", href: "/services" },
|
||||
},
|
||||
{
|
||||
title: "Snow Removal",
|
||||
description:
|
||||
"Reliable winter snow removal service for residential and small commercial properties. Priority scheduling for existing clients.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-fo-male-with-his-foot-snow-shovel-while-standing-snowy-field_181624-12187.jpg",
|
||||
imageAlt: "Snow removal service",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Snow Removal", description:
|
||||
"Reliable winter snow removal service for residential and small commercial properties. Priority scheduling for existing clients.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-shot-fo-male-with-his-foot-snow-shovel-while-standing-snowy-field_181624-12187.jpg", imageAlt: "Snow removal service", button: { text: "Learn More", href: "/services" },
|
||||
},
|
||||
]}
|
||||
title="Core Services"
|
||||
@@ -186,7 +149,7 @@ export default function HomePage() {
|
||||
{ value: "Licensed & Insured", title: "Professional Credentials" },
|
||||
{ value: "Fair Pricing", title: "Transparent Quotes" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg"
|
||||
imageAlt="Professional landscaping team at work"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -201,65 +164,29 @@ export default function HomePage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jeff V.",
|
||||
role: "Homeowner",
|
||||
company: "Reno",
|
||||
rating: 5,
|
||||
id: "1", name: "Jeff V.", role: "Homeowner", company: "Reno", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1",
|
||||
imageAlt: "Jeff V. - Reno homeowner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jeff V. - Reno homeowner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Victoria T.",
|
||||
role: "Property Owner",
|
||||
company: "Carson City",
|
||||
rating: 5,
|
||||
id: "2", name: "Victoria T.", role: "Property Owner", company: "Carson City", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2",
|
||||
imageAlt: "Victoria T. - Carson City homeowner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Victoria T. - Carson City homeowner"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sean H.",
|
||||
role: "Homeowner",
|
||||
company: "Reno",
|
||||
rating: 5,
|
||||
id: "3", name: "Sean H.", role: "Homeowner", company: "Reno", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3",
|
||||
imageAlt: "Sean H. - Reno homeowner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sean H. - Reno homeowner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria R.",
|
||||
role: "HOA Manager",
|
||||
company: "Reno",
|
||||
rating: 5,
|
||||
id: "4", name: "Maria R.", role: "HOA Manager", company: "Reno", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4",
|
||||
imageAlt: "Maria R. - HOA manager",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Maria R. - HOA manager"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David K.",
|
||||
role: "Business Owner",
|
||||
company: "Reno",
|
||||
rating: 5,
|
||||
id: "5", name: "David K.", role: "Business Owner", company: "Reno", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5",
|
||||
imageAlt: "David K. - Business owner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David K. - Business owner"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Jennifer L.",
|
||||
role: "Homeowner",
|
||||
company: "Carson City",
|
||||
rating: 5,
|
||||
id: "6", name: "Jennifer L.", role: "Homeowner", company: "Carson City", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6",
|
||||
imageAlt: "Jennifer L. - Carson City homeowner",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Jennifer L. - Carson City homeowner"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real testimonials from satisfied homeowners across Reno and Carson City who trust us with their landscaping needs."
|
||||
@@ -280,7 +207,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to transform your yard into the outdoor space of your dreams? Contact Monjas YSK Landscaping today for a free estimate. Serving Reno & Carson City."
|
||||
animationType="entrance-slide"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+17755551234" },
|
||||
|
||||
Reference in New Issue
Block a user