Merge version_1 into main #5
210
src/app/page.tsx
210
src/app/page.tsx
@@ -25,119 +25,115 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Meny", id: "menu" },
|
||||
{ name: "Recensioner", id: "reviews" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Alis Burger"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Meny", id: "menu" },
|
||||
{ name: "Recensioner", id: "reviews" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Alis Burger"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Fittjas Bästa Burgare & Kebab"
|
||||
description="Smak som slår allt. Grillat med passion varje dag."
|
||||
buttons={[
|
||||
{ text: "Ring & Beställ", href: "tel:08153151" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", alt: "Satisfied customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg", alt: "Satisfied customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", alt: "Satisfied customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg", alt: "Satisfied customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868249.jpg", alt: "Satisfied customer 5" },
|
||||
]}
|
||||
avatarText="Över 500+ nöjda gäster varje vecka"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Fittjas Bästa Burgare & Kebab"
|
||||
description="Smak som slår allt. Grillat med passion varje dag."
|
||||
buttons={[{ text: "Ring & Beställ", href: "tel:08153151" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-hamburger-menu-composition_23-2148614045.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg", alt: "Satisfied customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg", alt: "Satisfied customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", alt: "Satisfied customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-burger-with-bacon-slate_23-2148784470.jpg", alt: "Satisfied customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/preparation-delicious-burger-arrangement_23-2148868249.jpg", alt: "Satisfied customer 5" },
|
||||
]}
|
||||
avatarText="Över 500+ nöjda gäster varje vecka"
|
||||
/>
|
||||
</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 Cheeseburgare", price: "99 kr", imageSrc: "http://img.b2bpic.net/free-photo/knife-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42671.jpg" },
|
||||
{ id: "p2", name: "Kebabtallrik", price: "120 kr", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-sliced-tomato-fries-pickles_140725-1768.jpg" },
|
||||
{ id: "p3", name: "Dubbel Burgare", price: "129 kr", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-homemade-sandwich-left-side-gray-ice-distressed-isolated-surface_179666-34235.jpg" },
|
||||
{ id: "p4", name: "Kycklingrulle", price: "95 kr", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-wooden-board-with-copy-space_23-2148614039.jpg" },
|
||||
{ id: "p5", name: "Crispy Chicken", price: "115 kr", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-doner-set-table_140725-9688.jpg" },
|
||||
{ id: "p6", name: "Halloumiburger", price: "105 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-knife-delicious-sandwich-left-side-black-tray-isolated-blurred-surface-with-free-space_179666-42359.jpg" },
|
||||
]}
|
||||
title="Populära Rätter"
|
||||
description="Utforska vår grillmeny."
|
||||
/>
|
||||
</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 Cheeseburgare", price: "99 kr", imageSrc: "http://img.b2bpic.net/free-photo/knife-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42671.jpg" },
|
||||
{ id: "p2", name: "Kebabtallrik", price: "120 kr", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-sliced-tomato-fries-pickles_140725-1768.jpg" },
|
||||
{ id: "p3", name: "Dubbel Burgare", price: "129 kr", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-homemade-sandwich-left-side-gray-ice-distressed-isolated-surface_179666-34235.jpg" },
|
||||
{ id: "p4", name: "Kycklingrulle", price: "95 kr", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-wooden-board-with-copy-space_23-2148614039.jpg" },
|
||||
{ id: "p5", name: "Crispy Chicken", price: "115 kr", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-doner-set-table_140725-9688.jpg" },
|
||||
{ id: "p6", name: "Halloumiburger", price: "105 kr", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-knife-delicious-sandwich-left-side-black-tray-isolated-blurred-surface-with-free-space_179666-42359.jpg" },
|
||||
]}
|
||||
title="Populära Rätter"
|
||||
description="Utforska vår grillmeny."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Sjukt god mat, bästa i området!"
|
||||
rating={5}
|
||||
author="Marcus S."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-burgers_23-2148718864.jpg", alt: "Kund 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13748.jpg", alt: "Kund 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-burgers_23-2148705550.jpg", alt: "Kund 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2151281565.jpg", alt: "Kund 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49195.jpg", alt: "Kund 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonial="Sjukt god mat, bästa i området!"
|
||||
rating={5}
|
||||
author="Marcus S."
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-burgers_23-2148718864.jpg", alt: "Kund 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-13748.jpg", alt: "Kund 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-friends-holding-burgers_23-2148705550.jpg", alt: "Kund 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-tasty-burger-with-cheese-meat_23-2151281565.jpg", alt: "Kund 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49195.jpg", alt: "Kund 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Vår Policy"
|
||||
subtitle="Kvalitet och Integritet"
|
||||
sections={[
|
||||
{ heading: "Ingredienser", content: { type: "paragraph", text: "Vi använder lokalt inköpta råvaror av högsta kvalitet för att säkerställa att varje tugga är en upplevelse. Vårt kött kommer från noggrant utvalda leverantörer." } },
|
||||
{ heading: "Hantering", content: { type: "list", items: ["Högsta hygienkrav i köket", "Daglig kontroll av kylkedjan", "Alltid färskt grillat vid beställning"] } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Vår Policy"
|
||||
subtitle="Kvalitet och Integritet"
|
||||
sections={[
|
||||
{ heading: "Ingredienser", content: { text: "Vi använder lokalt inköpta råvaror av högsta kvalitet för att säkerställa att varje tugga är en upplevelse. Vårt kött kommer från noggrant utvalda leverantörer." } },
|
||||
{ heading: "Hantering", content: { items: ["Högsta hygienkrav i köket", "Daglig kontroll av kylkedjan", "Alltid färskt grillat vid beställning"] } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontakt"
|
||||
title="Hungrig? Beställ nu!"
|
||||
description="📍 Fittja Centrum, Norsborg | 📞 08-15 31 51 | 🕒 Öppet till sent varje dag"
|
||||
buttons={[
|
||||
{ text: "Ring 08-15 31 51", href: "tel:08153151" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Kontakt"
|
||||
title="Hungrig? Beställ nu!"
|
||||
description="📍 Fittja Centrum, Norsborg | 📞 08-15 31 51 | 🕒 Öppet till sent varje dag"
|
||||
buttons={[{ text: "Ring 08-15 31 51", href: "tel:08153151" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Alis Burger"
|
||||
columns={[
|
||||
{
|
||||
title: "Meny", items: [
|
||||
{ label: "Burgare", href: "#menu" },
|
||||
{ label: "Kebab", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Ring oss", href: "tel:08153151" },
|
||||
{ label: "Besök oss", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Alis Burger Grill & Kebab"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Alis Burger"
|
||||
columns={[
|
||||
{
|
||||
title: "Meny", items: [
|
||||
{ label: "Burgare", href: "#menu" },
|
||||
{ label: "Kebab", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Ring oss", href: "tel:08153151" },
|
||||
{ label: "Besök oss", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2026 Alis Burger Grill & Kebab"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user