Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e547e4ba01 | |||
| 1a87d6fae0 | |||
| 6f4fd7644b |
116
src/app/page.tsx
116
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "Experience", id: "about"},
|
||||
{
|
||||
name: "Dishes",
|
||||
id: "dishes",
|
||||
},
|
||||
name: "Dishes", id: "dishes"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="PAULI"
|
||||
/>
|
||||
@@ -57,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="PAULI"
|
||||
description="A refined dining experience in Copenhagen. Elegant flavors, curated wines, unforgettable atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=1",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvytjOI9HLgCTZ2u8z6aCUzgcL/uploaded-1775385126640-inb11e70.png", imageAlt: "Restaurant cover image"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=2", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=3",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=3", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=4",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=4", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=5",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=5", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=6",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg?_wi=6", imageAlt: "Restaurant ambiance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,14 +76,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Experience",
|
||||
},
|
||||
type: "text", content: "The Experience"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
alt: "Dining table",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Dining table"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,26 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Signature Dishes"
|
||||
description="Carefully prepared with seasonal ingredients and a modern Nordic touch."
|
||||
@@ -154,25 +109,15 @@ export default function LandingPage() {
|
||||
author="Sarah J."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
alt: "Author 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
alt: "Author 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
alt: "Author 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
alt: "Author 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg",
|
||||
alt: "Author 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-decorated-interiors-beach-restaurant-day_181624-59566.jpg", alt: "Author 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -183,16 +128,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Reservations"
|
||||
title="Reserve Your Table"
|
||||
description="Open from 17:00 — Experience Pauli tonight."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -204,14 +146,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user