From 94b86d198ef8498150e85f2681a88a59d0e833ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:46:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2942b07..46ebff3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function HomePage() { { text: "Get Free Estimate", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg?_wi=1" imageAlt="Professional tree service crew safely removing large tree" mediaAnimation="slide-up" imagePosition="right" @@ -101,19 +101,19 @@ export default function HomePage() { features={[ { id: "1", title: "Tree Removal", tags: ["Safe", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", imageAlt: "Professional tree removal"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=1", imageAlt: "Professional tree removal"}, { id: "2", title: "Tree Trimming & Pruning", tags: ["Health", "Safety"], - imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", imageAlt: "Expert tree trimming"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=2", imageAlt: "Expert tree trimming"}, { id: "3", title: "Stump Grinding", tags: ["Complete", "Restoration"], imageSrc: "http://img.b2bpic.net/free-photo/man-lumberjack-outside_1303-8999.jpg", imageAlt: "Professional stump grinding"}, { id: "4", title: "Storm Damage Cleanup", tags: ["Emergency", "24/7"], - imageSrc: "http://img.b2bpic.net/free-photo/pile-firewood-park-with-beautiful-green-trees_181624-31074.jpg", imageAlt: "Storm damage emergency service"}, + imageSrc: "http://img.b2bpic.net/free-photo/pile-firewood-park-with-beautiful-green-trees_181624-31074.jpg?_wi=1", imageAlt: "Storm damage emergency service"}, { id: "5", title: "Emergency Tree Service", tags: ["Urgent", "Available"], - imageSrc: "http://img.b2bpic.net/free-photo/pile-firewood-park-with-beautiful-green-trees_181624-31074.jpg", imageAlt: "Emergency tree removal"}, + imageSrc: "http://img.b2bpic.net/free-photo/pile-firewood-park-with-beautiful-green-trees_181624-31074.jpg?_wi=2", imageAlt: "Emergency tree removal"}, ]} animationType="slide-up" textboxLayout="default" @@ -128,13 +128,13 @@ export default function HomePage() { products={[ { id: "1", brand: "Service Quality", name: "Experienced Local Crew", price: "Professional & Trusted", rating: 5, - reviewCount: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg", imageAlt: "Professional crew"}, + reviewCount: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg?_wi=2", imageAlt: "Professional crew"}, { id: "2", brand: "Response Time", name: "Fast Emergency Response", price: "Within Hours", rating: 5, - reviewCount: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/pile-firewood-park-with-beautiful-green-trees_181624-31074.jpg", imageAlt: "Emergency service"}, + reviewCount: "Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/pile-firewood-park-with-beautiful-green-trees_181624-31074.jpg?_wi=3", imageAlt: "Emergency service"}, { id: "3", brand: "Pricing", name: "Affordable Pricing", price: "Competitive Rates", rating: 5, - reviewCount: "Transparent", imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", imageAlt: "Value pricing"}, + reviewCount: "Transparent", imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=3", imageAlt: "Value pricing"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -179,7 +179,7 @@ export default function HomePage() { { text: "Schedule Service Today", href: "tel:+1-615-568-9651" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg?_wi=3" imageAlt="Nashville service area coverage" useInvertedBackground={false} /> @@ -194,7 +194,7 @@ export default function HomePage() { description="Call Sky Tree Services now for a free estimate. Our team is available 24/7 for emergency tree removal and storm damage cleanup." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soft-focus-log-sawing-german-wedding-tradition-prove-strength-teamwork-as-couple_181624-58771.jpg?_wi=4" imageAlt="Professional tree service" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1