Merge version_3 into main #6
@@ -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="mediumSmall"
|
||||
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"
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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:30–18:00", title: "Friday Market Season", description: "March–November: 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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #1a1a1a;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta: #f0f0f0;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
--accent: #999999;
|
||||
--background-accent: #e8e8e8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user