diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 1b2fc33..5f6a0bb 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -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() {
@@ -150,12 +124,10 @@ export default function AboutPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 9fed7f5..400b2ca 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -17,9 +17,7 @@ export default function ContactPage() {
];
const navButton = {
- text: "Get Free Estimate",
- href: "/contact",
- };
+ text: "Get Free Estimate", href: "/contact"};
return (
@@ -258,13 +252,9 @@ export default function ContactPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index ec49690..5960b64 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -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"},
]}
/>
@@ -144,32 +124,16 @@ export default function HomePage() {
@@ -355,13 +226,9 @@ export default function HomePage() {
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 7dd64a0..8b67c99 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -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() {
@@ -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"},
]}
/>
@@ -159,32 +112,16 @@ export default function ServicesPage() {