Update src/app/page.tsx

This commit is contained in:
2026-04-12 20:11:41 +00:00
parent 2de0e3973e
commit 5af6dff67f

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Menu",
id: "/menu",
},
{
name: "Over Ons",
id: "/about",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Over Ons", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
brandName="Atlantics BV"
/>
@@ -52,112 +40,32 @@ export default function LandingPage() {
<div id="hero-section" data-section="hero-section">
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Beste Kebab in Lummen Vers, Snel en Overheerlijk"
description="Al jaren een vaste waarde met 4.6⭐ uit 276 reviews"
testimonials={[
{
name: "Sarah",
handle: "@sarah",
testimonial: "Altijd super lekker eten!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dalgona-cookie_23-2149234603.jpg",
},
{
name: "Tom",
handle: "@tom",
testimonial: "Beste kebab van Limburg!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-holding-apple-pizza-white_114579-89101.jpg",
},
{
name: "Jan",
handle: "@jan_lummen",
testimonial: "Snelle service en verse groenten.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-trying-pepper_141793-89016.jpg",
},
{
name: "Emma",
handle: "@emmadevries",
testimonial: "De kapsalon is hier echt ongeëvenaard.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-dark-green-shirt-holding-plate-with-fruits_140725-21052.jpg",
},
{
name: "Dieter",
handle: "@dieterv",
testimonial: "Ideale plek voor een snelle lunch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-glasses-gray-wall_114579-55336.jpg",
},
{ name: "Sarah", handle: "@sarah", testimonial: "Altijd super lekker eten!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dalgona-cookie_23-2149234603.jpg" },
{ name: "Tom", handle: "@tom", testimonial: "Beste kebab van Limburg!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-holding-apple-pizza-white_114579-89101.jpg" },
{ name: "Jan", handle: "@jan_lummen", testimonial: "Snelle service en verse groenten.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-trying-pepper_141793-89016.jpg" },
{ name: "Emma", handle: "@emmadevries", testimonial: "De kapsalon is hier echt ongeëvenaard.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-dark-green-shirt-holding-plate-with-fruits_140725-21052.jpg" },
{ name: "Dieter", handle: "@dieterv", testimonial: "Ideale plek voor een snelle lunch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-glasses-gray-wall_114579-55336.jpg" }
]}
buttons={[
{
text: "Bestel Nu",
href: "/menu",
},
{
text: "Bekijk Menu",
href: "/menu",
},
{ text: "Bestel Nu", href: "/menu" },
{ text: "Bekijk Menu", href: "/menu" }
]}
imageSrc="http://img.b2bpic.net/free-photo/platter-lula-potato-kebab-garnished-with-onion-sumac_140725-8845.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-food_23-2150279940.jpg",
alt: "Klant 1",
},
{
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
alt: "Klant 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
alt: "Klant 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg",
alt: "Klant 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-waiter-holding-plates-with-food-looking-camera-while-working-pub_637285-2415.jpg",
alt: "Klant 5",
},
]}
marqueeItems={[
{
type: "text",
text: "Vers bereid",
},
{
type: "text",
text: "100% Halal",
},
{
type: "text",
text: "Snelle service",
},
{
type: "text",
text: "Lokale favoriet",
},
{
type: "text",
text: "Kwaliteitsvlees",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "plain",
}}
title=""
description=""
leftCarouselItems={[]}
rightCarouselItems={[]}
background={{ variant: "plain" }}
/>
</div>
@@ -177,42 +85,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Klassiek",
name: "Kebab broodje",
price: "€8.50",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2149598944.jpg",
},
{
id: "2",
brand: "Klassiek",
name: "Dürüm",
price: "€9.00",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-sandwich-made-meat-grilled-spit-with-seasonings-blue-desk-sandwich-burger-meat-food-meal-lunch_140725-64485.jpg",
},
{
id: "3",
brand: "Klassiek",
name: "Kapsalon",
price: "€11.00",
rating: 5,
reviewCount: "205",
imageSrc: "http://img.b2bpic.net/free-photo/egg-biryani-with-french-fires_505751-5130.jpg",
},
{
id: "4",
brand: "Pizza",
name: "Pizza",
price: "€12.50",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997964.jpg",
},
{ id: "1", brand: "Klassiek", name: "Kebab broodje", price: "€8.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2149598944.jpg" },
{ id: "2", brand: "Klassiek", name: "Dürüm", price: "€9.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-sandwich-sandwich-made-meat-grilled-spit-with-seasonings-blue-desk-sandwich-burger-meat-food-meal-lunch_140725-64485.jpg" },
{ id: "3", brand: "Klassiek", name: "Kapsalon", price: "€11.00", rating: 5, reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/egg-biryani-with-french-fires_505751-5130.jpg" },
{ id: "4", brand: "Pizza", name: "Pizza", price: "€12.50", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-margherita-pizza-with-fresh-basil_23-2151997964.jpg" }
]}
title="Onze Featured Gerechten"
description="Ontdek de favorieten van onze klanten."
@@ -221,63 +97,20 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Jan",
role: "Loyale klant",
company: "Lummen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg",
},
{
id: "2",
name: "Marie",
role: "Customer",
company: "Lummen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304419.jpg",
},
{
id: "3",
name: "Pieter",
role: "Fan",
company: "Limburg",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blowing-maple-leaves-looking-camera_23-2148229394.jpg",
},
{
id: "4",
name: "Sofie",
role: "Fan",
company: "Lummen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5044.jpg",
},
{
id: "5",
name: "Tom",
role: "Fan",
company: "Lummen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-fresh-cheese_52683-110414.jpg",
},
{ id: "1", name: "Jan", role: "Loyale klant", company: "Lummen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-asian-man-friends-reunion_23-2149244687.jpg" },
{ id: "2", name: "Marie", role: "Customer", company: "Lummen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304419.jpg" },
{ id: "3", name: "Pieter", role: "Fan", company: "Limburg", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-blowing-maple-leaves-looking-camera_23-2148229394.jpg" },
{ id: "4", name: "Sofie", role: "Fan", company: "Lummen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5044.jpg" },
{ id: "5", name: "Tom", role: "Fan", company: "Lummen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-eating-fresh-cheese_52683-110414.jpg" }
]}
kpiItems={[
{
value: "276+",
label: "Tevreden Klanten",
},
{
value: "10+",
label: "Jaar Ervaring",
},
{
value: "4.6",
label: "Sterren Rating",
},
{ value: "276+", label: "Tevreden Klanten" },
{ value: "10+", label: "Jaar Ervaring" },
{ value: "4.6", label: "Sterren Rating" }
]}
title="Wat onze klanten zeggen"
description="4.6/5 op basis van 276 reviews. Wij luisteren naar onze klanten en verbeteren continu."
@@ -287,36 +120,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Menu",
items: [
{
label: "Kebab",
href: "/menu",
},
{
label: "Pizza",
href: "/menu",
},
{
label: "Snacks",
href: "/menu",
},
],
},
{
title: "Info",
items: [
{
label: "Contact",
href: "/contact",
},
{
label: "Over Ons",
href: "/about",
},
],
},
{ title: "Menu", items: [{ label: "Kebab", href: "/menu" }, { label: "Pizza", href: "/menu" }, { label: "Snacks", href: "/menu" }] },
{ title: "Info", items: [{ label: "Contact", href: "/contact" }, { label: "Over Ons", href: "/about" }] }
]}
logoText="Atlantics BV"
/>