Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 826c89e608 | |||
| ce5a204cff |
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { MessageCircle } from "lucide-react";
|
import { Mail, Phone, Clock, MapPin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -109,23 +109,22 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactFaq
|
<ContactSplit
|
||||||
animationType="slide-up"
|
tag="Contact Us"
|
||||||
|
title="Get in Touch"
|
||||||
|
description="We're open daily. Feel free to reach out with any questions or reservation requests."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
mediaPosition="right"
|
||||||
{ id: "q1", title: "Do you accept reservations?", content: "Yes, for groups of 6 or more." },
|
|
||||||
{ id: "q2", title: "Are you pet-friendly?", content: "Our patio is happy to welcome your furry friends." },
|
|
||||||
]}
|
|
||||||
ctaTitle="Visit Us Tonight"
|
|
||||||
ctaDescription="Join us at Kruzhka for drinks and good conversation."
|
|
||||||
ctaButton={{ text: "Contact Us" }}
|
|
||||||
ctaIcon={MessageCircle}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterBaseReveal
|
||||||
logoText="Kruzhka"
|
columns={[
|
||||||
|
{ title: "Menu", items: [{ label: "Beers", href: "#menu" }, { label: "Cocktails", href: "#menu" }] },
|
||||||
|
{ title: "Info", items: [{ label: "Reservations", href: "#contact" }, { label: "Location", href: "#contact" }] }
|
||||||
|
]}
|
||||||
copyrightText="© 2025 Kruzhka Bar"
|
copyrightText="© 2025 Kruzhka Bar"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user