diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aea228..8c76c6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -46,16 +46,16 @@ export default function LandingPage() { tag="Local HVAC Experts" tagIcon={Wrench} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/expert-repairman-doing-condenser-investigations-filter-replacements-necessary-fixes-prevent-major-breakdowns-proficient-worker-checking-up-hvac-system-writing-findings-clipboard_482257-65742.jpg", imageAlt: "Professional HVAC technician working on air conditioning system" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46520.jpg?_wi=1", imageAlt: "Winnetka HVAC service vehicle" + imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46520.jpg", imageAlt: "Winnetka HVAC service vehicle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg?_wi=1", imageAlt: "AC repair service in progress" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg", imageAlt: "AC repair service in progress" } ]} buttons={[ @@ -77,7 +77,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "AC Repair", description: "Fast diagnosis and professional repair for all major air conditioning systems. Same-day emergency service available for urgent cooling needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg?_wi=2", imageAlt: "AC repair service" }, + id: "1", title: "AC Repair", description: "Fast diagnosis and professional repair for all major air conditioning systems. Same-day emergency service available for urgent cooling needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-woman-sitting-table-working-laptop-co-working-office_1153-4314.jpg", imageAlt: "AC repair service" }, items: [ { icon: Zap, text: "Quick emergency response" }, { icon: CheckCircle, text: "All AC brands covered" }, @@ -234,7 +234,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46520.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46520.jpg" imageAlt="Winnetka HVAC service vehicle" mediaAnimation="slide-up" mediaPosition="right" @@ -257,6 +257,7 @@ export default function LandingPage() { inputPlaceholder="your@email.com" buttonText="Send Request" termsText="By submitting, you agree to be contacted about your HVAC service request." + mediaAnimation="slide-up" />