Update src/app/page.tsx

This commit is contained in:
2026-04-14 18:56:45 +00:00
parent 278f5b2b40
commit bbbcd3a7be

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Meny",
id: "menu",
},
name: "Meny", id: "menu"},
{
name: "Om Oss",
id: "about",
},
name: "Om Oss", id: "about"},
{
name: "Finn Oss",
id: "location",
},
name: "Finn Oss", id: "location"},
{
name: "Bestill Bord",
id: "contact",
},
name: "Bestill Bord", id: "contact"},
]}
brandName="Havnekroa"
/>
@@ -52,45 +44,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Norges beste pizza. Rett ved vannet."
description="En kort båttur fra hverdagen. Opplev ekte vedfyrt pizza i hjertet av fjorden."
buttons={[
{
text: "Se menyen",
href: "#menu",
},
text: "Se menyen", href: "#menu"},
{
text: "Book et bord",
href: "#contact",
},
text: "Book et bord", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134281.jpg",
imageAlt: "harbor restaurant golden hour fjord",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134281.jpg", imageAlt: "harbor restaurant golden hour fjord"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg",
imageAlt: "close up wood fired pizza bubbles",
},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg", imageAlt: "close up wood fired pizza bubbles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg",
imageAlt: "margherita pizza rustic table",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg", imageAlt: "margherita pizza rustic table"},
{
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2270.jpg",
imageAlt: "wood fired pizza with toppings",
},
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese_78826-2270.jpg", imageAlt: "wood fired pizza with toppings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-arugula-pizza_23-2148574283.jpg",
imageAlt: "vegan gourmet pizza fresh veggies",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-arugula-pizza_23-2148574283.jpg", imageAlt: "vegan gourmet pizza fresh veggies"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210437.jpg",
imageAlt: "outdoor restaurant seating harbor view norway",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-her-cake-shop_23-2149210437.jpg", imageAlt: "outdoor restaurant seating harbor view norway"},
]}
/>
</div>
@@ -100,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Mer enn et måltid",
},
type: "text", content: "Mer enn et måltid"},
]}
/>
</div>
@@ -115,50 +88,25 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Margherita",
price: "189 kr",
variant: "Klassisk",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3336.jpg",
},
id: "p1", name: "Margherita", price: "189 kr", variant: "Klassisk", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board_78826-3336.jpg"},
{
id: "p2",
name: "Havnekroa",
price: "229 kr",
variant: "Signatur",
imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese-wooden-table-tablecloth-cell-with-place-text_78826-2311.jpg",
},
id: "p2", name: "Havnekroa", price: "229 kr", variant: "Signatur", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-tuna-cheese-arugula-basil-tomatoes-olives-sprinkled-with-cheese-wooden-table-tablecloth-cell-with-place-text_78826-2311.jpg"},
{
id: "p3",
name: "Vegansk",
price: "199 kr",
variant: "Plantebasert",
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg",
},
id: "p3", name: "Vegansk", price: "199 kr", variant: "Plantebasert", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-with-eggplant-green-peas-red-onion-top-view_127032-3367.jpg"},
{
id: "p4",
name: "Pepperoni",
price: "209 kr",
variant: "Favoritt",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausages-tomato-cheese-olives-pepper_141793-17552.jpg",
},
id: "p4", name: "Pepperoni", price: "209 kr", variant: "Favoritt", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausages-tomato-cheese-olives-pepper_141793-17552.jpg"},
{
id: "p5",
name: "Capricciosa",
price: "219 kr",
variant: "Italiensk",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg",
},
id: "p5", name: "Capricciosa", price: "219 kr", variant: "Italiensk", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-detail_23-2148149175.jpg"},
{
id: "p6",
name: "Quattro",
price: "229 kr",
variant: "Luksus",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-cheese-beet-slices_23-2148753751.jpg",
},
id: "p6", name: "Quattro", price: "229 kr", variant: "Luksus", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-cheese-beet-slices_23-2148753751.jpg"},
]}
title="Fra ovnen"
description="Ekte vedfyrt pizza, laget med respekt for ingrediensene."
buttons={[
{
text: "Bestill bord", href: "#contact"
}
]}
/>
</div>
@@ -170,35 +118,15 @@ export default function LandingPage() {
description="Vi kombinerer tradisjonelle metoder med lokale råvarer for den beste smaksopplevelsen."
features={[
{
title: "Vedfyrt ovn",
description: "Vår pizza stekes på tradisjonelt vis i en ekte italiensk vedfyrt ovn.",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg",
imageAlt: "Baking delicious pizza with wood fired oven",
},
title: "Vedfyrt ovn", description: "Vår pizza stekes på tradisjonelt vis i en ekte italiensk vedfyrt ovn.", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg", imageAlt: "Baking delicious pizza with wood fired oven"},
{
title: "Kystnær beliggenhet",
description: "Nyt måltidet med uslåelig utsikt over fjorden og Oscarsborg festning.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bicycle-parked-shore-sea-near-port-sunset_181624-6558.jpg",
imageAlt: "Vertical shot of a bicycle parked on the shore of the sea near the port during the sunset",
},
title: "Kystnær beliggenhet", description: "Nyt måltidet med uslåelig utsikt over fjorden og Oscarsborg festning.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bicycle-parked-shore-sea-near-port-sunset_181624-6558.jpg", imageAlt: "Vertical shot of a bicycle parked on the shore of the sea near the port during the sunset"},
{
title: "Ekte råvarer",
description: "Vi henter våre ingredienser fra lokale bønder når sesongen tillater det.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mushroom-tomato-pizza_23-2148601592.jpg",
imageAlt: "Flat lay mushroom and tomato pizza",
},
title: "Ekte råvarer", description: "Vi henter våre ingredienser fra lokale bønder når sesongen tillater det.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mushroom-tomato-pizza_23-2148601592.jpg", imageAlt: "Flat lay mushroom and tomato pizza"},
{
title: "Familievennlig",
description: "Havnekroa er et sted for alle, fra små eventyrere til store selskaper.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-with-food-jetty_23-2150558067.jpg",
imageAlt: "Full shot kid with food on a jetty",
},
title: "Familievennlig", description: "Havnekroa er et sted for alle, fra små eventyrere til store selskaper.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-with-food-jetty_23-2150558067.jpg", imageAlt: "Full shot kid with food on a jetty"},
{
title: "Håndlaget deig",
description: "Langtidshevet surdeig som gir en luftig og sprø bunn hver gang.",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg",
imageAlt: "Freshly baked pizza on a wooden surface",
},
title: "Håndlaget deig", description: "Langtidshevet surdeig som gir en luftig og sprø bunn hver gang.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-wooden-surface_181624-5783.jpg", imageAlt: "Freshly baked pizza on a wooden surface"},
]}
/>
</div>
@@ -207,8 +135,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Finn oss"
title="Nordre Kaholmen, Oscarsborg"
description="En kort fergetur fra Drøbak. Vi holder åpent hver dag gjennom sesongen."
@@ -224,16 +151,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Havnekroa"
leftLink={{
text: "47 75 73 74",
href: "tel:47757374",
}}
text: "47 75 73 74", href: "tel:47757374"}}
rightLink={{
text: "© 2025 Havnekroa",
href: "#",
}}
text: "© 2025 Havnekroa", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}