diff --git a/src/app/page.tsx b/src/app/page.tsx index 185e96c..0c8b85f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -53,19 +53,19 @@ export default function LandingPage() { { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=1", imageAlt: "Dishwasher Repair" + imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher Repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=1", imageAlt: "Refrigerator Repair" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator Repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=1", imageAlt: "Washer/Dryer Repair" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Washer/Dryer Repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg?_wi=1", imageAlt: "Microwave Repair" + imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg", imageAlt: "Microwave Repair" } ]} rightCarouselItems={[ @@ -73,13 +73,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", imageAlt: "Professional Technician" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=2", imageAlt: "Refrigerator Service" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator Service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=2", imageAlt: "Dishwasher Service" + imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher Service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=2", imageAlt: "Laundry Appliance Service" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Laundry Appliance Service" } ]} carouselPosition="right" @@ -103,20 +103,16 @@ export default function LandingPage() {