Merge version_1 into main #2
333
src/app/page.tsx
333
src/app/page.tsx
@@ -30,127 +30,45 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Hem",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Meny",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Event",
|
||||
id: "events",
|
||||
},
|
||||
{
|
||||
name: "Boka",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Hem", id: "hero" },
|
||||
{ name: "Meny", id: "menu" },
|
||||
{ name: "Event", id: "events" },
|
||||
{ name: "Boka", id: "contact" },
|
||||
]}
|
||||
brandName="Bhoga"
|
||||
button={{ text: "Boka bord", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Smaker med omtanke, precision och personlighet"
|
||||
description="En modern gastronomisk upplevelse i hjärtat av Göteborg."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Erik S.",
|
||||
handle: "@erik_gastro",
|
||||
testimonial: "Fantastiskt god lunch, smart koncept.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Maria K.",
|
||||
handle: "@mariamath",
|
||||
testimonial: "Spännande mat och trevlig personal.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Lars B.",
|
||||
handle: "@lars_gbg",
|
||||
testimonial: "Lokalen och atmosfären är superfin.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sofia L.",
|
||||
handle: "@sofialund",
|
||||
testimonial: "En upplevelse utöver det vanliga.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
|
||||
},
|
||||
{
|
||||
name: "Johan P.",
|
||||
handle: "@johan_foodie",
|
||||
testimonial: "Högsta betyg, kommer absolut tillbaka.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg",
|
||||
},
|
||||
{ name: "Erik S.", handle: "@erik_gastro", testimonial: "Fantastiskt god lunch, smart koncept.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg" },
|
||||
{ name: "Maria K.", handle: "@mariamath", testimonial: "Spännande mat och trevlig personal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg" },
|
||||
{ name: "Lars B.", handle: "@lars_gbg", testimonial: "Lokalen och atmosfären är superfin.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg" },
|
||||
{ name: "Sofia L.", handle: "@sofialund", testimonial: "En upplevelse utöver det vanliga.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg" },
|
||||
{ name: "Johan P.", handle: "@johan_foodie", testimonial: "Högsta betyg, kommer absolut tillbaka.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Boka bord",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Se meny",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg?_wi=1"
|
||||
buttons={[{ text: "Boka bord", href: "#contact" }, { text: "Se meny", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg"
|
||||
imageAlt="Bhoga restaurangmiljö"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190949.jpg",
|
||||
alt: "Gäst 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg",
|
||||
alt: "Gäst 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashion-sexy-young-woman-trendy-outfit-posing-sitting-table-with-luxury-food-drink-looking-window-glamour-seductive-female-lingerie-stylish-wear-relaxing-enjoying-rich-lifestyle_132075-9617.jpg",
|
||||
alt: "Gäst 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg",
|
||||
alt: "Gäst 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
alt: "Gäst 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190949.jpg", alt: "Gäst 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg", alt: "Gäst 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fashion-sexy-young-woman-trendy-outfit-posing-sitting-table-with-luxury-food-drink-looking-window-glamour-seductive-female-lingerie-stylish-wear-relaxing-enjoying-rich-lifestyle_132075-9617.jpg", alt: "Gäst 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg", alt: "Gäst 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", alt: "Gäst 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin-rekommenderad",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nordiska råvaror",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Säsongsbunden meny",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Göteborgs hjärta",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gastronomisk upplevelse",
|
||||
},
|
||||
{ type: "text", text: "Michelin-rekommenderad" },
|
||||
{ type: "text", text: "Nordiska råvaror" },
|
||||
{ type: "text", text: "Säsongsbunden meny" },
|
||||
{ type: "text", text: "Göteborgs hjärta" },
|
||||
{ type: "text", text: "Gastronomisk upplevelse" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,15 +77,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Google Maps",
|
||||
"TripAdvisor",
|
||||
"White Guide",
|
||||
"Gault&Millau",
|
||||
"Michelin Guide",
|
||||
"Göteborgsposten",
|
||||
"Foodies of Sweden",
|
||||
]}
|
||||
names={["Google Maps", "TripAdvisor", "White Guide", "Gault&Millau", "Michelin Guide", "Göteborgsposten", "Foodies of Sweden"]}
|
||||
title="Uppskattad av våra gäster"
|
||||
description="4,7 / 5 baserat på över 470 recensioner."
|
||||
/>
|
||||
@@ -179,20 +89,11 @@ export default function LandingPage() {
|
||||
title="Vår filosofi"
|
||||
description="Bhoga står för nordisk gastronomi med fokus på råvaror från närområdet. Vi värdesätter hållbarhet och personligt värdskap i varje servering."
|
||||
metrics={[
|
||||
{
|
||||
title: "Säsongens meny",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
title: "Lokala råvaror",
|
||||
value: "Fokus",
|
||||
},
|
||||
{
|
||||
title: "År av passion",
|
||||
value: "10+",
|
||||
},
|
||||
{ title: "Säsongens meny", value: "100%" },
|
||||
{ title: "Lokala råvaror", value: "Fokus" },
|
||||
{ title: "År av passion", value: "10+" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -204,36 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "lunch",
|
||||
label: "Lunch",
|
||||
title: "Dagens lunch",
|
||||
items: [
|
||||
"Säsongens råvaror",
|
||||
"Snabbt & vällagat",
|
||||
"Dagligen uppdaterad",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "middag",
|
||||
label: "Middag",
|
||||
title: "Avsmakningsmeny",
|
||||
items: [
|
||||
"En kulinarisk resa",
|
||||
"Kombineras med vin",
|
||||
"Lokalt & modernt",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "dryck",
|
||||
label: "Dryck",
|
||||
title: "Vinpaket",
|
||||
items: [
|
||||
"Handplockade viner",
|
||||
"Alkoholfria alternativ",
|
||||
"Expertis på plats",
|
||||
],
|
||||
},
|
||||
{ id: "lunch", label: "Lunch", title: "Dagens lunch", items: ["Säsongens råvaror", "Snabbt & vällagat", "Dagligen uppdaterad"] },
|
||||
{ id: "middag", label: "Middag", title: "Avsmakningsmeny", items: ["En kulinarisk resa", "Kombineras med vin", "Lokalt & modernt"] },
|
||||
{ id: "dryck", label: "Dryck", title: "Vinpaket", items: ["Handplockade viner", "Alkoholfria alternativ", "Expertis på plats"] },
|
||||
]}
|
||||
title="Menyupplevelse"
|
||||
description="Utforska vårt säsongsbetonade kök genom noggrant komponerade menyer."
|
||||
@@ -247,38 +121,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "event-1",
|
||||
badge: "Företag",
|
||||
price: "Från 10 pers",
|
||||
subtitle: "Event och konferens",
|
||||
buttons: [
|
||||
{
|
||||
text: "Skicka förfrågan",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Exklusiv lokal",
|
||||
"Meny anpassad",
|
||||
"Teknik ingår",
|
||||
],
|
||||
id: "event-1", badge: "Företag", price: "Från 10 pers", subtitle: "Event och konferens", buttons: [{ text: "Skicka förfrågan", href: "#contact" }],
|
||||
features: ["Exklusiv lokal", "Meny anpassad", "Teknik ingår"],
|
||||
},
|
||||
{
|
||||
id: "event-2",
|
||||
badge: "Vinprovning",
|
||||
price: "Från 6 pers",
|
||||
subtitle: "Gastronomisk kväll",
|
||||
buttons: [
|
||||
{
|
||||
text: "Skicka förfrågan",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Expertledd",
|
||||
"Sommelier-guidad",
|
||||
"Utvalda smaker",
|
||||
],
|
||||
id: "event-2", badge: "Vinprovning", price: "Från 6 pers", subtitle: "Gastronomisk kväll", buttons: [{ text: "Skicka förfrågan", href: "#contact" }],
|
||||
features: ["Expertledd", "Sommelier-guidad", "Utvalda smaker"],
|
||||
},
|
||||
]}
|
||||
title="Bjud in till något minnesvärt"
|
||||
@@ -291,61 +139,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Erik S.",
|
||||
date: "2024",
|
||||
title: "Högsta betyg",
|
||||
quote: "Fantastisk mat och personal.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria K.",
|
||||
date: "2024",
|
||||
title: "Bästa i stan",
|
||||
quote: "Smart och god mat.",
|
||||
tag: "Middag",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Lars B.",
|
||||
date: "2024",
|
||||
title: "Favorit",
|
||||
quote: "Superfin lokal och atmosfär.",
|
||||
tag: "Middag",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598354.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sofia L.",
|
||||
date: "2023",
|
||||
title: "Imponerande",
|
||||
quote: "En minnesvärd middag.",
|
||||
tag: "Middag",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant-taking-selfie_23-2150461493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Johan P.",
|
||||
date: "2023",
|
||||
title: "Rekommenderas",
|
||||
quote: "Kvalitet rakt igenom.",
|
||||
tag: "Lunch",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
{ id: "t1", name: "Erik S.", date: "2024", title: "Högsta betyg", quote: "Fantastisk mat och personal.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t2", name: "Maria K.", date: "2024", title: "Bästa i stan", quote: "Smart och god mat.", tag: "Middag", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t3", name: "Lars B.", date: "2024", title: "Favorit", quote: "Superfin lokal och atmosfär.", tag: "Middag", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598354.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t4", name: "Sofia L.", date: "2023", title: "Imponerande", quote: "En minnesvärd middag.", tag: "Middag", avatarSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant-taking-selfie_23-2150461493.jpg", imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg", imageAlt: "happy customer dining restaurant" },
|
||||
{ id: "t5", name: "Johan P.", date: "2023", title: "Rekommenderas", quote: "Kvalitet rakt igenom.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg", imageAlt: "happy customer dining restaurant" },
|
||||
]}
|
||||
title="Gästernas röster"
|
||||
description="Vi är stolta över att vara en del av Göteborgs matscen."
|
||||
@@ -355,22 +153,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Boka bord"
|
||||
title="Boka din upplevelse"
|
||||
description="Varmt välkommen att kontakta oss för bordsbokningar eller frågor kring privata arrangemang."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ring oss",
|
||||
href: "tel:+4600000000",
|
||||
},
|
||||
{
|
||||
text: "Boka online",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Ring oss", href: "tel:+4600000000" }, { text: "Boka online", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -379,40 +166,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/decoration-bean-old-closeup-aroma_1203-5601.jpg"
|
||||
logoText="Bhoga"
|
||||
columns={[
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
{
|
||||
label: "Om oss",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Meny",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Event",
|
||||
href: "#events",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "Ring oss",
|
||||
href: "tel:+4600000000",
|
||||
},
|
||||
{
|
||||
label: "Hitta hit",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Boka bord",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Information", items: [{ label: "Om oss", href: "#about" }, { label: "Meny", href: "#menu" }, { label: "Event", href: "#events" }] },
|
||||
{ title: "Kontakt", items: [{ label: "Ring oss", href: "tel:+4600000000" }, { label: "Hitta hit", href: "#" }, { label: "Boka bord", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user