Update src/app/visit/page.tsx

This commit is contained in:
2026-03-14 06:49:36 +00:00
parent bb27ea636b
commit 56d90c4282

View File

@@ -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"
/>
</div>