Update src/app/visit/page.tsx

This commit is contained in:
2026-06-08 18:35:13 +00:00
parent 7e05f1d665
commit c9d3988cfa

View File

@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function VisitPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -22,146 +22,80 @@ export default function LandingPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "About",
id: "/about",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Visit",
id: "/visit",
},
]}
brandName="Sheffield Antiques"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Gallery", id: "/gallery" },
{ name: "Visit", id: "/visit" },
]}
brandName="Sheffield Antiques"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "What are your opening hours?",
content: "We are open Tuesday to Saturday from 10:00 AM to 5:00 PM, and Sunday from 11:00 AM to 4:00 PM. We are closed on Mondays.",
},
{
id: "q2",
title: "Do you offer appraisals for personal items?",
content: "Yes, we offer complimentary verbal appraisals on certain days. Please check our 'Events' page or contact us to schedule an appointment.",
},
{
id: "q3",
title: "Is there parking available?",
content: "Public parking is available directly opposite the centre, with additional street parking nearby. Please check local signage for rates and restrictions.",
},
{
id: "q4",
title: "Can I sell my antiques through your centre?",
content: "We welcome inquiries from potential sellers. Please contact us to discuss your items and our consignment process.",
},
{
id: "q5",
title: "Do you have an online shop?",
content: "Currently, we focus on in-person discovery. Our website gallery provides a preview, but the full collection is best experienced at the centre.",
},
]}
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."
faqsAnimation="entrance-slide"
textPosition="left"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "What are your opening hours?", content: "We are open Tuesday to Saturday from 10:00 AM to 5:00 PM, and Sunday from 11:00 AM to 4:00 PM. We are closed on Mondays." },
{ id: "q2", title: "Do you offer appraisals for personal items?", content: "Yes, we offer complimentary verbal appraisals on certain days. Please check our 'Events' page or contact us to schedule an appointment." },
{ id: "q3", title: "Is there parking available?", content: "Public parking is available directly opposite the centre, with additional street parking nearby. Please check local signage for rates and restrictions." },
{ id: "q4", title: "Can I sell my antiques through your centre?", content: "We welcome inquiries from potential sellers. Please contact us to discuss your items and our consignment process." },
{ id: "q5", title: "Do you have an online shop?", content: "Currently, we focus on in-person discovery. Our website gallery provides a preview, but the full collection is best experienced at the centre." }
]}
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"
textPosition="left"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
tag="Connect With Us"
title="Visit Sheffield Antiques Centre"
description="Find us at 123 Vintage Lane, Sheffield, S1 2AB. Call us at 0114 327 0835 or email info@sheffieldantiques.com. We're also easily found on Google Maps for directions."
buttons={[
{
text: "Call Now",
href: "tel:+441143270835",
},
{
text: "Email Us",
href: "mailto:info@sheffieldantiques.com",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }}
tag="Connect With Us"
title="Visit Sheffield Antiques Centre"
description="Find us at 123 Vintage Lane, Sheffield, S1 2AB. Call us at 0114 327 0835 or email info@sheffieldantiques.com. We're also easily found on Google Maps for directions."
buttons={[
{ text: "Call Now", href: "tel:+441143270835" },
{ text: "Email Us", href: "mailto:info@sheffieldantiques.com" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore",
items: [
{
label: "Home",
href: "/",
},
{
label: "Gallery",
href: "/gallery",
},
{
label: "About Us",
href: "/about",
},
],
},
{
title: "Visit",
items: [
{
label: "Plan Your Visit",
href: "/visit",
},
{
label: "Contact",
href: "/visit#contact",
},
{
label: "Opening Hours",
href: "/visit#hours",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoSrc="http://img.b2bpic.net/free-photo/high-angle-wooden-ouija-board-old-photos_23-2149409487.jpg"
logoAlt="Sheffield Antiques Centre Logo"
logoText="Sheffield Antiques"
copyrightText="© 2024 Sheffield Antiques Centre. All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Explore", items: [
{ label: "Home", href: "/" },
{ label: "Gallery", href: "/gallery" },
{ label: "About Us", href: "/about" }
]
},
{
title: "Visit", items: [
{ label: "Plan Your Visit", href: "/visit" },
{ label: "Contact", href: "/visit#contact" },
{ label: "Opening Hours", href: "/visit#hours" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
logoSrc="http://img.b2bpic.net/free-photo/high-angle-wooden-ouija-board-old-photos_23-2149409487.jpg"
logoAlt="Sheffield Antiques Centre Logo"
logoText="Sheffield Antiques"
copyrightText="© 2024 Sheffield Antiques Centre. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);