Merge version_4 into main #4
@@ -5,6 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Calendar } from "lucide-react";
|
||||
|
||||
export default function LocationPage() {
|
||||
return (
|
||||
@@ -32,7 +33,7 @@ export default function LocationPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location-content" data-section="location-content" style={{ paddingTop: "10rem", paddingBottom: "10rem" }}>
|
||||
<div id="location-content" data-section="location-content" style={{ paddingTop: "10rem", paddingBottom: "5rem" }}>
|
||||
<ContactCenter
|
||||
tag="Visit Us"
|
||||
title="Our Gastown Home"
|
||||
@@ -42,6 +43,19 @@ export default function LocationPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="calendar-section" data-section="calendar-section" className="pb-20">
|
||||
<div className="max-w-4xl mx-auto p-8 rounded-2xl bg-[var(--card)] shadow-lg border">
|
||||
<div className="flex items-center gap-3 mb-6">
|
||||
<Calendar className="w-6 h-6 text-[var(--primary-cta)]" />
|
||||
<h2 className="text-2xl font-semibold text-[var(--foreground)]">Event Schedule</h2>
|
||||
</div>
|
||||
<div className="text-[var(--foreground)] opacity-80">
|
||||
<p>Daily Hours: 10:00 AM - 4:00 PM</p>
|
||||
<p className="mt-2">Special events updated weekly. Check back for seasonal market locations.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg?_wi=2"
|
||||
@@ -56,4 +70,4 @@ export default function LocationPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -251,4 +251,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user