Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -46,36 +46,28 @@ export default function AboutPage() {
|
||||
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=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empowered-businesswomen-office_23-2149332980.jpg"
|
||||
imageAlt="Frontier Landscaping team professional photo"
|
||||
imagePosition="right"
|
||||
buttonAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#"
|
||||
text: "Learn More", href: "#"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -85,32 +77,16 @@ export default function AboutPage() {
|
||||
<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: "Percent",
|
||||
description: "Vancouver, WA based landscaping company",
|
||||
icon: Home
|
||||
id: "4", value: "100", title: "Percent", description: "Vancouver, WA based landscaping company", icon: Home
|
||||
}
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -130,17 +106,15 @@ export default function AboutPage() {
|
||||
text="Ready to transform your outdoor space? Get your free landscaping estimate today. Call (360) 574-8979 or fill out our form below."
|
||||
animationType="background-highlight"
|
||||
background={{
|
||||
variant: "grid"
|
||||
variant: "plain"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Free Estimate",
|
||||
href: "#estimate-form"
|
||||
text: "Request Free Estimate", href: "#estimate-form"
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3605748979"
|
||||
text: "Call Now", href: "tel:3605748979"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -150,12 +124,10 @@ export default function AboutPage() {
|
||||
<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>
|
||||
|
||||
@@ -17,9 +17,7 @@ export default function ContactPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Free Estimate",
|
||||
href: "/contact",
|
||||
};
|
||||
text: "Get Free Estimate", href: "/contact"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -28,7 +26,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -94,17 +92,13 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Ready to transform your outdoor space? Get your free landscaping estimate today. Call (360) 574-8979 or fill out our form below."
|
||||
animationType="background-highlight"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Free Estimate",
|
||||
href: "#estimate-form",
|
||||
},
|
||||
text: "Request Free Estimate", href: "#estimate-form"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3605748979",
|
||||
},
|
||||
text: "Call Now", href: "tel:3605748979"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -258,13 +252,9 @@ export default function ContactPage() {
|
||||
<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>
|
||||
|
||||
211
src/app/page.tsx
211
src/app/page.tsx
@@ -42,7 +42,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -52,9 +52,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Free Estimate",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Free Estimate", href: "contact"}}
|
||||
brandName="Frontier Landscaping"
|
||||
/>
|
||||
</div>
|
||||
@@ -67,29 +65,20 @@ export default function HomePage() {
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "grid",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/luxury-beach-house-generative-ai_587448-2207.jpg",
|
||||
imageAlt: "Beautiful modern landscape design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/luxury-beach-house-generative-ai_587448-2207.jpg", imageAlt: "Beautiful modern landscape design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg",
|
||||
imageAlt: "Stone retaining wall landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1023.jpg", imageAlt: "Stone retaining wall landscape"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="4.6 Rating • 77+ Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call (360) 574-8979",
|
||||
href: "tel:3605748979",
|
||||
},
|
||||
text: "Call (360) 574-8979", href: "tel:3605748979"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,37 +94,28 @@ export default function HomePage() {
|
||||
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=1"
|
||||
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: "Learn More",
|
||||
href: "/services",
|
||||
},
|
||||
text: "Learn More", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,32 +124,16 @@ export default function HomePage() {
|
||||
<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"
|
||||
@@ -188,60 +152,20 @@ export default function HomePage() {
|
||||
<BlogCardTwo
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Retaining Walls", "Landscape Design"],
|
||||
title: "Backyard Paradise with Stone Retaining Wall",
|
||||
excerpt: "Transformed a sloped yard into a beautiful terraced landscape with professional stone retaining walls and new planting areas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/square-center-medieval-city-rhodes-walk-through-old-town-idea-background-trip-popular-places-dodecanese-archipelago-greece_166373-3829.jpg?_wi=1",
|
||||
imageAlt: "Stone retaining wall project",
|
||||
authorName: "Frontier Landscaping",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg",
|
||||
date: "20 Jan 2025",
|
||||
},
|
||||
id: "1", category: ["Retaining Walls", "Landscape Design"],
|
||||
title: "Backyard Paradise with Stone Retaining Wall", excerpt: "Transformed a sloped yard into a beautiful terraced landscape with professional stone retaining walls and new planting areas.", imageSrc: "http://img.b2bpic.net/free-photo/square-center-medieval-city-rhodes-walk-through-old-town-idea-background-trip-popular-places-dodecanese-archipelago-greece_166373-3829.jpg", imageAlt: "Stone retaining wall project", authorName: "Frontier Landscaping", authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg", date: "20 Jan 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Hardscaping", "Stone Steps"],
|
||||
title: "Professional Stone Steps Installation",
|
||||
excerpt: "High-end stone step installation connecting multiple levels of outdoor space with elegant hardscaping details.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg?_wi=1",
|
||||
imageAlt: "Stone steps installation",
|
||||
authorName: "Frontier Landscaping",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg",
|
||||
date: "15 Jan 2025",
|
||||
},
|
||||
id: "2", category: ["Hardscaping", "Stone Steps"],
|
||||
title: "Professional Stone Steps Installation", excerpt: "High-end stone step installation connecting multiple levels of outdoor space with elegant hardscaping details.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", imageAlt: "Stone steps installation", authorName: "Frontier Landscaping", authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg", date: "15 Jan 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Tree Pruning", "Yard Care"],
|
||||
title: "Comprehensive Tree Pruning & Orchard Maintenance",
|
||||
excerpt: "Professional tree pruning and maintenance service restoring health and beauty to mature fruit trees.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg?_wi=1",
|
||||
imageAlt: "Tree pruning and maintenance",
|
||||
authorName: "Frontier Landscaping",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg",
|
||||
date: "10 Jan 2025",
|
||||
},
|
||||
id: "3", category: ["Tree Pruning", "Yard Care"],
|
||||
title: "Comprehensive Tree Pruning & Orchard Maintenance", excerpt: "Professional tree pruning and maintenance service restoring health and beauty to mature fruit trees.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg", imageAlt: "Tree pruning and maintenance", authorName: "Frontier Landscaping", authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg", date: "10 Jan 2025"},
|
||||
{
|
||||
id: "4",
|
||||
category: ["Complete Renovation", "Landscape Design"],
|
||||
title: "Complete Yard Transformation Project",
|
||||
excerpt: "Full-scale yard renovation from bare soil to thriving landscape with comprehensive drainage solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-chair-with-white-umbrella-outdoor-patio_74190-1917.jpg?_wi=1",
|
||||
imageAlt: "Complete yard transformation",
|
||||
authorName: "Frontier Landscaping",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg",
|
||||
date: "05 Jan 2025",
|
||||
},
|
||||
id: "4", category: ["Complete Renovation", "Landscape Design"],
|
||||
title: "Complete Yard Transformation Project", excerpt: "Full-scale yard renovation from bare soil to thriving landscape with comprehensive drainage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/table-chair-with-white-umbrella-outdoor-patio_74190-1917.jpg", imageAlt: "Complete yard transformation", authorName: "Frontier Landscaping", authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg", date: "05 Jan 2025"},
|
||||
{
|
||||
id: "5",
|
||||
category: ["Drainage", "Hardscaping"],
|
||||
title: "Slope Yard Drainage & Landscape Solution",
|
||||
excerpt: "Expert drainage design and installation solving water issues while creating beautiful outdoor living space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1",
|
||||
imageAlt: "Drainage and slope landscape solution",
|
||||
authorName: "Frontier Landscaping",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg",
|
||||
date: "28 Dec 2024",
|
||||
},
|
||||
id: "5", category: ["Drainage", "Hardscaping"],
|
||||
title: "Slope Yard Drainage & Landscape Solution", excerpt: "Expert drainage design and installation solving water issues while creating beautiful outdoor living space.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Drainage and slope landscape solution", authorName: "Frontier Landscaping", authorAvatar: "http://img.b2bpic.net/free-vector/detailed-holistic-concept-logo-template_23-2148832419.jpg", date: "28 Dec 2024"},
|
||||
]}
|
||||
title="Recent Projects"
|
||||
description="Before and after transformations showcasing our landscape expertise and craftsmanship."
|
||||
@@ -259,65 +183,17 @@ export default function HomePage() {
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson, Vancouver WA",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Outstanding Team, Amazing Results!",
|
||||
quote: "Outstanding team! They took my big pile of dirt and turned it into a beautiful retaining wall and planting area. The professionalism and attention to detail were exceptional. Highly recommended!",
|
||||
tag: "Retaining Wall Project",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson, Vancouver WA", date: "Date: 15 January 2025", title: "Outstanding Team, Amazing Results!", quote: "Outstanding team! They took my big pile of dirt and turned it into a beautiful retaining wall and planting area. The professionalism and attention to detail were exceptional. Highly recommended!", tag: "Retaining Wall Project", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15110.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen, Camas WA",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "Professional and Reliable Service",
|
||||
quote: "Frontier Landscaping transformed our sloped yard into a functional outdoor living space. Great communication, fair pricing, and excellent workmanship. Definitely hiring them again!",
|
||||
tag: "Landscape Design",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patio-with-pillow-chair-table-set_74190-6236.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Michael Chen, Camas WA", date: "Date: 10 January 2025", title: "Professional and Reliable Service", quote: "Frontier Landscaping transformed our sloped yard into a functional outdoor living space. Great communication, fair pricing, and excellent workmanship. Definitely hiring them again!", tag: "Landscape Design", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", imageSrc: "http://img.b2bpic.net/free-photo/patio-with-pillow-chair-table-set_74190-6236.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Martinez, Portland Metro",
|
||||
date: "Date: 05 January 2025",
|
||||
title: "Exceeded All Expectations",
|
||||
quote: "The team at Frontier Landscaping exceeded every expectation. They listened to our vision, provided expert recommendations, and delivered exceptional results. Our landscape looks magazine-worthy!",
|
||||
tag: "Complete Renovation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-greenhouse-with-shopping-trolley_7502-7724.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Jennifer Martinez, Portland Metro", date: "Date: 05 January 2025", title: "Exceeded All Expectations", quote: "The team at Frontier Landscaping exceeded every expectation. They listened to our vision, provided expert recommendations, and delivered exceptional results. Our landscape looks magazine-worthy!", tag: "Complete Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-standing-greenhouse-with-shopping-trolley_7502-7724.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Williams, Ridgefield WA",
|
||||
date: "Date: 28 December 2024",
|
||||
title: "Best Decision We Made",
|
||||
quote: "Hiring Frontier Landscaping was the best decision we made for our property. Professional, punctual, and passionate about their work. Our yard has never looked better!",
|
||||
tag: "Hardscaping",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Robert Williams, Ridgefield WA", date: "Date: 28 December 2024", title: "Best Decision We Made", quote: "Hiring Frontier Landscaping was the best decision we made for our property. Professional, punctual, and passionate about their work. Our yard has never looked better!", tag: "Hardscaping", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda Cooper, Vancouver WA",
|
||||
date: "Date: 20 December 2024",
|
||||
title: "Trustworthy Local Business",
|
||||
quote: "Trustworthy, professional, and incredibly skilled. Frontier Landscaping treats your property like it's their own. They're women-owned, local, and committed to excellence. Couldn't ask for better!",
|
||||
tag: "Tree Services",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-positive-woman-black-shirt-posing-white-background-high-quality-photo_114579-61008.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-mid-aged-man-working-garden-with-gtareden-inventory_259150-58928.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Amanda Cooper, Vancouver WA", date: "Date: 20 December 2024", title: "Trustworthy Local Business", quote: "Trustworthy, professional, and incredibly skilled. Frontier Landscaping treats your property like it's their own. They're women-owned, local, and committed to excellence. Couldn't ask for better!", tag: "Tree Services", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-positive-woman-black-shirt-posing-white-background-high-quality-photo_114579-61008.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gardening-mid-aged-man-working-garden-with-gtareden-inventory_259150-58928.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Thompson, Vancouver WA",
|
||||
date: "Date: 15 December 2024",
|
||||
title: "Quality Work, Honest Pricing",
|
||||
quote: "Great communication, honest estimates, and quality work. The team took time to understand what we wanted and delivered exactly that. Highly recommend Frontier Landscaping!",
|
||||
tag: "Drainage Solution",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-unshaven-male-with-pleasant-appearance-has-dark-hair-bristle-contemplates-about-something-important-dressed-fashioable-clothes-isolated-white-wall-european-man-indoor_273609-16093.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-watering-plants-with-blue-can_23-2147948197.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "David Thompson, Vancouver WA", date: "Date: 15 December 2024", title: "Quality Work, Honest Pricing", quote: "Great communication, honest estimates, and quality work. The team took time to understand what we wanted and delivered exactly that. Highly recommend Frontier Landscaping!", tag: "Drainage Solution", avatarSrc: "http://img.b2bpic.net/free-photo/serious-unshaven-male-with-pleasant-appearance-has-dark-hair-bristle-contemplates-about-something-important-dressed-fashioable-clothes-isolated-white-wall-european-man-indoor_273609-16093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-watering-plants-with-blue-can_23-2147948197.jpg"},
|
||||
]}
|
||||
title="Customer Testimonials"
|
||||
description="Real stories from satisfied homeowners in Vancouver, Washington and surrounding areas."
|
||||
@@ -335,18 +211,13 @@ export default function HomePage() {
|
||||
text="Ready to transform your outdoor space? Get your free landscaping estimate today. Call (360) 574-8979 or fill out our form below."
|
||||
animationType="background-highlight"
|
||||
background={{
|
||||
variant: "grid",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Free Estimate",
|
||||
href: "#estimate-form",
|
||||
},
|
||||
text: "Request Free Estimate", href: "#estimate-form"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:3605748979",
|
||||
},
|
||||
text: "Call Now", href: "tel:3605748979"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -355,13 +226,9 @@ export default function HomePage() {
|
||||
<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>
|
||||
|
||||
@@ -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