Merge version_1 into main #2
214
src/app/page.tsx
214
src/app/page.tsx
@@ -28,86 +28,41 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Apie mus",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Meniu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "Atsiliepimai",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Vieta",
|
||||
id: "#visit",
|
||||
},
|
||||
{ name: "Apie mus", id: "about" },
|
||||
{ name: "Meniu", id: "menu" },
|
||||
{ name: "Atsiliepimai", id: "reviews" },
|
||||
{ name: "Vieta", id: "visit" },
|
||||
]}
|
||||
brandName="Shirdal Café"
|
||||
button={{ text: "Rezervuoti", href: "#visit" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Širdal Café – Jaukumas ir prabanga"
|
||||
description="Patirkite tikrą Paryžiaus kavinės magiją Vilniaus širdyje. Nuo rankų darbo pyragų iki tobulai paruoštos espreso kavos."
|
||||
buttons={[
|
||||
{
|
||||
text: "Peržiūrėti meniu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Peržiūrėti meniu", href: "#menu" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-uses-smartphone-christmas-online-shopping_169016-16698.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-uses-smartphone-christmas-online-shopping_169016-16698.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-roasted-coffee-beans_23-2151083811.jpg",
|
||||
alt: "Patron",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling-white_1258-111163.jpg",
|
||||
alt: "Patron",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adorable-charming-lady-with-long-hair-wearing-trendy-blouse-sitting-cafeteria-with-great-smile_291650-620.jpg",
|
||||
alt: "Patron",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15947.jpg",
|
||||
alt: "Patron",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-middle-aged-man-wearing-white-t-shirt-with-tie-showing-tongue-isolated-pink-wall_141793-90380.jpg",
|
||||
alt: "Patron",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/view-3d-roasted-coffee-beans_23-2151083811.jpg", alt: "Patron" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling-white_1258-111163.jpg", alt: "Patron" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adorable-charming-lady-with-long-hair-wearing-trendy-blouse-sitting-cafeteria-with-great-smile_291650-620.jpg", alt: "Patron" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15947.jpg", alt: "Patron" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-middle-aged-man-wearing-white-t-shirt-with-tie-showing-tongue-isolated-pink-wall_141793-90380.jpg", alt: "Patron" },
|
||||
]}
|
||||
avatarText="Mūsų mylimiausi lankytojai"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Šviežiai skrudinta",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rytinė magija",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Jaukumas",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Kokybiškos pupelės",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Rankų darbo desertai",
|
||||
},
|
||||
{ type: "text", text: "Šviežiai skrudinta" },
|
||||
{ type: "text", text: "Rytinė magija" },
|
||||
{ type: "text", text: "Jaukumas" },
|
||||
{ type: "text", text: "Kokybiškos pupelės" },
|
||||
{ type: "text", text: "Rankų darbo desertai" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,20 +74,11 @@ export default function LandingPage() {
|
||||
title="Kavinė, kuri tampa namais"
|
||||
description="Jau penkerius metus kuriame erdvę, kurioje laikas sulėtėja. Mūsų kavinė – tai vieta, kur svarbiausia yra skonis, kokybė ir bendrystė."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "4.9⭐ Reitingas",
|
||||
description: "Džiaugiamės mūsų klientų meile ir įvertinimais.",
|
||||
},
|
||||
{
|
||||
title: "Švieži pyragai",
|
||||
description: "Kasryt kepami su meile.",
|
||||
},
|
||||
{
|
||||
title: "Draugiška augintiniams",
|
||||
description: "Jūsų keturkojai draugai visada laukiami.",
|
||||
},
|
||||
{ title: "4.9⭐ Reitingas", description: "Džiaugiamės mūsų klientų meile ir įvertinimais." },
|
||||
{ title: "Švieži pyragai", description: "Kasryt kepami su meile." },
|
||||
{ title: "Draugiška augintiniams", description: "Jūsų keturkojai draugai visada laukiami." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-uses-smartphone-christmas-online-shopping_169016-16698.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/attractive-young-woman-uses-smartphone-christmas-online-shopping_169016-16698.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -144,42 +90,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Espresso",
|
||||
price: "2.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-flat-lay-wooden-kitchen-towel_176474-8123.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Matcha Latte",
|
||||
price: "4.20€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-melt-chocolate-glass-with-cupcakes_23-2147906749.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Croissant",
|
||||
price: "3.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-coffee-wooden-table_23-2148230537.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cappuccino",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Cinnamon Roll",
|
||||
price: "3.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-screen-display-mobile-phone-near-basket-full-baked-croissant-wooden-table_23-2148189132.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Flat White",
|
||||
price: "3.80€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-pancakes-cereals_23-2147672416.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Espresso", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/croissant-flat-lay-wooden-kitchen-towel_176474-8123.jpg" },
|
||||
{ id: "p2", name: "Matcha Latte", price: "4.20€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-melt-chocolate-glass-with-cupcakes_23-2147906749.jpg" },
|
||||
{ id: "p3", name: "Croissant", price: "3.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-coffee-wooden-table_23-2148230537.jpg" },
|
||||
{ id: "p4", name: "Cappuccino", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg" },
|
||||
{ id: "p5", name: "Cinnamon Roll", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/white-screen-display-mobile-phone-near-basket-full-baked-croissant-wooden-table_23-2148189132.jpg" },
|
||||
{ id: "p6", name: "Flat White", price: "3.80€", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-concept-with-pancakes-cereals_23-2147672416.jpg" },
|
||||
]}
|
||||
title="Mūsų meniu"
|
||||
description="Rinktiniai gėrimai ir kasdieniai skanėstai."
|
||||
@@ -191,61 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Eglė",
|
||||
date: "2024-05",
|
||||
title: "Nuostabus aptarnavimas",
|
||||
quote: "Geriausia matcha visame Vilniuje!",
|
||||
tag: "Lankytoja",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-3d-roasted-coffee-beans_23-2151083811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-uses-smartphone-christmas-online-shopping_169016-16698.jpg?_wi=3",
|
||||
imageAlt: "cozy cafe interior warm",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Tomas",
|
||||
date: "2024-04",
|
||||
title: "Jauku",
|
||||
quote: "Puiki vieta darbui ir atsipalaidavimui.",
|
||||
tag: "Lankytojas",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling-white_1258-111163.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/croissant-flat-lay-wooden-kitchen-towel_176474-8123.jpg?_wi=2",
|
||||
imageAlt: "fresh artisan pastries coffee",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Austėja",
|
||||
date: "2024-03",
|
||||
title: "Šviežumas",
|
||||
quote: "Kruasanai tiesiog tirpsta burnoje.",
|
||||
tag: "Lankytoja",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/adorable-charming-lady-with-long-hair-wearing-trendy-blouse-sitting-cafeteria-with-great-smile_291650-620.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-melt-chocolate-glass-with-cupcakes_23-2147906749.jpg?_wi=2",
|
||||
imageAlt: "artisan cakes coffee shop",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jonas",
|
||||
date: "2024-02",
|
||||
title: "Ramybė",
|
||||
quote: "Labai jauki aplinka ir malonus personalas.",
|
||||
tag: "Lankytojas",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-coffee-wooden-table_23-2148230537.jpg?_wi=2",
|
||||
imageAlt: "croissant and coffee set",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Indrė",
|
||||
date: "2024-01",
|
||||
title: "Mėgstamiausia kavinė",
|
||||
quote: "Kaskart sugrįžtu dėl šios atmosferos.",
|
||||
tag: "Lankytoja",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-middle-aged-man-wearing-white-t-shirt-with-tie-showing-tongue-isolated-pink-wall_141793-90380.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg?_wi=2",
|
||||
imageAlt: "fresh morning bakery items",
|
||||
},
|
||||
{ id: "t1", name: "Eglė", date: "2024-05", title: "Nuostabus aptarnavimas", quote: "Geriausia matcha visame Vilniuje!", tag: "Lankytoja", avatarSrc: "http://img.b2bpic.net/free-photo/view-3d-roasted-coffee-beans_23-2151083811.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-uses-smartphone-christmas-online-shopping_169016-16698.jpg" },
|
||||
{ id: "t2", name: "Tomas", date: "2024-04", title: "Jauku", quote: "Puiki vieta darbui ir atsipalaidavimui.", tag: "Lankytojas", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling-white_1258-111163.jpg", imageSrc: "http://img.b2bpic.net/free-photo/croissant-flat-lay-wooden-kitchen-towel_176474-8123.jpg" },
|
||||
{ id: "t3", name: "Austėja", date: "2024-03", title: "Šviežumas", quote: "Kruasanai tiesiog tirpsta burnoje.", tag: "Lankytoja", avatarSrc: "http://img.b2bpic.net/free-photo/adorable-charming-lady-with-long-hair-wearing-trendy-blouse-sitting-cafeteria-with-great-smile_291650-620.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-preparing-melt-chocolate-glass-with-cupcakes_23-2147906749.jpg" },
|
||||
{ id: "t4", name: "Jonas", date: "2024-02", title: "Ramybė", quote: "Labai jauki aplinka ir malonus personalas.", tag: "Lankytojas", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15947.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissant-coffee-wooden-table_23-2148230537.jpg" },
|
||||
{ id: "t5", name: "Indrė", date: "2024-01", title: "Mėgstamiausia kavinė", quote: "Kaskart sugrįžtu dėl šios atmosferos.", tag: "Lankytoja", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-middle-aged-man-wearing-white-t-shirt-with-tie-showing-tongue-isolated-pink-wall_141793-90380.jpg", imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg" },
|
||||
]}
|
||||
title="Ką sako mūsų lankytojai"
|
||||
description="Tikros istorijos apie mūsų jaukumą."
|
||||
@@ -255,9 +121,7 @@ export default function LandingPage() {
|
||||
<div id="visit" data-section="visit">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Mus rasite senamiestyje, Didžioji g. 1, Vilnius. Dirbame kasdien nuo 08:00 iki 20:00. Laukiame jūsų!"
|
||||
/>
|
||||
</div>
|
||||
@@ -265,14 +129,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Širdal Café"
|
||||
leftLink={{
|
||||
text: "Privatumo politika",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com/shirdalcafe",
|
||||
}}
|
||||
leftLink={{ text: "Privatumo politika", href: "#" }}
|
||||
rightLink={{ text: "Instagram", href: "https://instagram.com/shirdalcafe" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user