10 Commits

Author SHA1 Message Date
1e0b17b9ed Update src/app/page.tsx 2026-03-11 09:48:08 +00:00
39b3dcf22e Update src/app/styles/variables.css 2026-03-11 09:47:11 +00:00
0ca523f172 Update src/app/page.tsx 2026-03-11 09:47:11 +00:00
9b57a4bdab Merge version_2 into main
Merge version_2 into main
2026-03-11 09:44:40 +00:00
c99ba1bdde Update theme colors 2026-03-11 09:44:34 +00:00
76aba95e0b Merge version_2 into main
Merge version_2 into main
2026-03-11 09:41:04 +00:00
87759f81fb Update src/app/page.tsx 2026-03-11 09:41:00 +00:00
693d646aa2 Merge version_1 into main
Merge version_1 into main
2026-03-11 09:33:00 +00:00
405ced304d Merge version_1 into main
Merge version_1 into main
2026-03-11 09:32:35 +00:00
cfe59bc064 Merge version_1 into main
Merge version_1 into main
2026-03-11 09:31:37 +00:00
2 changed files with 27 additions and 27 deletions

View File

@@ -15,16 +15,16 @@ import { Calendar } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
borderRadius="soft"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="noiseDiagonalGradient"
cardStyle="glass-depth"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
headingFontWeight="extrabold"
sizing="medium"
background="none"
cardStyle="subtle-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "See the Menu", href: "#menu-highlights" }
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/old-vase-with-stone-angels_53876-18208.jpg?_wi=1"
imageAlt="KOIVU Café cozy Nordic interior with warm lighting"
mediaAnimation="opacity"
@@ -61,13 +61,13 @@ export default function LandingPage() {
<MediaAbout
title="The Heart of Rapperswil"
description="KOIVU celebrates Nordic-Eastern European heritage through artisanal craftsmanship. Our café sits on the beautiful Hauptplatz, where every coffee is hand-poured by skilled baristas and every pastry, soup, and pierogi is made fresh daily. We believe in the philosophy of gemütlich — the art of creating warmth, coziness, and genuine human connection through food and coffee."
tag="Nordic-Eastern European"
tag="Authentic Nordic-Eastern European Café on Rapperswil's Heart"
buttons={[
{ text: "Our Story", href: "#menu-highlights" }
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-side-transparent-chrome-drip-coffee-maker-with-roasted-filtered-coffee-isolated-thick-wooden-table-cafe-shop-white-weights-steam-brutal_346278-1398.jpg?_wi=1"
imageAlt="Skilled barista hand-pouring specialty coffee"
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>
@@ -99,7 +99,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/fresh-coffee-table_140725-9523.jpg?_wi=2", imageAlt: "Weekly lunch menu special"
}
]}
animationType="slide-up"
animationType="opacity"
title="Our Menu"
description="Carefully curated offerings celebrating Nordic and Eastern European traditions"
tag="Artisanal Selection"
@@ -128,9 +128,9 @@ export default function LandingPage() {
description="Step into our world of warmth, vintage charm, and Nordic minimalism"
tag="Gallery"
gridVariant="uniform-all-items-equal"
animationType="scale-rotate"
animationType="opacity"
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>
@@ -147,7 +147,7 @@ export default function LandingPage() {
id: "3", value: "07:3018:00", title: "Friday Market Season", description: "MarchNovember: Early opening for market crowds", imageSrc: "http://img.b2bpic.net/free-photo/fresh-coffee-table_140725-9523.jpg?_wi=3", imageAlt: "KOIVU market season hours"
}
]}
animationType="slide-up"
animationType="opacity"
title="Visit Us"
description="KOIVU Café, Hauptplatz 15, Rapperswil-Jona, Switzerland"
tag="Hours & Location"
@@ -178,12 +178,12 @@ export default function LandingPage() {
id: "6", name: "Thomas Keller", handle: "@thomas_rapperswil", testimonial: "KOIVU is more than a café — it's a sanctuary where time slows down and connections deepen over coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-worker-warehouse_107420-96564.jpg", imageAlt: "Thomas Keller"
}
]}
animationType="slide-up"
animationType="opacity"
title="What Our Guests Say"
description="Discover why locals and visitors return to KOIVU again and again"
tag="Testimonials"
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
speed={35}
/>
</div>
@@ -212,7 +212,7 @@ export default function LandingPage() {
}
]}
useInvertedBackground={false}
animationType="slide-up"
animationType="opacity"
accordionAnimationType="smooth"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #1a1a1a;
--primary-cta: #1a1a1a;
--primary-cta-text: #fffefe;
--secondary-cta: #f0f0f0;
--secondary-cta-text: #080908;
--accent: #999999;
--background-accent: #e8e8e8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);