From 344fb4f40df700094f0ff7d132c2fd1c60466e6b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:26:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18578d3..7830c8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Facebook, Instagram, Tiktok, UtensilsCrossed } from "lucide-react"; +import { Facebook, Instagram, Share2, UtensilsCrossed } from "lucide-react"; export default function LandingPage() { return ( @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Tisch reservieren", href: "#contact" }, { text: "Event anfragen", href: "#contact" } ]} - buttonAnimation="none" + buttonAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/indoor-portrait-handsome-happy-enthusiastic-guy-striped-shirt-sitting-kitchen-table-with-arms-crossed_343059-3858.jpg", alt: "Khalid Al-Amiri" }, { src: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-4006.jpg", alt: "Layla Hassan" }, @@ -84,7 +84,7 @@ export default function LandingPage() { icon={UtensilsCrossed} imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-restaurant-s-table_74190-10275.jpg" imageAlt="Elegantes Restaurant-Interieur in Bagdad" - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" useInvertedBackground={true} ariaLabel="Über uns Sektion mit der Geschichte und Philosophie des Restaurants" /> @@ -133,7 +133,7 @@ export default function LandingPage() { { id: "sommelier", title: "Rami Said", subtitle: "Sommelier & Barchef", detail: "Rami Said kuratiert unsere erlesene Weinkarte und kreiert innovative Cocktails, die jedes Menü perfekt ergänzen.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-prepares-cocktail-lounge_482257-45361.jpg", imageAlt: "Sommelier Rami Said" } ]} ]} - animationType="reveal-blur" + animationType="blur-reveal" title="Unser Engagiertes Team" description="Lernen Sie die Menschen hinter The Oasis kennen, die jede Mahlzeit zu einem Kunstwerk und jeden Besuch zu einem besonderen Erlebnis machen." textboxLayout="default" @@ -193,7 +193,7 @@ export default function LandingPage() { copyrightText="© 2024 The Oasis. Alle Rechte vorbehalten." socialLinks={[ { icon: Instagram, href: "https://instagram.com/the.oasis.baghdad", ariaLabel: "Instagram Profil von The Oasis" }, - { icon: Tiktok, href: "https://tiktok.com/@the.oasis.baghdad", ariaLabel: "TikTok Profil von The Oasis" }, + { icon: Share2, href: "https://tiktok.com/@the.oasis.baghdad", ariaLabel: "TikTok Profil von The Oasis" }, { icon: Facebook, href: "https://facebook.com/the.oasis.baghdad", ariaLabel: "Facebook Seite von The Oasis" } ]} ariaLabel="Seiten-Footer" -- 2.49.1