Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23be8ca4a5 | |||
| 6c77c22f7c | |||
| a334b60ffb | |||
| 1a6cf687b3 | |||
| 0616f626aa | |||
| 556cb70292 | |||
| f9429c70d2 | |||
| 7e8621bea9 | |||
| ccaca7ff94 | |||
| 3056d232c9 | |||
| c0a0eeeea8 | |||
| bef88778fb | |||
| b681da544c |
@@ -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/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,12 @@ 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="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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,4 +119,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user