Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Award, Briefcase, Coffee, Gift, Sparkles } from "lucide-react";
|
||||
import { Award, Briefcase, Coffee, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Mili’s Cafe"
|
||||
button={{ text: "Tisch anfragen", href: "https://www.miliscafe-hamburg.de/" }}
|
||||
button={{ text: "Tisch reservieren", href: "https://www.miliscafe-hamburg.de/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
description="Spanisch-marokkanisches Café & Bistro in Hamburg Neustadt — mit hausgemachten Spezialitäten, Frühstück, Brunch, Kaffee und mediterranen Momenten."
|
||||
tag="Neu in Neustadt"
|
||||
buttons={[
|
||||
{ text: "Menü entdecken", href: "https://www.miliscafe-hamburg.de/" },
|
||||
{ text: "Menü ansehen", href: "https://www.miliscafe-hamburg.de/" },
|
||||
{ text: "Route planen", href: "https://maps.app.goo.gl/yC7LqP7Jb5J9f5K88" },
|
||||
]}
|
||||
mediaItems={[
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Neustädter Neuer Weg 20, 20459 Hamburg | Öffnungszeiten: Mo-Sa 09:00–18:00 (Fr/Sa bis 20:00), So 09:00-18:00"
|
||||
text="Neustädter Neuer Weg 20, 20459 Hamburg | Mo-Sa 09:00–18:00 (Fr/Sa bis 20:00), So 09:00-18:00"
|
||||
buttons={[
|
||||
{ text: "Route öffnen", href: "https://maps.app.goo.gl/yC7LqP7Jb5J9f5K88" },
|
||||
{ text: "Jetzt anrufen", href: "tel:+494071622282" },
|
||||
|
||||
Reference in New Issue
Block a user