Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-20 21:00:46 +00:00

View File

@@ -8,7 +8,6 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -31,8 +30,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Menu", id: "menu"},
{
name: "Over Ons", id: "about"},
{
@@ -72,14 +69,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-basket-served-with-ketchup-mayonnaise_140725-3139.jpg", imageAlt: "delicious cheeseburger white background minimal"},
]}
buttons={[
{
text: "Bekijk Menu", onClick: () => {
const element = document.getElementById('menu');
if (element) element.scrollIntoView({ behavior: 'smooth' });
}
},
]}
buttons={[]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/bacon-burger_1339-1384.jpg", alt: "bacon burger"},
@@ -107,31 +97,6 @@ export default function LandingPage() {
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1", name: "Classic Burger", price: "€6,50", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-fried-potatoes-orange-juice_114579-3182.jpg?_wi=1", imageAlt: "classic beef burger high quality"},
{
id: "p2", name: "Verse Friet", price: "€3,00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-fried-potatoes-sliced-onions-dark-background-fry-meal-dish-food-chicken-cooking-photo-meat_140725-160559.jpg?_wi=1", imageAlt: "fresh crispy fries snack"},
{
id: "p3", name: "Döner Wrap", price: "€7,50", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=1", imageAlt: "turkish doner kebab wrap fresh"},
{
id: "p4", name: "Coca-Cola", price: "€2,50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-beer-bottle_140725-99717.jpg", imageAlt: "refreshing coca cola glass bottle"},
{
id: "p5", name: "Milkshake", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-milkshake-with-marshmallow_23-2148296085.jpg", imageAlt: "creamy milkshake chocolate topping"},
{
id: "p6", name: "Bitterballen", price: "€4,00", imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-with-bacon-glass-beer_23-2149306681.jpg", imageAlt: "warm crispy snack croquette"},
]}
title="Ons Menu"
description="Ontdek onze heerlijke gerechten, van klassieke burgers tot verse snacks."
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="default"
@@ -240,7 +205,7 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Snackbar Oz Efes"
leftLink={{
text: "Menu", href: "#menu"}}
text: "Over Ons", href: "#about"}}
rightLink={{
text: "Contact", href: "#contact"}}
/>