diff --git a/src/app/page.tsx b/src/app/page.tsx index 33e6a8e..681244e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -47,26 +47,18 @@ export default function HomePage() { tagIcon={Sparkles} title="Transform Your Reno Yard Into An Outdoor Oasis" description="Artificial turf, irrigation systems, hardscaping, and complete landscape renovations serving Reno & Carson City with professional craftsmanship and fair pricing." - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg", - imageAlt: "Artificial turf installation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-view-shot-woman-holding-chinese-food_23-2148242620.jpg", imageAlt: "Artificial turf installation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg", - imageAlt: "Irrigation system", - }, + imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-vintage-bicycle_1339-1871.jpg", imageAlt: "Irrigation system"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", - imageAlt: "Retaining wall hardscape", - }, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Retaining wall hardscape"}, { - imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1", - imageAlt: "Landscape patio design", - }, + imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Landscape patio design"}, ]} buttons={[ { text: "Call Now", href: "tel:+17755551234" }, @@ -87,23 +79,14 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "4.5★", - description: - "58 verified reviews on Yelp from satisfied customers in Reno and Carson City", - }, + id: "1", value: "4.5★", description: + "58 verified reviews on Yelp from satisfied customers in Reno and Carson City"}, { - id: "2", - value: "20+", - description: - "Years of combined professional landscaping and outdoor construction experience", - }, + id: "2", value: "20+", description: + "Years of combined professional landscaping and outdoor construction experience"}, { - id: "3", - value: "100%", - description: - "On-time service with transparent pricing and professional crew members", - }, + id: "3", value: "100%", description: + "On-time service with transparent pricing and professional crew members"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -116,49 +99,29 @@ export default function HomePage() {