diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d75d77..badf17c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -45,14 +45,14 @@ export default function LandingPage() { tag="5.0 Rating • 48 Reviews" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg", imageAlt: "Professional plumber at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=1", imageAlt: "Drain cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Drain cleaning service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=1", imageAlt: "Water heater repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Water heater repair"}, ]} mediaAnimation="slide-up" buttons={[ @@ -74,9 +74,9 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "drain-cleaning", tag: "Drain Cleaning", title: "Drain & Clog Removal", description: "Professional drain cleaning services to clear blockages and restore proper flow. We handle kitchen sinks, bathrooms, and main sewer lines.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=2", imageAlt: "Drain cleaning service"}, + id: "drain-cleaning", tag: "Drain Cleaning", title: "Drain & Clog Removal", description: "Professional drain cleaning services to clear blockages and restore proper flow. We handle kitchen sinks, bathrooms, and main sewer lines.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", imageAlt: "Drain cleaning service"}, { - id: "water-heater", tag: "Water Heaters", title: "Water Heater Repair & Installation", description: "Expert water heater services including repair, replacement, and maintenance. Same-day repairs available for emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg?_wi=2", imageAlt: "Water heater installation"}, + id: "water-heater", tag: "Water Heaters", title: "Water Heater Repair & Installation", description: "Expert water heater services including repair, replacement, and maintenance. Same-day repairs available for emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-53082.jpg", imageAlt: "Water heater installation"}, { id: "leak-repair", tag: "Leak Detection", title: "Leak Detection & Repair", description: "Advanced leak detection technology to find hidden leaks quickly. We repair everything from faucets to underground sewer lines.", imageSrc: "http://img.b2bpic.net/free-photo/watering-can_23-2148006090.jpg", imageAlt: "Leak detection service"}, {