Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-05-24 20:47:34 +00:00

View File

@@ -20,6 +20,7 @@ export default function LandingPage() {
const accepted = localStorage.getItem('cookies-accepted');
if (!accepted) setShowCookie(true);
}, []);
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
@@ -88,13 +89,6 @@ export default function LandingPage() {
{ src: "http://img.b2bpic.net/free-photo/french-restaurant-scene-paris-france-sidewalk-cafe_1101-2310.jpg", alt: "French restaurant scene" },
{ src: "http://img.b2bpic.net/free-photo/charming-balcony-scene-with-roses-outdoor-dining_23-2151986094.jpg", alt: "Charming balcony scene" }
]}
marqueeItems={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/luxury-dining-room-illuminated-by-candlelight-glow-generated-by-ai_188544-24152.jpg", alt: "Luxury dining room" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/colorful-mexican-urban-architecture-landscape_23-2149749946.jpg", alt: "Colorful landscape" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/cafe-sibiu-romania_1268-20583.jpg", alt: "Cafe in Sibiu" },
{ type: "text", text: "Traditionell" },
{ type: "text", text: "Hausgemacht" }
]}
/>
</div>