Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Flame, ChefHat, Sparkles, Calendar, Linkedin, Globe } from 'lucide-react';
|
||||
import { Flame, ChefHat, Sparkles, Calendar } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
{ name: "Kontakt", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Tisch reservieren", href: "contact"
|
||||
text: "Tisch reservieren", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
tagIcon={Flame}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reservierung Anfragen", href: "contact" },
|
||||
{ text: "Speisekarte erkunden", href: "cuts" }
|
||||
{ text: "Reservierung Anfragen", href: "#contact" },
|
||||
{ text: "Speisekarte erkunden", href: "#cuts" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
|
||||
Reference in New Issue
Block a user