From 55b11170852e681720e017559b8b4eef327eb1c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:05:19 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 63 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aad7dc3..8f6e0be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; +import { Instagram, Facebook, MapPin, Phone, Mail, Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,6 +33,7 @@ export default function LandingPage() { { name: "Frühstück & Menü", id: "menu" }, { name: "Dein Frühstück", id: "custom" }, { name: "Über uns", id: "about" }, + { name: "Galerie", id: "gallery" }, { name: "Kontakt", id: "contact" } ]} button={{ text: "Reservieren", href: "#contact" }} @@ -127,7 +129,7 @@ export default function LandingPage() { + +
@@ -188,21 +215,23 @@ export default function LandingPage() { title: "Navigation", items: [ { label: "Frühstück & Menü", href: "#menu" }, { label: "Dein Frühstück", href: "#custom" }, - { label: "Über uns", href: "#about" } + { label: "Über uns", href: "#about" }, + { label: "Galerie", href: "#gallery" }, + { label: "Kontakt", href: "#contact" } ] }, { - title: "Kontakt", items: [ - { label: "Telefon: +49 (0) 123 45678", href: "tel:+4912345678" }, - { label: "Email: hallo@cafegusto.de", href: "mailto:hallo@cafegusto.de" }, - { label: "Öffnungszeiten: Mo-Fr 7-18h", href: "#" } + title: "Kontaktiere uns", items: [ + { label: "📞 +49 (0) 123 45678", href: "tel:+4912345678" }, + { label: "✉️ hallo@cafegusto.de", href: "mailto:hallo@cafegusto.de" }, + { label: "🕐 Mo-Fr 7-18h | Sa-So 8-18h", href: "#" } ] }, { title: "Folge uns", items: [ - { label: "Instagram", href: "https://instagram.com" }, - { label: "Facebook", href: "https://facebook.com" }, - { label: "Google Maps", href: "https://maps.google.com" } + { label: "Instagram", href: "https://instagram.com/cafegusto" }, + { label: "Facebook", href: "https://facebook.com/cafegusto" }, + { label: "Google Maps", href: "https://maps.google.com/?q=cafegusto" } ] } ]} From 65f43c455996bcc7fa22399b160016fb1695aa76 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:05:19 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..2b4c68c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #8b5a3a; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #efe7dd; --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --accent: #d4a574; + --background-accent: #c19a6b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);