Update src/app/page.tsx
This commit is contained in:
137
src/app/page.tsx
137
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Meny",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Meny", id: "menu"},
|
||||
{
|
||||
name: "Recensioner",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Recensioner", id: "reviews"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Alis Burger"
|
||||
/>
|
||||
@@ -51,33 +45,21 @@ export default function LandingPage() {
|
||||
description="Smak som slår allt. Grillat med passion varje dag."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ring & Beställ",
|
||||
href: "tel:08153151",
|
||||
},
|
||||
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/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/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/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/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",
|
||||
},
|
||||
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"
|
||||
/>
|
||||
@@ -91,41 +73,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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",
|
||||
},
|
||||
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."
|
||||
@@ -140,25 +98,15 @@ export default function LandingPage() {
|
||||
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/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/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/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/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",
|
||||
},
|
||||
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"
|
||||
@@ -172,21 +120,13 @@ export default function LandingPage() {
|
||||
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: "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: {
|
||||
type: "list",
|
||||
heading: "Hantering", content: {
|
||||
items: [
|
||||
"Högsta hygienkrav i köket",
|
||||
"Daglig kontroll av kylkedjan",
|
||||
"Alltid färskt grillat vid beställning",
|
||||
],
|
||||
"Högsta hygienkrav i köket", "Daglig kontroll av kylkedjan", "Alltid färskt grillat vid beställning"],
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -197,16 +137,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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",
|
||||
},
|
||||
text: "Ring 08-15 31 51", href: "tel:08153151"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -216,29 +153,19 @@ export default function LandingPage() {
|
||||
logoText="Alis Burger"
|
||||
columns={[
|
||||
{
|
||||
title: "Meny",
|
||||
items: [
|
||||
title: "Meny", items: [
|
||||
{
|
||||
label: "Burgare",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Burgare", href: "#menu"},
|
||||
{
|
||||
label: "Kebab",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kebab", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Ring oss",
|
||||
href: "tel:08153151",
|
||||
},
|
||||
label: "Ring oss", href: "tel:08153151"},
|
||||
{
|
||||
label: "Besök oss",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Besök oss", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user