2 Commits

Author SHA1 Message Date
1a87d6fae0 Update src/app/page.tsx 2026-04-05 10:32:20 +00:00
6f4fd7644b Merge version_1 into main
Merge version_1 into main
2026-04-05 10:16:11 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Experience", name: "Experience", id: "about"},
id: "about",
},
{ {
name: "Dishes", name: "Dishes", id: "dishes"},
id: "dishes",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Reserve", name: "Reserve", id: "contact"},
id: "contact",
},
]} ]}
brandName="PAULI" brandName="PAULI"
/> />
@@ -57,41 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="PAULI" title="PAULI"
description="A refined dining experience in Copenhagen. Elegant flavors, curated wines, unforgettable atmosphere." description="A refined dining experience in Copenhagen. Elegant flavors, curated wines, unforgettable atmosphere."
buttons={[ buttons={[
{ {
text: "Book a Table", text: "Book a Table", href: "#contact"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvytjOI9HLgCTZ2u8z6aCUzgcL/uploaded-1775385126640-inb11e70.png", imageAlt: "Restaurant cover image"},
imageAlt: "Restaurant ambiance",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2", imageAlt: "Restaurant ambiance"},
imageAlt: "Restaurant ambiance",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=3", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=3", imageAlt: "Restaurant ambiance"},
imageAlt: "Restaurant ambiance",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=4", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=4", imageAlt: "Restaurant ambiance"},
imageAlt: "Restaurant ambiance",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=5", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=5", imageAlt: "Restaurant ambiance"},
imageAlt: "Restaurant ambiance",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=6", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=6", imageAlt: "Restaurant ambiance"},
imageAlt: "Restaurant ambiance",
},
]} ]}
/> />
</div> </div>
@@ -101,14 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "The Experience"},
content: "The Experience",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Dining table"},
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
alt: "Dining table",
},
]} ]}
/> />
</div> </div>
@@ -120,26 +90,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "1", id: "1", title: "Tartar", description: "Hand-cut beef with seasonal accompaniments.", tag: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg"},
title: "Tartar",
description: "Hand-cut beef with seasonal accompaniments.",
tag: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg",
},
{ {
id: "2", id: "2", title: "Østers", description: "Fresh oysters with curated Nordic vinaigrette.", tag: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/freshness-oysters-plates_1398-5019.jpg"},
title: "Østers",
description: "Fresh oysters with curated Nordic vinaigrette.",
tag: "Seafood",
imageSrc: "http://img.b2bpic.net/free-photo/freshness-oysters-plates_1398-5019.jpg",
},
{ {
id: "3", id: "3", title: "Makrel", description: "Line-caught seasonal mackerel, lightly seared.", tag: "Main", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-mug-hot-chocolate_23-2148312049.jpg"},
title: "Makrel",
description: "Line-caught seasonal mackerel, lightly seared.",
tag: "Main",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-assortment-with-mug-hot-chocolate_23-2148312049.jpg",
},
]} ]}
title="Signature Dishes" title="Signature Dishes"
description="Carefully prepared with seasonal ingredients and a modern Nordic touch." description="Carefully prepared with seasonal ingredients and a modern Nordic touch."
@@ -154,25 +109,15 @@ export default function LandingPage() {
author="Sarah J." author="Sarah J."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 1"},
alt: "Author 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 2"},
alt: "Author 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 3"},
alt: "Author 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 4"},
alt: "Author 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 5"},
alt: "Author 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="blur-reveal" avatarsAnimation="blur-reveal"
@@ -183,16 +128,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Reservations" tag="Reservations"
title="Reserve Your Table" title="Reserve Your Table"
description="Open from 17:00 — Experience Pauli tonight." description="Open from 17:00 — Experience Pauli tonight."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -204,14 +146,10 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Instagram, icon: Instagram,
href: "#", href: "#", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
{ {
icon: Facebook, icon: Facebook,
href: "#", href: "#", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
]} ]}
/> />
</div> </div>