From 56d90c428253a164ceed675cc39bbc73a0dbd017 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 06:49:36 +0000 Subject: [PATCH] Update src/app/visit/page.tsx --- src/app/visit/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 0cb06e4..679b9ed 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -83,7 +83,7 @@ export default function VisitPage() { handle: "@location", testimonial: "123 Spring Garden Road, Halifax NS B3H 3Z2. On-site parking and street parking available. Close to public transit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lonely-bench_1339-1879.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/lonely-bench_1339-1879.jpg", imageAlt: "Urth location", }, { @@ -91,7 +91,7 @@ export default function VisitPage() { handle: "@timing", testimonial: "Mon-Fri 7am-7pm | Sat-Sun 8am-6pm. Closed Christmas & Boxing Day. Summer hours may vary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cropped-unrecognizable-woman-having-coffee-dessert-cafe_1098-20189.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cropped-unrecognizable-woman-having-coffee-dessert-cafe_1098-20189.jpg", imageAlt: "Urth hours", }, { @@ -160,8 +160,8 @@ export default function VisitPage() { animationType="smooth" showCard={true} containerClassName="gap-8 max-w-3xl mx-auto" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-base text-slate-600" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-base text-slate-600" />