From bc89a300d11fb5a7ddfccb77191b1322ec963cc7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:07:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af17ab6..2d87345 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { text: "See What's Here", href: "/directory"}, ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg", imageAlt: "sunny outdoor shopping plaza exterior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg?_wi=1", imageAlt: "sunny outdoor shopping plaza exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636361.jpg", imageAlt: "sunny outdoor shopping plaza exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/cityscape-office-buildings_1127-3189.jpg", imageAlt: "sunny outdoor shopping plaza exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-roof-skyscraper-big-city_1153-4502.jpg", imageAlt: "sunny outdoor shopping plaza exterior" }, @@ -66,9 +66,9 @@ export default function LandingPage() { { tag: "Convenience", title: "Easy In, Easy Out", subtitle: "Parking simplified", description: "Plenty of parking. No circling. No stress.", imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg", imageAlt: "square front of modern office buildings"}, { - tag: "Utility", title: "Everything in One Stop", subtitle: "Complete your list", description: "Pharmacy, bank, fitness, dining, repairs—check it all off your list.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg", imageAlt: "square front of modern office buildings"}, + tag: "Utility", title: "Everything in One Stop", subtitle: "Complete your list", description: "Pharmacy, bank, fitness, dining, repairs—check it all off your list.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg?_wi=2", imageAlt: "square front of modern office buildings"}, { - tag: "Community", title: "Neighbors Serving Neighbors", subtitle: "Personal touch", description: "Local businesses. Familiar faces. People who actually care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg", imageAlt: "square front of modern office buildings"}, + tag: "Community", title: "Neighbors Serving Neighbors", subtitle: "Personal touch", description: "Local businesses. Familiar faces. People who actually care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg?_wi=1", imageAlt: "square front of modern office buildings"}, ]} title="Why Cross Keys?" description="Discover why our community loves shopping with us." @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Kronenberger Jewelry", price: "Jewelry & Repair", variant: "Open till 6 PM", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg"}, + id: "1", name: "Kronenberger Jewelry", price: "Jewelry & Repair", variant: "Open till 6 PM", imageSrc: "http://img.b2bpic.net/free-photo/close-up-consultant-hands-presenting-necklace-store_651396-1499.jpg?_wi=2"}, { id: "2", name: "Rite Aid", price: "Pharmacy & Health", variant: "Open till 9 PM", imageSrc: "http://img.b2bpic.net/free-photo/wc-sign-city_23-2150039844.jpg"}, { -- 2.49.1