Merge version_1 into main #1
264
src/app/page.tsx
264
src/app/page.tsx
@@ -31,85 +31,37 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Pagrindinis",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Apie Mus",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Meniu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Kontaktai",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Pagrindinis", id: "hero" },
|
||||
{ name: "Apie Mus", id: "about" },
|
||||
{ name: "Meniu", id: "menu" },
|
||||
{ name: "Kontaktai", id: "contact" },
|
||||
]}
|
||||
brandName="Gourmet Restoranas"
|
||||
button={{ text: "Rezervuoti", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Gourmet Skoniai Jūsų Mieste"
|
||||
description="Atraskite unikalų meniu, sukurtą meistrų, naudojant tik šviežiausius vietinius ingredientus."
|
||||
buttons={[
|
||||
{
|
||||
text: "Peržiūrėti Meniu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Peržiūrėti Meniu", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2078.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pregnant-woman-standing-with-daughter-by-window_1303-12895.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-indian-girl-black-saree-dress-posed-restaurant_627829-1955.jpg", alt: "Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", alt: "Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg", alt: "Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2078.jpg", alt: "Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pregnant-woman-standing-with-daughter-by-window_1303-12895.jpg", alt: "Diner 5" },
|
||||
]}
|
||||
avatarText="Daugiau nei 5000 patenkintų svečių"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Švieži ingredientai",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Aukščiausia kokybė",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Autentiškas skonis",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Jaukus interjeras",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Profesionalus aptarnavimas",
|
||||
},
|
||||
{ type: "text", text: "Švieži ingredientai" },
|
||||
{ type: "text", text: "Aukščiausia kokybė" },
|
||||
{ type: "text", text: "Autentiškas skonis" },
|
||||
{ type: "text", text: "Jaukus interjeras" },
|
||||
{ type: "text", text: "Profesionalus aptarnavimas" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,21 +71,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Mūsų Filosofija"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Šefų Patirtis",
|
||||
value: "15+ metų",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Apdovanojimai",
|
||||
value: "20+",
|
||||
},
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Patiekalų",
|
||||
value: "100+",
|
||||
},
|
||||
{ icon: Award, label: "Šefų Patirtis", value: "15+ metų" },
|
||||
{ icon: Award, label: "Apdovanojimai", value: "20+" },
|
||||
{ icon: Utensils, label: "Patiekalų", value: "100+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -146,48 +86,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Jautienos didkepsnis",
|
||||
price: "28€",
|
||||
variant: "Pagrindinis patiekalas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cakes-blue-tray-biscuits-dark-table_140725-86432.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lašišos filė",
|
||||
price: "24€",
|
||||
variant: "Jūros gėrybės",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-red-fish-pan-newspaper-with-onions-sauces_140725-13948.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Itališki makaronai",
|
||||
price: "18€",
|
||||
variant: "Vegetariškas",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-colored-farfalle-salad-with-tomatoes-mozzarella-basil_2829-14368.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Šokoladinis desertas",
|
||||
price: "9€",
|
||||
variant: "Desertai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Keptos krevetės",
|
||||
price: "15€",
|
||||
variant: "Užkandžiai",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-fruity-sweets-with-cookies-dark-background-tea-cookie-biscuit-pie-cake-sweet_140725-96208.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Trinta sriuba",
|
||||
price: "7€",
|
||||
variant: "Sriubos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Jautienos didkepsnis", price: "28€", variant: "Pagrindinis patiekalas", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-cakes-blue-tray-biscuits-dark-table_140725-86432.jpg" },
|
||||
{ id: "p2", name: "Lašišos filė", price: "24€", variant: "Jūros gėrybės", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-red-fish-pan-newspaper-with-onions-sauces_140725-13948.jpg" },
|
||||
{ id: "p3", name: "Itališki makaronai", price: "18€", variant: "Vegetariškas", imageSrc: "http://img.b2bpic.net/free-photo/pasta-colored-farfalle-salad-with-tomatoes-mozzarella-basil_2829-14368.jpg" },
|
||||
{ id: "p4", name: "Šokoladinis desertas", price: "9€", variant: "Desertai", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-strawberry-cafe_181624-26180.jpg" },
|
||||
{ id: "p5", name: "Keptos krevetės", price: "15€", variant: "Užkandžiai", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cakes-fruity-sweets-with-cookies-dark-background-tea-cookie-biscuit-pie-cake-sweet_140725-96208.jpg" },
|
||||
{ id: "p6", name: "Trinta sriuba", price: "7€", variant: "Sriubos", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-chicken-broth-sprinkled-with-herbs_140725-2237.jpg" },
|
||||
]}
|
||||
title="Mūsų Meniu"
|
||||
description="Kruopščiai atrinkti patiekalai jūsų malonumui."
|
||||
@@ -199,19 +103,8 @@ export default function LandingPage() {
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Nenaudojame šaldytų produktų",
|
||||
"Jokio dirbtinio skonio stiprinimo",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Tik švieži vietiniai ingredientai",
|
||||
"Rankų darbo patiekalai",
|
||||
"Dėmesys kiekvienam svečiui",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Nenaudojame šaldytų produktų", "Jokio dirbtinio skonio stiprinimo"] }}
|
||||
positiveCard={{ items: ["Tik švieži vietiniai ingredientai", "Rankų darbo patiekalai", "Dėmesys kiekvienam svečiui"] }}
|
||||
title="Kodėl Mes?"
|
||||
description="Mes tikime, kad restoranas - tai patirtis, ne tik maistas."
|
||||
/>
|
||||
@@ -224,27 +117,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5k+",
|
||||
title: "Apsilankymai",
|
||||
description: "Laimingų klientų šiais metais.",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9/5",
|
||||
title: "Reitingas",
|
||||
description: "Vidutinis mūsų klientų įvertinimas.",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12",
|
||||
title: "Šefų komanda",
|
||||
description: "Profesionalai virtuvėje.",
|
||||
icon: Users,
|
||||
},
|
||||
{ id: "m1", value: "5k+", title: "Apsilankymai", description: "Laimingų klientų šiais metais.", icon: Smile },
|
||||
{ id: "m2", value: "4.9/5", title: "Reitingas", description: "Vidutinis mūsų klientų įvertinimas.", icon: Star },
|
||||
{ id: "m3", value: "12", title: "Šefų komanda", description: "Profesionalai virtuvėje.", icon: Users },
|
||||
]}
|
||||
title="Mūsų Pasiekimai"
|
||||
description="Skaičiai, kuriais didžiuojamės."
|
||||
@@ -257,46 +132,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jonas",
|
||||
handle: "@jonas",
|
||||
testimonial: "Nuostabus maistas ir aptarnavimas!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Eglė",
|
||||
handle: "@egle",
|
||||
testimonial: "Jaukiausia atmosfera mieste.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Tomas",
|
||||
handle: "@tomas",
|
||||
testimonial: "Didkepsnis buvo tobulai paruoštas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-feeding-her-groom-with-croissant-cafe_176420-2274.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Laura",
|
||||
handle: "@laura",
|
||||
testimonial: "Labai patiko desertų meniu.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-wife-looking-her-husband-holding-healthy-salad_23-2148076125.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mantas",
|
||||
handle: "@mantas",
|
||||
testimonial: "Grįšime ne kartą!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Jonas", handle: "@jonas", testimonial: "Nuostabus maistas ir aptarnavimas!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" },
|
||||
{ id: "t2", name: "Eglė", handle: "@egle", testimonial: "Jaukiausia atmosfera mieste.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
|
||||
{ id: "t3", name: "Tomas", handle: "@tomas", testimonial: "Didkepsnis buvo tobulai paruoštas.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-feeding-her-groom-with-croissant-cafe_176420-2274.jpg" },
|
||||
{ id: "t4", name: "Laura", handle: "@laura", testimonial: "Labai patiko desertų meniu.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-wife-looking-her-husband-holding-healthy-salad_23-2148076125.jpg" },
|
||||
{ id: "t5", name: "Mantas", handle: "@mantas", testimonial: "Grįšime ne kartą!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ką sako svečiai"
|
||||
@@ -307,9 +147,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Susisiekite"
|
||||
title="Rezervuokite staliuką"
|
||||
description="Susisiekite su mumis rezervacijoms ar renginiams."
|
||||
@@ -322,32 +160,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg"
|
||||
logoText="Gourmet Restoranas"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigacija",
|
||||
items: [
|
||||
{
|
||||
label: "Meniu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Apie",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontaktai",
|
||||
items: [
|
||||
{
|
||||
label: "info@gourmet.lt",
|
||||
href: "mailto:info@gourmet.lt",
|
||||
},
|
||||
{
|
||||
label: "Vilnius, Lietuva",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigacija", items: [{ label: "Meniu", href: "#menu" }, { label: "Apie", href: "#about" }] },
|
||||
{ title: "Kontaktai", items: [{ label: "info@gourmet.lt", href: "mailto:info@gourmet.lt" }, { label: "Vilnius, Lietuva", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user