Update src/app/visit/page.tsx

This commit is contained in:
2026-06-08 18:35:56 +00:00
parent c9d3988cfa
commit c002ddc3a1

View File

@@ -28,7 +28,7 @@ export default function VisitPage() {
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Visit", id: "/visit" },
{ name: "Visit", id: "/visit" }
]}
brandName="Sheffield Antiques"
/>
@@ -47,7 +47,7 @@ export default function VisitPage() {
sideTitle="Your Visit Questions Answered"
sideDescription="Planning a visit? Here are some of the most common questions our visitors ask to help you prepare for your trip to the Sheffield Antiques Centre."
buttonAnimation="slide-up"
faqsAnimation="entrance-slide"
faqsAnimation="slide-up"
textPosition="left"
/>
</div>