diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a41e767..35ab667 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -47,9 +47,10 @@ export default function AboutPage() { { value: "15+", title: "Years of Experience" }, { value: "1000+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg" imageAlt="Countryside Landscaping team at work" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -58,40 +59,20 @@ export default function AboutPage() { @@ -74,8 +75,7 @@ export default function ContactPage() { copyrightText="© 2025 Countryside Landscaping LLC. All rights reserved. Serving Roanoke, VA and surrounding areas." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Care", href: "/services" }, { label: "Landscape Design", href: "/services" }, { label: "Mulching", href: "/services" }, @@ -83,8 +83,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Work", href: "/gallery" }, { label: "Testimonials", href: "/" }, @@ -92,8 +91,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "(540) 525-9771", href: "tel:(540)525-9771" }, { label: "Roanoke, VA", href: "#" }, { label: "Licensed & Insured", href: "#" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index cde1ac0..8298e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -60,50 +60,34 @@ export default function HomePage() { { text: "Request Quote Online", href: "/contact" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} leftCarouselItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=1", - imageAlt: "Beautiful lawn care project", - }, + "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Beautiful lawn care project"}, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=1", - imageAlt: "Professional mulching service", - }, + "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg", imageAlt: "Professional mulching service"}, { imageSrc: - "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", - imageAlt: "Custom hardscape design", - }, + "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Custom hardscape design"}, { imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=1", - imageAlt: "Landscape transformation project", - }, + "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg", imageAlt: "Landscape transformation project"}, ]} rightCarouselItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=1", - imageAlt: "Expert lawn care and maintenance", - }, + "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Expert lawn care and maintenance"}, { imageSrc: - "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=1", - imageAlt: "Professional landscape design", - }, + "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg", imageAlt: "Professional landscape design"}, { imageSrc: - "http://img.b2bpic.net/free-photo/autumn-leaves_1232-2839.jpg", - imageAlt: "Quality mulching and ground cover", - }, + "http://img.b2bpic.net/free-photo/autumn-leaves_1232-2839.jpg", imageAlt: "Quality mulching and ground cover"}, { imageSrc: - "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", - imageAlt: "Premium hardscape installations", - }, + "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg", imageAlt: "Premium hardscape installations"}, ]} carouselPosition="right" /> @@ -120,9 +104,10 @@ export default function HomePage() { { value: "5.0", title: "Star Rating with 24+ Reviews" }, { value: "51+", title: "Quality Project Photos" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg" imageAlt="Countryside Landscaping team at work" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -136,42 +121,24 @@ export default function HomePage() { animationType="slide-up" features={[ { - title: "Lawn Care & Maintenance", - description: - "Professional mowing, trimming, aeration, and seasonal lawn care to keep your yard healthy and beautiful.", - bentoComponent: "globe", + title: "Lawn Care & Maintenance", description: + "Professional mowing, trimming, aeration, and seasonal lawn care to keep your yard healthy and beautiful.", bentoComponent: "globe"}, + { + title: "Landscape Design", description: + "Custom landscape designs tailored to your vision and property. Professional planning and installation.", bentoComponent: "map"}, + { + title: "Mulching Services", description: + "Quality mulch installation for garden beds, pathways, and landscaping features. Fresh mulch annually.", bentoComponent: "animated-bar-chart"}, + { + title: "Hardscaping", description: + "Stone patios, walkways, retaining walls, and other hardscape features for outdoor beauty and function.", bentoComponent: "line-chart"}, + { + title: "Seasonal Cleanups", description: + "Spring and fall cleanup services including debris removal, leaf raking, and yard preparation.", bentoComponent: "reveal-icon", icon: Leaf, }, { - title: "Landscape Design", - description: - "Custom landscape designs tailored to your vision and property. Professional planning and installation.", - bentoComponent: "map", - }, - { - title: "Mulching Services", - description: - "Quality mulch installation for garden beds, pathways, and landscaping features. Fresh mulch annually.", - bentoComponent: "animated-bar-chart", - }, - { - title: "Hardscaping", - description: - "Stone patios, walkways, retaining walls, and other hardscape features for outdoor beauty and function.", - bentoComponent: "line-chart", - }, - { - title: "Seasonal Cleanups", - description: - "Spring and fall cleanup services including debris removal, leaf raking, and yard preparation.", - bentoComponent: "reveal-icon", - icon: Leaf, - }, - { - title: "Tree & Shrub Care", - description: - "Professional trimming, pruning, and removal services for trees and shrubs throughout your landscape.", - bentoComponent: "reveal-icon", - icon: Trees, + title: "Tree & Shrub Care", description: + "Professional trimming, pruning, and removal services for trees and shrubs throughout your landscape.", bentoComponent: "reveal-icon", icon: Trees, }, ]} /> @@ -187,71 +154,29 @@ export default function HomePage() { gridVariant="bento-grid" products={[ { - id: "1", - brand: "Lawn Care", - name: "Professional Lawn Transformation", - price: "Maintenance Plans Available", - rating: 5, - reviewCount: "24+", - imageSrc: - "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg?_wi=2", - imageAlt: "Beautiful lawn care project", - }, + id: "1", brand: "Lawn Care", name: "Professional Lawn Transformation", price: "Maintenance Plans Available", rating: 5, + reviewCount: "24+", imageSrc: + "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", imageAlt: "Beautiful lawn care project"}, { - id: "2", - brand: "Landscaping", - name: "Complete Yard Redesign", - price: "Custom Pricing", - rating: 5, - reviewCount: "24+", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg?_wi=2", - imageAlt: "Professional mulching service", - }, + id: "2", brand: "Landscaping", name: "Complete Yard Redesign", price: "Custom Pricing", rating: 5, + reviewCount: "24+", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-gardener-taking-care-plants_23-2148396782.jpg", imageAlt: "Professional mulching service"}, { - id: "3", - brand: "Hardscape", - name: "Patio & Walkway Installation", - price: "Custom Pricing", - rating: 5, - reviewCount: "24+", - imageSrc: - "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", - imageAlt: "Custom hardscape design", - }, + id: "3", brand: "Hardscape", name: "Patio & Walkway Installation", price: "Custom Pricing", rating: 5, + reviewCount: "24+", imageSrc: + "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Custom hardscape design"}, { - id: "4", - brand: "Design", - name: "Landscape Design & Installation", - price: "Design Consultation Available", - rating: 5, - reviewCount: "24+", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg?_wi=2", - imageAlt: "Landscape transformation project", - }, + id: "4", brand: "Design", name: "Landscape Design & Installation", price: "Design Consultation Available", rating: 5, + reviewCount: "24+", imageSrc: + "http://img.b2bpic.net/free-photo/woman-with-vegetables-utility-cart_23-2147954312.jpg", imageAlt: "Landscape transformation project"}, { - id: "5", - brand: "Lawn Care", - name: "Seasonal Cleanup Project", - price: "Seasonal Services", - rating: 5, - reviewCount: "24+", - imageSrc: - "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg?_wi=2", - imageAlt: "Expert lawn care and maintenance", - }, + id: "5", brand: "Lawn Care", name: "Seasonal Cleanup Project", price: "Seasonal Services", rating: 5, + reviewCount: "24+", imageSrc: + "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Expert lawn care and maintenance"}, { - id: "6", - brand: "Design", - name: "Garden Bed Design & Installation", - price: "Custom Pricing", - rating: 5, - reviewCount: "24+", - imageSrc: - "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg?_wi=2", - imageAlt: "Professional landscape design", - }, + id: "6", brand: "Design", name: "Garden Bed Design & Installation", price: "Custom Pricing", rating: 5, + reviewCount: "24+", imageSrc: + "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg", imageAlt: "Professional landscape design"}, ]} /> @@ -260,47 +185,23 @@ export default function HomePage() { @@ -92,7 +74,7 @@ export default function ServicesPage() { description="Contact us today to discuss your landscaping project. Our team will provide a free estimate and professional recommendations for your yard." tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Request Quote" @@ -106,8 +88,7 @@ export default function ServicesPage() { copyrightText="© 2025 Countryside Landscaping LLC. All rights reserved. Serving Roanoke, VA and surrounding areas." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Care", href: "/services" }, { label: "Landscape Design", href: "/services" }, { label: "Mulching", href: "/services" }, @@ -115,8 +96,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Work", href: "/gallery" }, { label: "Testimonials", href: "/" }, @@ -124,8 +104,7 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "(540) 525-9771", href: "tel:(540)525-9771" }, { label: "Roanoke, VA", href: "#" }, { label: "Licensed & Insured", href: "#" },