Merge version_8 into main #12

Merged
bender merged 1 commits from version_8 into main 2026-04-15 13:14:06 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit/HeroLogoBillboardSplit';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
@@ -43,10 +43,9 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
title="Shed Coffee"
subtitle="Thessaloniki"
description="Modern specialty coffee in the heart of the city."
tag="Established 2025"
description="Minimal specialty coffee. Designed for the modern creative ritual."
background={{ variant: "gradient-bars" }}
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg"
buttons={[{ text: "Discover Menu", href: "/menu" }]}
/>
</div>