Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 11:52:51 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -148,22 +148,23 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{ variant: "rotated-rays-static" }}
<ContactSplit
tag="Connect"
title="Reserve Your Table"
description="Book your table today or join our newsletter for exclusive tasting events and special holiday offers."
description="Book your table today or reach out for inquiries. Serving daily from 11:00 AM - 10:00 PM."
background={{ variant: "rotated-rays-static" }}
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-dish_23-2148817551.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "#about" }, { label: "Menu", href: "#products" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
<FooterBase
logoText="Sanyi Sarok Étterem"
columns={[
{ title: "Navigation", items: [{ label: "About Us", href: "#about" }, { label: "Menu", href: "#products" }, { label: "Contact", href: "#contact" }] },
{ title: "Hours", items: [{ label: "Mon-Sun: 11:00 AM - 10:00 PM", href: "#" }] },
{ title: "Social", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] }
]}
/>
</div>
</ReactLenis>