Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1643f7e116 | |||
| c29943991d | |||
| 4e59efb380 | |||
| 911444b9f7 | |||
| 751787246d | |||
| 4fe0a51588 | |||
| 634a3d6fb7 | |||
| 923e7b5ecc | |||
| 09f3bce7cc | |||
| bbbcd3a7be |
161
src/app/page.tsx
161
src/app/page.tsx
@@ -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",
|
||||
}}
|
||||
title="Norges beste pizza. Rett ved vannet."
|
||||
variant: "gradient-bars"}}
|
||||
title="Ekte italiensk 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>
|
||||
@@ -110,55 +83,22 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
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: "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: "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: "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: "p1", name: "Margherita", price: "189 kr", variant: "Klassisk", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMPqd9E3fPLNsJpyYVnoDLUUju/uploaded-1776193311633-eidk2fx3.png" },
|
||||
{ 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: "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: "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."
|
||||
description="Ekte vedfyrt pizza, laget med respekt for ingrediensene. Alle våre pizzaer kan bestilles som takeaway. Bestill direkte på vår nettside for henting."
|
||||
buttons={[
|
||||
{ text: "Bestill Takeaway", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,38 +107,18 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Hvorfor velge Havnekroa?"
|
||||
description="Vi kombinerer tradisjonelle metoder med lokale råvarer for den beste smaksopplevelsen."
|
||||
description="Vi kombinerer tradisjonelle metoder med lokale råvarer for den beste smaksopplower."
|
||||
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: "Ekte Pizza Ovn ", description: "Vår pizza stekes på tradisjonelt vis i en ekte italiensk pizza ovn.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMPqd9E3fPLNsJpyYVnoDLUUju/uploaded-1776193311634-2g3m3itu.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMPqd9E3fPLNsJpyYVnoDLUUju/uploaded-1776261783597-dg809uwr.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMPqd9E3fPLNsJpyYVnoDLUUju/uploaded-1776193611273-kwhdpq0u.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMPqd9E3fPLNsJpyYVnoDLUUju/uploaded-1776193647875-0pgu2glv.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,15 +127,14 @@ 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."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/floor-park_1127-3552.jpg"
|
||||
description="En kort fergetur fra Drøbak. Vi holder åpent hver dag gjennom sesongen. Du kan booke bord eller forhåndsbestille din pizza for henting direkte via vårt kontaktskjema."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMPqd9E3fPLNsJpyYVnoDLUUju/uploaded-1776193311634-0a0rji93.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Din e-post"
|
||||
buttonText="Bestill Bord"
|
||||
buttonText="Bestill Bord / Takeaway"
|
||||
imageAlt="outdoor restaurant seating harbor view norway"
|
||||
/>
|
||||
</div>
|
||||
@@ -224,13 +143,9 @@ 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>
|
||||
|
||||
Reference in New Issue
Block a user