diff --git a/src/app/page.tsx b/src/app/page.tsx index 92067f4..c18705a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,28 +66,16 @@ export default function HomePage() { description="Trusted by families throughout Anna and surrounding communities for exceptional water treatment solutions" metrics={[ { - id: "1", - value: "4.9", - title: "Star Rating", - description: "Consistently trusted by customers", - icon: Star + id: "1", value: "4.9", title: "Star Rating", description: "Consistently trusted by customers", icon: Star }, { - id: "2", - value: "28", - title: "Reviews", - description: "Strong community feedback", - icon: ThumbsUp + id: "2", value: "28", title: "Reviews", description: "Strong community feedback", icon: ThumbsUp }, { - id: "3", - value: "Same", - title: "Day Service", - description: "Fast response when you need it", - icon: Zap + id: "3", value: "Same", title: "Day Service", description: "Fast response when you need it", icon: Zap } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -102,32 +90,16 @@ export default function HomePage() { tag="What We Offer" features={[ { - title: "Water Softener Installation", - description: "Professional installation of new systems and replacements. Same-day service available for qualifying customers.", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=1", - imageAlt: "Water softener installation service", - button: { text: "Request Service", href: "/contact" } + title: "Water Softener Installation", description: "Professional installation of new systems and replacements. Same-day service available for qualifying customers.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Water softener installation service", button: { text: "Request Service", href: "/contact" } }, { - title: "Repairs & Tune-Ups", - description: "Expert diagnostics and quick repairs. Injector replacements and system troubleshooting from experienced technicians.", - imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg?_wi=1", - imageAlt: "Water softener repair service", - button: { text: "Request Service", href: "/contact" } + title: "Repairs & Tune-Ups", description: "Expert diagnostics and quick repairs. Injector replacements and system troubleshooting from experienced technicians.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-holding-plunger_1368-742.jpg", imageAlt: "Water softener repair service", button: { text: "Request Service", href: "/contact" } }, { - title: "Filtration Systems", - description: "Advanced AIF filtration systems to eliminate iron, odor, and other contaminants from your water supply.", - imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg?_wi=1", - imageAlt: "Water filtration system", - button: { text: "Request Service", href: "/contact" } + title: "Filtration Systems", description: "Advanced AIF filtration systems to eliminate iron, odor, and other contaminants from your water supply.", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-is-kitchen_185193-165422.jpg", imageAlt: "Water filtration system", button: { text: "Request Service", href: "/contact" } }, { - title: "Premium Salt Delivery", - description: "Dura-Cube salt (99% pure) delivered to your door. Budget-friendly pricing and convenient recurring delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-stacking-plastic-sacks-greenhouse_23-2147948303.jpg?_wi=1", - imageAlt: "Dura-Cube salt delivery", - button: { text: "Order Salt", href: "/contact" } + title: "Premium Salt Delivery", description: "Dura-Cube salt (99% pure) delivered to your door. Budget-friendly pricing and convenient recurring delivery.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-stacking-plastic-sacks-greenhouse_23-2147948303.jpg", imageAlt: "Dura-Cube salt delivery", button: { text: "Order Salt", href: "/contact" } } ]} gridVariant="two-columns-alternating-heights" @@ -143,9 +115,7 @@ export default function HomePage() {