diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 806c975..79a31ea 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,7 +25,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="large"
- background="fluid"
+ background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -47,45 +47,28 @@ export default function ContactPage() {
tag="Local Menasha, WI"
tagIcon={MapPin}
tagAnimation="slide-up"
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eub4v2&_wi=2"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eub4v2"
imageAlt="Beautiful well-maintained lawn and landscaping"
mediaAnimation="slide-up"
testimonials={[
{
- name: "Sarah Thompson",
- handle: "Homeowner, Menasha",
- testimonial: "Joe transformed our yard! Professional, reliable, and affordable. Highly recommended!",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1plag&_wi=2",
- imageAlt: "Sarah Thompson",
- },
+ name: "Sarah Thompson", handle: "Homeowner, Menasha", testimonial: "Joe transformed our yard! Professional, reliable, and affordable. Highly recommended!", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1plag", imageAlt: "Sarah Thompson"},
{
- name: "Mike Johnson",
- handle: "Business Owner",
- testimonial: "Best lawn service in the area. They handle everything we need with attention to detail.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2u3u35&_wi=2",
- imageAlt: "Mike Johnson",
- },
+ name: "Mike Johnson", handle: "Business Owner", testimonial: "Best lawn service in the area. They handle everything we need with attention to detail.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2u3u35", imageAlt: "Mike Johnson"},
{
- name: "Jessica Martinez",
- handle: "Property Manager",
- testimonial: "Consistently excellent work. Joe's team is punctual and thorough every time.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2o2oz5&_wi=2",
- imageAlt: "Jessica Martinez",
- },
+ name: "Jessica Martinez", handle: "Property Manager", testimonial: "Consistently excellent work. Joe's team is punctual and thorough every time.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2o2oz5", imageAlt: "Jessica Martinez"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
buttons={[
{
- text: "Get a Free Quote",
- href: "/contact",
- },
+ text: "Get a Free Quote", href: "/contact"},
]}
buttonAnimation="slide-up"
- background={{ variant: "fluid" }}
+ background={{ variant: "radial-gradient" }}
/>
@@ -110,19 +93,13 @@ export default function ContactPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/joeslandscaping",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/joeslandscaping", ariaLabel: "Facebook"},
{
icon: Phone,
- href: "tel:9202771277",
- ariaLabel: "Call Us",
- },
+ href: "tel:9202771277", ariaLabel: "Call Us"},
{
icon: Mail,
- href: "mailto:info@joeslandscaping.com",
- ariaLabel: "Email Us",
- },
+ href: "mailto:info@joeslandscaping.com", ariaLabel: "Email Us"},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8955135..bb1baf6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
-import { Facebook, Phone, Mail, MapPin, Sprout } from "lucide-react";
+import { Facebook, Phone, Mail, MapPin, Sprout, Leaf, Image, Star } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -28,7 +28,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="large"
- background="fluid"
+ background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -53,51 +53,31 @@ export default function HomePage() {
tag="Local Menasha, WI"
tagIcon={MapPin}
tagAnimation="slide-up"
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eub4v2&_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=eub4v2"
imageAlt="Beautiful well-maintained lawn and landscaping"
mediaAnimation="slide-up"
testimonials={[
{
- name: "Sarah Thompson",
- handle: "Homeowner, Menasha",
- testimonial: "Joe transformed our yard! Professional, reliable, and affordable. Highly recommended!",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1plag&_wi=1",
- imageAlt: "Sarah Thompson",
- },
+ name: "Sarah Thompson", handle: "Homeowner, Menasha", testimonial: "Joe transformed our yard! Professional, reliable, and affordable. Highly recommended!", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1plag", imageAlt: "Sarah Thompson"},
{
- name: "Mike Johnson",
- handle: "Business Owner",
- testimonial: "Best lawn service in the area. They handle everything we need with attention to detail.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2u3u35&_wi=1",
- imageAlt: "Mike Johnson",
- },
+ name: "Mike Johnson", handle: "Business Owner", testimonial: "Best lawn service in the area. They handle everything we need with attention to detail.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2u3u35", imageAlt: "Mike Johnson"},
{
- name: "Jessica Martinez",
- handle: "Property Manager",
- testimonial: "Consistently excellent work. Joe's team is punctual and thorough every time.",
- rating: 5,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2o2oz5&_wi=1",
- imageAlt: "Jessica Martinez",
- },
+ name: "Jessica Martinez", handle: "Property Manager", testimonial: "Consistently excellent work. Joe's team is punctual and thorough every time.", rating: 5,
+ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2o2oz5", imageAlt: "Jessica Martinez"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
buttons={[
{
- text: "Get a Free Quote",
- href: "/contact",
- },
+ text: "Get a Free Quote", href: "/contact"},
{
- text: "View Services",
- href: "/services",
- },
+ text: "View Services", href: "/services"},
]}
buttonAnimation="slide-up"
background={{
- variant: "fluid",
- }}
+ variant: "radial-gradient"}}
/>
@@ -106,15 +86,13 @@ export default function HomePage() {
title="Why Choose Joe's Landscaping"
description="With over 15 years of experience serving the Menasha community, Joe's Landscaping delivers exceptional results backed by professionalism, reliability, and competitive pricing. We treat every lawn and landscape like it's our own, ensuring your outdoor space looks its best year-round."
tag="About Us"
- tagIcon={Sprout}
+ tagIcon={Leaf}
tagAnimation="slide-up"
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=renmqo&_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=renmqo"
imageAlt="Joe's landscaping team providing professional service"
buttons={[
{
- text: "Learn More",
- href: "/about",
- },
+ text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -126,40 +104,22 @@ export default function HomePage() {
features={[
{
id: 1,
- title: "Lawn Mowing",
- description: "Regular weekly or bi-weekly mowing with precision cutting, edging, and cleanup. Keep your lawn looking pristine throughout the season.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ixfcye&_wi=1",
- },
+ title: "Lawn Mowing", description: "Regular weekly or bi-weekly mowing with precision cutting, edging, and cleanup. Keep your lawn looking pristine throughout the season.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ixfcye"},
{
id: 2,
- title: "Landscaping Design",
- description: "Custom landscape designs that enhance curb appeal and increase property value. From plantings to hardscaping, we create beautiful outdoor spaces.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8lsbzb&_wi=1",
- },
+ title: "Landscaping Design", description: "Custom landscape designs that enhance curb appeal and increase property value. From plantings to hardscaping, we create beautiful outdoor spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8lsbzb"},
{
id: 3,
- title: "Hedge Trimming & Pruning",
- description: "Professional shrub and hedge trimming for a polished appearance. We maintain healthy growth while creating clean, defined lines.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilyaq2&_wi=1",
- },
+ title: "Hedge Trimming & Pruning", description: "Professional shrub and hedge trimming for a polished appearance. We maintain healthy growth while creating clean, defined lines.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilyaq2"},
{
id: 4,
- title: "Mulching & Bed Work",
- description: "Fresh mulch installation, bed edging, and weed control. Enhance planting areas while protecting soil and plant health.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=41rnez&_wi=1",
- },
+ title: "Mulching & Bed Work", description: "Fresh mulch installation, bed edging, and weed control. Enhance planting areas while protecting soil and plant health.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=41rnez"},
{
id: 5,
- title: "Yard Cleanup",
- description: "Spring and fall cleanups, leaf removal, debris hauling, and yard preparation. We handle all the heavy lifting for seasonal maintenance.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t25fy7&_wi=1",
- },
+ title: "Yard Cleanup", description: "Spring and fall cleanups, leaf removal, debris hauling, and yard preparation. We handle all the heavy lifting for seasonal maintenance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t25fy7"},
{
id: 6,
- title: "Seasonal Lawn Care",
- description: "Comprehensive seasonal services including aeration, seeding, fertilization, and pest management for year-round lawn health.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6hpz4c&_wi=1",
- },
+ title: "Seasonal Lawn Care", description: "Comprehensive seasonal services including aeration, seeding, fertilization, and pest management for year-round lawn health.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6hpz4c"},
]}
title="Our Landscaping Services"
description="Complete lawn and landscape solutions tailored to your needs"
@@ -180,14 +140,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Residential Properties",
- "Commercial Grounds",
- "HOA Communities",
- "Property Managers",
- "Real Estate Companies",
- "Municipal Properties",
- "Landscaping Contractors",
- ]}
+ "Residential Properties", "Commercial Grounds", "HOA Communities", "Property Managers", "Real Estate Companies", "Municipal Properties", "Landscaping Contractors"]}
speed={40}
showCard={true}
/>
@@ -197,58 +150,22 @@ export default function HomePage() {