Update src/app/services/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -35,9 +35,7 @@ export default function ServicesPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Estimate",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Free Estimate", href: "contact"}}
|
||||
brandName="Frontier Landscaping"
|
||||
/>
|
||||
</div>
|
||||
@@ -47,58 +45,22 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Design",
|
||||
title: "Landscape Design",
|
||||
subtitle: "Custom outdoor transformations",
|
||||
description: "We create stunning landscape designs that blend aesthetics with functionality. From concept to completion, we bring your vision to life with professional expertise and attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plants-seen-from_1160-867.jpg",
|
||||
imageAlt: "Custom landscape design",
|
||||
},
|
||||
tag: "Design", title: "Landscape Design", subtitle: "Custom outdoor transformations", description: "We create stunning landscape designs that blend aesthetics with functionality. From concept to completion, we bring your vision to life with professional expertise and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/plants-seen-from_1160-867.jpg", imageAlt: "Custom landscape design"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Construction",
|
||||
title: "Retaining Walls",
|
||||
subtitle: "Structural beauty and durability",
|
||||
description: "Expert retaining wall construction that combines engineering excellence with visual appeal. Perfect for sloped yards, terracing, and creating defined outdoor spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-down-wall-modern-granite_1203-4480.jpg",
|
||||
imageAlt: "Professional retaining wall installation",
|
||||
},
|
||||
tag: "Construction", title: "Retaining Walls", subtitle: "Structural beauty and durability", description: "Expert retaining wall construction that combines engineering excellence with visual appeal. Perfect for sloped yards, terracing, and creating defined outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/building-down-wall-modern-granite_1203-4480.jpg", imageAlt: "Professional retaining wall installation"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Hardscape",
|
||||
title: "Stone Steps & Hardscaping",
|
||||
subtitle: "Premium outdoor surfaces",
|
||||
description: "Beautiful stone steps, patios, and walkways that enhance your property's functionality and curb appeal. High-quality materials and precise craftsmanship guaranteed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-park_1417-1422.jpg",
|
||||
imageAlt: "Stone steps and hardscape features",
|
||||
},
|
||||
tag: "Hardscape", title: "Stone Steps & Hardscaping", subtitle: "Premium outdoor surfaces", description: "Beautiful stone steps, patios, and walkways that enhance your property's functionality and curb appeal. High-quality materials and precise craftsmanship guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-park_1417-1422.jpg", imageAlt: "Stone steps and hardscape features"},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Tree Care",
|
||||
title: "Tree Pruning & Care",
|
||||
subtitle: "Professional tree maintenance",
|
||||
description: "Specialized tree care services including pruning, trimming, and orchard maintenance. We ensure your trees stay healthy, safe, and beautifully shaped year-round.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-photographer-photo-studio-yellow-background_185193-163985.jpg",
|
||||
imageAlt: "Professional tree pruning services",
|
||||
},
|
||||
tag: "Tree Care", title: "Tree Pruning & Care", subtitle: "Professional tree maintenance", description: "Specialized tree care services including pruning, trimming, and orchard maintenance. We ensure your trees stay healthy, safe, and beautifully shaped year-round.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-photographer-photo-studio-yellow-background_185193-163985.jpg", imageAlt: "Professional tree pruning services"},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Drainage",
|
||||
title: "Drainage Solutions",
|
||||
subtitle: "Expert water management",
|
||||
description: "Solve drainage issues and manage water flow effectively. Perfect for the rainy Washington climate, protecting your landscape and foundation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-log_23-2147628748.jpg",
|
||||
imageAlt: "Drainage solution installation",
|
||||
},
|
||||
tag: "Drainage", title: "Drainage Solutions", subtitle: "Expert water management", description: "Solve drainage issues and manage water flow effectively. Perfect for the rainy Washington climate, protecting your landscape and foundation.", imageSrc: "http://img.b2bpic.net/free-photo/person-log_23-2147628748.jpg", imageAlt: "Drainage solution installation"},
|
||||
{
|
||||
id: 6,
|
||||
tag: "Renovation",
|
||||
title: "Yard Renovation",
|
||||
subtitle: "Complete landscape transformation",
|
||||
description: "Transform neglected yards into thriving outdoor spaces. We handle everything from soil preparation to planting, creating your ideal landscape.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-running-with-dog_23-2149048035.jpg",
|
||||
imageAlt: "Complete yard renovation project",
|
||||
},
|
||||
tag: "Renovation", title: "Yard Renovation", subtitle: "Complete landscape transformation", description: "Transform neglected yards into thriving outdoor spaces. We handle everything from soil preparation to planting, creating your ideal landscape.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-running-with-dog_23-2149048035.jpg", imageAlt: "Complete yard renovation project"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive landscaping and tree care solutions tailored to your property needs."
|
||||
@@ -120,37 +82,28 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "20+ Years Experience",
|
||||
description: "Proven track record of exceptional landscaping projects across Southwest Washington.",
|
||||
icon: Trophy,
|
||||
title: "20+ Years Experience", description: "Proven track record of exceptional landscaping projects across Southwest Washington.", icon: Trophy,
|
||||
},
|
||||
{
|
||||
title: "Women-Owned Business",
|
||||
description: "Supporting local community values and quality workmanship in every project.",
|
||||
icon: Users,
|
||||
title: "Women-Owned Business", description: "Supporting local community values and quality workmanship in every project.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "4.6 Star Rating",
|
||||
description: "Trusted by 77+ satisfied homeowners with outstanding reviews and testimonials.",
|
||||
icon: Star,
|
||||
title: "4.6 Star Rating", description: "Trusted by 77+ satisfied homeowners with outstanding reviews and testimonials.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Reliable Communication",
|
||||
description: "Transparent pricing, honest timelines, and responsive support from start to finish.",
|
||||
icon: MessageSquare,
|
||||
title: "Reliable Communication", description: "Transparent pricing, honest timelines, and responsive support from start to finish.", icon: MessageSquare,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empowered-businesswomen-office_23-2149332980.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empowered-businesswomen-office_23-2149332980.jpg"
|
||||
imageAlt="professional landscaping team outdoor"
|
||||
imagePosition="right"
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "/#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "/#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,32 +112,16 @@ export default function ServicesPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20",
|
||||
title: "Years",
|
||||
description: "Serving Southwest Washington with excellence",
|
||||
icon: Briefcase,
|
||||
id: "1", value: "20", title: "Years", description: "Serving Southwest Washington with excellence", icon: Briefcase,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "77",
|
||||
title: "Reviews",
|
||||
description: "4.6 star average customer satisfaction",
|
||||
icon: Star,
|
||||
id: "2", value: "77", title: "Reviews", description: "4.6 star average customer satisfaction", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500",
|
||||
title: "Projects",
|
||||
description: "Completed landscape transformations",
|
||||
icon: MapPin,
|
||||
id: "3", value: "500", title: "Projects", description: "Completed landscape transformations", icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "100",
|
||||
title: "%",
|
||||
description: "Local Vancouver, WA based company",
|
||||
icon: Home,
|
||||
id: "4", value: "100", title: "%", description: "Local Vancouver, WA based company", icon: Home,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -203,13 +140,9 @@ export default function ServicesPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Frontier Landscaping"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user