Merge version_1 into main #2
146
src/app/page.tsx
146
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Tarina",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Tarina", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Arvostelut",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Arvostelut", id: "#testimonials"},
|
||||
{
|
||||
name: "Varaus",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Varaus", id: "#contact"},
|
||||
]}
|
||||
brandName="RAGU"
|
||||
/>
|
||||
@@ -52,37 +44,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ragu"
|
||||
description="YLLÄTYSMENU · VIINIPAKETIT · FINE DINING"
|
||||
buttons={[
|
||||
{
|
||||
text: "Varaa Pöytä",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Varaa Pöytä", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg?_wi=1",
|
||||
imageAlt: "Ragu Restaurant Interior",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg", imageAlt: "Ragu Restaurant Interior"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg?_wi=2",
|
||||
imageAlt: "Ragu Restaurant Ambiance",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg", imageAlt: "Ragu Restaurant Ambiance"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg?_wi=3",
|
||||
imageAlt: "Ragu Culinary Experience",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg", imageAlt: "Ragu Culinary Experience"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg?_wi=4",
|
||||
imageAlt: "Ragu Dining Table Setup",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg", imageAlt: "Ragu Dining Table Setup"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg?_wi=5",
|
||||
imageAlt: "Ragu Signature Dish Presentation",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2d8nwewE5gHQXgGIBRQU3YhIz/uploaded-1775587624155-kwva0cie.jpg", imageAlt: "Ragu Signature Dish Presentation"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -96,17 +75,11 @@ export default function LandingPage() {
|
||||
description="Ragu on helsinkiläinen fine dining -ravintola, jossa jokainen ilta on ainutlaatuinen kokemus. Tarjoamme kokin käsialaa oleva yllätysmenua, jossa kotimaiset raaka-aineet saavat loistaa."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Asiantunteva palvelu",
|
||||
description: "Huolellisesti valittu viinivalikoima kruunaa kokemuksen.",
|
||||
},
|
||||
title: "Asiantunteva palvelu", description: "Huolellisesti valittu viinivalikoima kruunaa kokemuksen."},
|
||||
{
|
||||
title: "Kotimaiset raaka-aineet",
|
||||
description: "Käytämme sesongin parhaita raaka-aineita.",
|
||||
},
|
||||
title: "Kotimaiset raaka-aineet", description: "Käytämme sesongin parhaita raaka-aineita."},
|
||||
{
|
||||
title: "Rauhallinen tunnelma",
|
||||
description: "Tilaa rentoutua ja nauttia hyvästä seurasta.",
|
||||
},
|
||||
title: "Rauhallinen tunnelma", description: "Tilaa rentoutua ja nauttia hyvästä seurasta."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-restaurant-table-with-pink-velvet-chairs-grey-painted-hall-with-classic-paintings_140725-8705.jpg"
|
||||
imageAlt="Fine dining atmosphere"
|
||||
@@ -121,31 +94,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Menu",
|
||||
title: "Neljän ruokalajin menu",
|
||||
items: [
|
||||
"Kotimaisia makuja",
|
||||
"Harkittu kokonaisuus",
|
||||
],
|
||||
id: "1", label: "Menu", title: "Neljän ruokalajin menu", items: [
|
||||
"Kotimaisia makuja", "Harkittu kokonaisuus"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Menu",
|
||||
title: "Viiden ruokalajin menu",
|
||||
items: [
|
||||
"Täyspitkä illalliskokemus",
|
||||
"Valittavissa viinipaketti",
|
||||
],
|
||||
id: "2", label: "Menu", title: "Viiden ruokalajin menu", items: [
|
||||
"Täyspitkä illalliskokemus", "Valittavissa viinipaketti"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Viini",
|
||||
title: "Viinipaketti",
|
||||
items: [
|
||||
"Huolellisesti sovitettu",
|
||||
"Täys- tai puolikas",
|
||||
],
|
||||
id: "3", label: "Viini", title: "Viinipaketti", items: [
|
||||
"Huolellisesti sovitettu", "Täys- tai puolikas"],
|
||||
},
|
||||
]}
|
||||
title="Yllätysmenu"
|
||||
@@ -155,44 +113,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juhani L.",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Yksi parhaimmista illalliskokemuksista koskaan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-moment-fun-studio-men_1304-943.jpg",
|
||||
},
|
||||
id: "1", name: "Juhani L.", handle: "Local Guide", testimonial: "Yksi parhaimmista illalliskokemuksista koskaan.", imageSrc: "http://img.b2bpic.net/free-photo/woman-moment-fun-studio-men_1304-943.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anniina V.",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Edelleen Helsingin paras ravintola hinta-laatusuhteeltaan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg",
|
||||
},
|
||||
id: "2", name: "Anniina V.", handle: "Local Guide", testimonial: "Edelleen Helsingin paras ravintola hinta-laatusuhteeltaan.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ivan N.",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Ruoka todella maukasta, henkilökunta erittäin ystävällinen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-guy-sitting-bar-counter_23-2148016837.jpg",
|
||||
},
|
||||
id: "3", name: "Ivan N.", handle: "Local Guide", testimonial: "Ruoka todella maukasta, henkilökunta erittäin ystävällinen.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-guy-sitting-bar-counter_23-2148016837.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria K.",
|
||||
handle: "Foodie",
|
||||
testimonial: "Uskomaton makumaailma, tulen takaisin.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg",
|
||||
},
|
||||
id: "4", name: "Maria K.", handle: "Foodie", testimonial: "Uskomaton makumaailma, tulen takaisin.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-looking-camera-posing_176420-3837.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Petteri P.",
|
||||
handle: "Critic",
|
||||
testimonial: "Täydellinen viini-ruoka -yhdistelmä.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
},
|
||||
id: "5", name: "Petteri P.", handle: "Critic", testimonial: "Täydellinen viini-ruoka -yhdistelmä.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"},
|
||||
]}
|
||||
title="Mitä heistä sanoa"
|
||||
description="Vieraiden kokemuksia"
|
||||
@@ -203,8 +137,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Varaus"
|
||||
title="Varaa teidän iltanne"
|
||||
description="Tervetuloa Raguun. Pöydät täyttyvät nopeasti, joten varaus etukäteen on suositeltavaa."
|
||||
@@ -216,34 +149,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Sijainti",
|
||||
items: [
|
||||
title: "Sijainti", items: [
|
||||
{
|
||||
label: "Helsinki, Suomi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Helsinki, Suomi", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Aukioloajat",
|
||||
items: [
|
||||
title: "Aukioloajat", items: [
|
||||
{
|
||||
label: "Ti-La illallinen",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ti-La illallinen", href: "#"},
|
||||
{
|
||||
label: "Alkaen klo 17",
|
||||
href: "#",
|
||||
},
|
||||
label: "Alkaen klo 17", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yhteystiedot",
|
||||
items: [
|
||||
title: "Yhteystiedot", items: [
|
||||
{
|
||||
label: "info@ragu.fi",
|
||||
href: "mailto:info@ragu.fi",
|
||||
},
|
||||
label: "info@ragu.fi", href: "mailto:info@ragu.fi"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user