diff --git a/src/app/page.tsx b/src/app/page.tsx index 83ff994..5265cb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,16 +15,16 @@ import { Calendar } from 'lucide-react'; export default function LandingPage() { return ( @@ -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} /> @@ -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} /> @@ -212,7 +212,7 @@ export default function LandingPage() { } ]} useInvertedBackground={false} - animationType="slide-up" + animationType="opacity" accordionAnimationType="smooth" /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdb09b..505a693 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);