From f680434ed4c4e96b7ce684d38aabf68ff4b87fdb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:31:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ad693e..381bd7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-separate-workspace-with-two-laptops-stationeries_23-2147924196.jpg", imageAlt: "Web design workspace with laptop and design tools" + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-separate-workspace-with-two-laptops-stationeries_23-2147924196.jpg?_wi=1", imageAlt: "Web design workspace with laptop and design tools" } ]} mediaAnimation="opacity" @@ -80,13 +80,13 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "One-Page Site", description: "$299 – Perfect for startups, solo businesses, and quick online presence.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-separate-workspace-with-two-laptops-stationeries_23-2147924196.jpg", imageAlt: "Single page website design" + title: "One-Page Site", description: "$299 – Perfect for startups, solo businesses, and quick online presence.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-separate-workspace-with-two-laptops-stationeries_23-2147924196.jpg?_wi=2", imageAlt: "Single page website design" }, { - title: "Five-Page Site", description: "$799 – Ideal for established businesses needing more content and pages.", imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg", imageAlt: "Multi-page website portfolio" + title: "Five-Page Site", description: "$799 – Ideal for established businesses needing more content and pages.", imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg?_wi=1", imageAlt: "Multi-page website portfolio" }, { - title: "Custom Features", description: "Contact forms, embedded maps, photo galleries, and more included in every package.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Website features showcase" + title: "Custom Features", description: "Contact forms, embedded maps, photo galleries, and more included in every package.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=1", imageAlt: "Website features showcase" } ]} gridVariant="three-columns-all-equal-width" @@ -106,11 +106,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Local Business", name: "Classic Barber Shop", price: "$299", rating: 5, - reviewCount: "Client approved", imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg", imageAlt: "Barber shop website example" + reviewCount: "Client approved", imageSrc: "http://img.b2bpic.net/free-photo/barber-showing-man-his-haircut-mirror_107420-94782.jpg?_wi=2", imageAlt: "Barber shop website example" }, { id: "2", brand: "Local Business", name: "Modern Restaurant", price: "$799", rating: 5, - reviewCount: "Client approved", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Restaurant website example" + reviewCount: "Client approved", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg?_wi=2", imageAlt: "Restaurant website example" }, { id: "3", brand: "Local Business", name: "Auto Repair Shop", price: "$499", rating: 5, -- 2.49.1