Merge version_8 into main #8

Merged
bender merged 1 commits from version_8 into main 2026-04-15 13:07:37 +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 HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
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';
@@ -40,18 +40,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{ variant: "plain" }}
title="Where coffee meets culture"
description="Your daily ritual in the heart of Thessaloniki. We provide the perfect space for students and creatives to connect, study, and thrive."
tag="Specialty Coffee & Study Hub"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg", imageAlt: "Coffee ritual atmosphere" },
{ imageSrc: "http://img.b2bpic.net/free-photo/friends-people-group-teamwork-diversity_53876-64938.jpg", imageAlt: "Social study hub" }
]}
mediaAnimation="blur-reveal"
rating={5}
ratingText="Loved by the student community"
<HeroLogoBillboardSplit
title="Shed Coffee"
subtitle="Thessaloniki"
description="Modern specialty coffee in the heart of the city."
tag="Established 2025"
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3441.jpg"
buttons={[{ text: "Discover Menu", href: "/menu" }]}
/>
</div>
@@ -125,4 +120,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}