diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ba3e93..406ff41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", imageAlt: "Modern HVAC outdoor unit installed cleanly", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg", imageAlt: "Hand adjusting a smart home thermostat", }, ]} @@ -101,7 +101,7 @@ export default function LandingPage() { title: "⚡ Fast Response", description: "“At my house within an hour.” Same-day visits. No waiting days.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", }, items: [ { @@ -116,7 +116,7 @@ export default function LandingPage() { title: "🧠 Real Expertise", description: "“Explained everything better than competitors.” We educate, not upsell.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg", }, items: [ { @@ -131,7 +131,7 @@ export default function LandingPage() { title: "💰 Honest Pricing", description: "“Thousands less than others.” Transparent quotes. No surprises.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", }, items: [ { @@ -146,7 +146,7 @@ export default function LandingPage() { title: "🧼 Clean Work", description: "“Left the area immaculate.” Respect for your home, always.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg", }, items: [ { @@ -194,8 +194,8 @@ export default function LandingPage() { alt: "Emily R.", }, ]} - ratingAnimation="entrance-slide" - avatarsAnimation="entrance-slide" + ratingAnimation="slide-up" + avatarsAnimation="slide-up" /> @@ -210,7 +210,7 @@ export default function LandingPage() { id: "heating", name: "🔥 Heating", price: "Get a Fast Quote", - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", imageAlt: "Furnace heating system", priceButtonProps: { variant: "shift-hover", @@ -220,7 +220,7 @@ export default function LandingPage() { id: "cooling", name: "❄️ Cooling", price: "Get a Fast Quote", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg", imageAlt: "Air conditioning unit", priceButtonProps: { variant: "shift-hover", @@ -230,7 +230,7 @@ export default function LandingPage() { id: "air-systems", name: "🏠 Air Systems", price: "Get a Fast Quote", - imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-photo/tired-attractive-woman-work-home-stretching-arms-relax-after-hard-day_231208-3278.jpg", imageAlt: "Ductwork in a home", priceButtonProps: { variant: "shift-hover", @@ -240,7 +240,7 @@ export default function LandingPage() { id: "emergency-maintenance", name: "⚙️ Emergency & Maintenance", price: "Get a Fast Quote", - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg?_wi=5", + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-his-self-care-ritual_23-2149204928.jpg", imageAlt: "Technician checking equipment", priceButtonProps: { variant: "shift-hover",