Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9325f8937c | |||
| 07f28cbae6 | |||
| 01a8f9f811 | |||
| 9b0e9c5043 |
@@ -9,8 +9,8 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
|||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import CardStack from '@/components/cardStack/CardStack';
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
import { Clock, Flame, Heart, MapPin, Music, Utensils, Star, Wine } from "lucide-react";
|
import { Clock, Flame, Heart, MapPin, Music, Utensils, Star, Wine, Coffee, Apple } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -69,24 +69,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<CardStack
|
<FeatureBorderGlow
|
||||||
title="Ons Menu"
|
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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split"
|
||||||
gridVariant="two-items-per-row"
|
useInvertedBackground={false}
|
||||||
>
|
features={[
|
||||||
<div className="p-8 bg-card rounded-xl border border-accent">
|
{ icon: Wine, title: "Tapas Assortiment", description: "Een selectie van de beste koude en warme tapas, vers bereid." },
|
||||||
<Wine className="mb-4 w-10 h-10 text-primary-cta" />
|
{ icon: Flame, title: "Grill Specialiteiten", description: "Vlees en vis bereid op onze authentieke Spaanse houtskoolgrill." },
|
||||||
<h3 className="text-2xl font-semibold mb-2">Tapas & Delicatessen</h3>
|
{ icon: Coffee, title: "Spaanse Desserts", description: "Verrukkelijke klassiekers zoals crema catalana en churros." },
|
||||||
<p>Van klassieke calamares tot huisgemaakte aioli en Spaanse olijven.</p>
|
{ icon: Apple, title: "Seizoensgerechten", description: "Wisselende specials gebaseerd op het aanbod van de markt." }
|
||||||
</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>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
@@ -141,4 +136,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user