Update src/app/page.tsx

This commit is contained in:
2026-05-06 18:18:13 +00:00
parent 892fe50915
commit 6543301c07

View File

@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -29,8 +28,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Főoldal", id: "hero"},
{
name: "Rólunk", id: "about"},
{
@@ -44,32 +41,6 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "radial-gradient"}}
title="Szaftos burgerek. Igazi BBQ ízvilág."
description="A város legnépszerűbb BBQ élménye Štúrovoban. Friss alapanyagok, prémium húsok és füstös ízek minden falatban."
buttons={[
{
text: "Menü megtekintése", href: "#menu"},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778090765873-5p2p1nlv.png", imageAlt: "Juicy BBQ Burger"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg", imageAlt: "BBQ Meat Platter"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778090816132-n8crgqyo.png", imageAlt: "Burger and Fries"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778091173405-5ozbq58s.png", imageAlt: "Side view steak in sauce with potatoes tomato and pepper with sauce on a tray"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DLHw1Zz9cqAOnwgS4eYxzuZqrL/uploaded-1778090959956-ww78i6eb.png", imageAlt: "Front view fried lamb ribs in a tandoor on skewers with baked potatoes"},
]}
mediaAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"