4 Commits

Author SHA1 Message Date
54178f9845 Update src/app/page.tsx 2026-04-20 21:02:37 +00:00
bd84547c94 Merge version_3 into main
Merge version_3 into main
2026-04-20 21:00:46 +00:00
927fe140a6 Update src/app/page.tsx 2026-04-20 21:00:43 +00:00
c7e966ead9 Merge version_2 into main
Merge version_2 into main
2026-04-20 20:59:37 +00:00

View File

@@ -7,8 +7,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -28,17 +27,14 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<div id="nav" data-section="nav" className="fixed top-0 left-0 w-full z-50">
<NavbarStyleApple
navItems={[
{
name: "Menu", id: "menu"},
{
name: "Over Ons", id: "about"},
{
name: "Contact", id: "contact"},
]}
brandName="Snackbar Oz Efes"
/>
</div>
@@ -72,14 +68,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 +96,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 +204,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"}}
/>