Update src/app/page.tsx
This commit is contained in:
@@ -9,8 +9,8 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import CardStack from '@/components/cardStack/CardStack';
|
||||
import { Clock, Flame, Heart, MapPin, Music, Utensils, Star, Wine } from "lucide-react";
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import { Clock, Flame, Heart, MapPin, Music, Utensils, Star, Wine, Coffee, Apple } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -69,24 +69,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<CardStack
|
||||
<FeatureBorderGlow
|
||||
title="Ons Menu"
|
||||
description="Een zorgvuldig samengestelde kaart vol Spaanse klassiekers en moderne favorieten."
|
||||
description="Ontdek onze selectie van verse, handbereide Spaanse gerechten."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-items-per-row"
|
||||
>
|
||||
<div className="p-8 bg-card rounded-xl border border-accent">
|
||||
<Wine className="mb-4 w-10 h-10 text-primary-cta" />
|
||||
<h3 className="text-2xl font-semibold mb-2">Tapas & Delicatessen</h3>
|
||||
<p>Van klassieke calamares tot huisgemaakte aioli en Spaanse olijven.</p>
|
||||
</div>
|
||||
<div className="p-8 bg-card rounded-xl border border-accent">
|
||||
<Flame className="mb-4 w-10 h-10 text-primary-cta" />
|
||||
<h3 className="text-2xl font-semibold mb-2">Parrilla Specials</h3>
|
||||
<p>Authentieke vlees- en visgerechten bereid op onze Spaanse grill.</p>
|
||||
</div>
|
||||
</CardStack>
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Wine, title: "Tapas Assortiment", description: "Een selectie van de beste koude en warme tapas, vers bereid." },
|
||||
{ icon: Flame, title: "Grill Specialiteiten", description: "Vlees en vis bereid op onze authentieke Spaanse houtskoolgrill." },
|
||||
{ icon: Coffee, title: "Spaanse Desserts", description: "Verrukkelijke klassiekers zoals crema catalana en churros." },
|
||||
{ icon: Apple, title: "Seizoensgerechten", description: "Wisselende specials gebaseerd op het aanbod van de markt." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -141,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user