Merge version_1 into main #1
165
src/app/page.tsx
165
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Hem",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Hem", id: "hero"},
|
||||
{
|
||||
name: "Om Oss",
|
||||
id: "about",
|
||||
},
|
||||
name: "Om Oss", id: "about"},
|
||||
{
|
||||
name: "Meny",
|
||||
id: "products",
|
||||
},
|
||||
name: "Meny", id: "products"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Kolgrill"
|
||||
/>
|
||||
@@ -52,42 +44,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Upplev Grillens Elegans"
|
||||
description="Autentisk kolgrillad mat i en stämningsfull miljö. Välkommen till Restaurang Kolgrill."
|
||||
tag="Signaturrätter"
|
||||
buttons={[
|
||||
{
|
||||
text: "Beställ Nu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Beställ Nu", href: "#products"},
|
||||
{
|
||||
text: "Se Menyn",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Se Menyn", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg",
|
||||
imageAlt: "Grillspett",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg", imageAlt: "Grillspett"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg",
|
||||
imageAlt: "Restaurang",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg",
|
||||
imageAlt: "Profiteroles in chocolate sauce inside white plate.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6091.jpg",
|
||||
imageAlt: "Front view fried meat on asparagus with mashed potatoes and herbs in a plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-bell-pepper-lettuce-tomato-basil_141793-16730.jpg",
|
||||
imageAlt: "Chicken salad bell pepper lettuce tomato basil",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", imageAlt: "Restaurang"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -113,47 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grillspett",
|
||||
price: "189 kr",
|
||||
variant: "Huvudrätt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-plate-with-french-fries-tomato-fresh-cucumber-yogurt-bread-table_141793-4969.jpg",
|
||||
},
|
||||
id: "p1", name: "Grillspett", price: "189 kr", variant: "Huvudrätt", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doner-plate-with-french-fries-tomato-fresh-cucumber-yogurt-bread-table_141793-4969.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Husets Sallad",
|
||||
price: "95 kr",
|
||||
variant: "Sallad",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-greece-salad-with-vegetables-white-cheese-sliced-inside-black-plate-dark-desk_140725-14507.jpg",
|
||||
},
|
||||
id: "p2", name: "Husets Sallad", price: "95 kr", variant: "Sallad", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-greece-salad-with-vegetables-white-cheese-sliced-inside-black-plate-dark-desk_140725-14507.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Dessert",
|
||||
price: "75 kr",
|
||||
variant: "Efterrätt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-little-cake-designed-yummy-inside-white-plate-white-desk_140725-14239.jpg",
|
||||
},
|
||||
id: "p3", name: "Dessert", price: "75 kr", variant: "Efterrätt", imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-little-cake-designed-yummy-inside-white-plate-white-desk_140725-14239.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Kebab",
|
||||
price: "165 kr",
|
||||
variant: "Huvudrätt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg",
|
||||
},
|
||||
id: "p4", name: "Kebab", price: "165 kr", variant: "Huvudrätt", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Mezze",
|
||||
price: "120 kr",
|
||||
variant: "Förrätt",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-pasta-serving-bowls-toppings-dressings-marble-surface_114579-69874.jpg",
|
||||
},
|
||||
id: "p5", name: "Mezze", price: "120 kr", variant: "Förrätt", imageSrc: "http://img.b2bpic.net/free-photo/tray-with-pasta-serving-bowls-toppings-dressings-marble-surface_114579-69874.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Nygrillat Bröd",
|
||||
price: "45 kr",
|
||||
variant: "Tillbehör",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-orange-juice-cucumbers-tomato-lettuce-wooden-plank_176474-2969.jpg",
|
||||
},
|
||||
id: "p6", name: "Nygrillat Bröd", price: "45 kr", variant: "Tillbehör", imageSrc: "http://img.b2bpic.net/free-photo/hot-dog-with-orange-juice-cucumbers-tomato-lettuce-wooden-plank_176474-2969.jpg"},
|
||||
]}
|
||||
title="Utvalda Rätter"
|
||||
description="Utforska vår meny med bästsäljare och klassiker."
|
||||
@@ -168,45 +109,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anna S.",
|
||||
role: "Stammis",
|
||||
company: "Lokalbo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
id: "t1", name: "Anna S.", role: "Stammis", company: "Lokalbo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Erik B.",
|
||||
role: "Matentusiast",
|
||||
company: "Besökare",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg",
|
||||
},
|
||||
id: "t2", name: "Erik B.", role: "Matentusiast", company: "Besökare", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sara K.",
|
||||
role: "Gäst",
|
||||
company: "Gruppbokning",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg",
|
||||
},
|
||||
id: "t3", name: "Sara K.", role: "Gäst", company: "Gruppbokning", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517424.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Johan M.",
|
||||
role: "Gäst",
|
||||
company: "Lunch",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-salmon-bowls_23-2150427594.jpg",
|
||||
},
|
||||
id: "t4", name: "Johan M.", role: "Gäst", company: "Lunch", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-eating-salmon-bowls_23-2150427594.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linn E.",
|
||||
role: "Gäst",
|
||||
company: "Middag",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
},
|
||||
id: "t5", name: "Linn E.", role: "Gäst", company: "Middag", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
|
||||
]}
|
||||
title="Vad våra gäster säger"
|
||||
description="Vi värdesätter våra gästers upplevelser."
|
||||
@@ -217,16 +133,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Boka bord eller ställ frågor"
|
||||
description="Vi är rullstolstillgängliga och välkomnar alla. Kontakta oss enkelt via formuläret nedan eller besök oss."
|
||||
buttons={[
|
||||
{
|
||||
text: "Skicka förfrågan",
|
||||
href: "#",
|
||||
},
|
||||
text: "Skicka förfrågan", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -237,33 +150,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Om Oss",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Om Oss", href: "#about"},
|
||||
{
|
||||
label: "Meny",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Meny", href: "#products"},
|
||||
{
|
||||
label: "Tillgänglighet",
|
||||
href: "#",
|
||||
},
|
||||
label: "Tillgänglighet", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Kontakt",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Kontakt", href: "#contact"},
|
||||
{
|
||||
label: "Boka bord",
|
||||
href: "#",
|
||||
},
|
||||
label: "Boka bord", href: "#"},
|
||||
{
|
||||
label: "Öppettider",
|
||||
href: "#",
|
||||
},
|
||||
label: "Öppettider", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user