Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-09 10:01:47 +00:00

View File

@@ -2,9 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -172,43 +170,6 @@ export default function LandingPage() {
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home", href: "#home"},
{
label: "Menu", href: "#menu"},
{
label: "About", href: "#about"}
],
},
{
items: [
{
label: "Gelato", href: "#menu"},
{
label: "Coffee", href: "#menu"},
{
label: "Flavors", href: "#menu"}
],
},
{
items: [
{
label: "Instagram", href: "https://www.instagram.com/piccoloposto_samos"},
{
label: "Privacy Policy", href: "#"}
],
},
]}
logoText="Piccolo Posto"
/>
</div>
</ReactLenis>
</ThemeProvider>
);