Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5b5933e1d | |||
| 481fc4bbe5 | |||
| 19452e1e62 | |||
| 2b902ff731 | |||
| f7fae3c366 | |||
| 5835148bf3 |
209
src/app/page.tsx
209
src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story", id: "trust"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Pradžia", id: "hero" },
|
||||
{ name: "Apie mus", id: "trust" },
|
||||
{ name: "Meniu", id: "menu" },
|
||||
{ name: "Kontaktai", id: "contact" },
|
||||
]}
|
||||
brandName="STREED FOOD"
|
||||
/>
|
||||
@@ -46,64 +42,41 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="STREED FOOD"
|
||||
description="Back to what made us the best. Fresh. Loaded. Done right — every time."
|
||||
description="Sugrįžtame prie to, kas mus padarė geriausiais. Šviežia. Gausu. Kokybiška — visada."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dedicated-restaurant-chef-chopping-bell-pepper-stainless-steel-kitchen_482257-121174.jpg", imageAlt: "Kebab preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-with-greens_140725-85134.jpg", imageAlt: "Fresh vegetables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Meat searing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg", imageAlt: "Kitchen team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805443.jpg", imageAlt: "Final product"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dedicated-restaurant-chef-chopping-bell-pepper-stainless-steel-kitchen_482257-121174.jpg", imageAlt: "Kebabų ruošimas" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-vegetables-with-greens_140725-85134.jpg", imageAlt: "Šviežios daržovės" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14704.jpg", imageAlt: "Mėsa ant grotelių" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728034.jpg", imageAlt: "Virtuvės komanda" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805443.jpg", imageAlt: "Galutinis produktas" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-standing-away-from-pizza-coffee-cups_114579-30994.jpg", imageAlt: "Kebab box"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-borsch-ukrainian-beet-soup-with-fresh-cabbage-greens-white-background_140725-125084.jpg", imageAlt: "Fresh sauce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231286.jpg", imageAlt: "Customer smiling"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-chef-recording-online-cooking-demonstration-vlog-tutorial_482257-121200.jpg", imageAlt: "Ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg", imageAlt: "Grill action"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delivery-woman-standing-away-from-pizza-coffee-cups_114579-30994.jpg", imageAlt: "Kebabų dėžutė" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-borsch-ukrainian-beet-soup-with-fresh-cabbage-greens-white-background_140725-125084.jpg", imageAlt: "Šviežias padažas" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-pizza_23-2151231286.jpg", imageAlt: "Besišypsantis klientas" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/black-chef-recording-online-cooking-demonstration-vlog-tutorial_482257-121200.jpg", imageAlt: "Ingredientai" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-steak-with-rosemary-tomatoes-human-hands-barbecue_176474-3115.jpg", imageAlt: "Grilio veiksmas" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
{ text: "Užsisakyti dabar", href: "#menu" },
|
||||
{ text: "Peržiūrėti meniu", href: "#menu" },
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/confident-sous-chef-standing-restaurant-professional-kitchen-space-with-arms-crossed-while-looking-trustful-camera-head-cook-preparing-spices-ingredients-dinner-dish_482257-40118.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/professional-chef-researching-new-cooking-techniques-kitchen-uses-laptop_482257-121161.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-salad-sliced-food-with-fresh-ingredients-dark-space_140725-95222.jpg", alt: "Customer 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/confident-sous-chef-standing-restaurant-professional-kitchen-space-with-arms-crossed-while-looking-trustful-camera-head-cook-preparing-spices-ingredients-dinner-dish_482257-40118.jpg", alt: "Klientas 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", alt: "Klientas 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-chef-researching-new-cooking-techniques-kitchen-uses-laptop_482257-121161.jpg", alt: "Klientas 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-cooking-tomahawk-beef-steak-gourmet-dish-stove_482257-121134.jpg", alt: "Klientas 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-salad-sliced-food-with-fresh-ingredients-dark-space_140725-95222.jpg", alt: "Klientas 5" },
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ local foodies"
|
||||
avatarText="Pasitiki daugiau nei 5000 vietinių gurmanų"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "FRESH"},
|
||||
{
|
||||
type: "text", text: "LOCAL"},
|
||||
{
|
||||
type: "text", text: "AUTHENTIC"},
|
||||
{
|
||||
type: "text", text: "LOADED"},
|
||||
{
|
||||
type: "text", text: "STREED"},
|
||||
{ type: "text", text: "ŠVIEŽIA" },
|
||||
{ type: "text", text: "VIETINĖ" },
|
||||
{ type: "text", text: "AUTENTIŠKA" },
|
||||
{ type: "text", text: "GAUSU" },
|
||||
{ type: "text", text: "STREED" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -111,8 +84,8 @@ export default function LandingPage() {
|
||||
<div id="trust" data-section="trust">
|
||||
<TextAbout
|
||||
useInvertedBackground={true}
|
||||
tag="Our Commitment"
|
||||
title="We heard you."
|
||||
tag="Mūsų įsipareigojimas"
|
||||
title="Mes jus išgirdome."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,21 +95,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Fresh Vegetables", author: "Farm-to-box", description: "Crisp greens in every bite.", tags: [
|
||||
"fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fresh-greens-isolated-inside-plate-along-with-green-bell-peppers-spicy-peppers-bright-blue_140725-32576.jpg"},
|
||||
{
|
||||
id: "f2", title: "Quality Meat", author: "Premium Cut", description: "Properly seasoned and cooked.", tags: [
|
||||
"protein"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-peas-pan-with-salad-copy-space_23-2148682803.jpg"},
|
||||
{
|
||||
id: "f3", title: "Big Portions", author: "The Standard", description: "Filling meals every time.", tags: [
|
||||
"satiety"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bread-with-jam_23-2148971818.jpg"},
|
||||
{ id: "f1", title: "Šviežios daržovės", author: "Tiesiogiai iš ūkio", description: "Traškios daržovės kiekviename kąsnyje.", tags: ["šviežia"], imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fresh-greens-isolated-inside-plate-along-with-green-bell-peppers-spicy-peppers-bright-blue_140725-32576.jpg" },
|
||||
{ id: "f2", title: "Kokybiška mėsa", author: "Aukščiausios klasės", description: "Tinkamai paruošta ir iškepta.", tags: ["baltymai"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-peas-pan-with-salad-copy-space_23-2148682803.jpg" },
|
||||
{ id: "f3", title: "Didelės porcijos", author: "Mūsų standartas", description: "Sočių patiekalų garantija.", tags: ["sotumas"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bread-with-jam_23-2148971818.jpg" },
|
||||
]}
|
||||
title="Why people come back"
|
||||
description="We are refining every detail to earn your trust again."
|
||||
title="Kodėl žmonės sugrįžta"
|
||||
description="Tobuliname kiekvieną detalę, kad vėl užsitarnautume jūsų pasitikėjimą."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -147,21 +111,15 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "STREED CLASSIC", price: "6.50 €", variant: "The foundation.", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita_23-2148651102.jpg"},
|
||||
{
|
||||
id: "p2", name: "LOADED MEAT 🔥", price: "8.50 €", variant: "Extra meat, no fluff.", imageSrc: "http://img.b2bpic.net/free-photo/kebab-varieties-with-vegetables-inside-wooden-platter_114579-3157.jpg"},
|
||||
{
|
||||
id: "p3", name: "GARLIC SUPREME", price: "7.00 €", variant: "Creamy goodness.", imageSrc: "http://img.b2bpic.net/free-photo/lavash-cooked-drumsticks-pepper-plate-sauce-bowls-blue-surface_114579-55825.jpg"},
|
||||
{
|
||||
id: "p4", name: "BALANCE BOX", price: "7.50 €", variant: "Perfect ratio.", imageSrc: "http://img.b2bpic.net/free-photo/greek-meatballs-with-tzatziki-sauce_127032-3543.jpg"},
|
||||
{
|
||||
id: "p5", name: "VEGGIE DELIGHT", price: "6.00 €", variant: "Garden fresh.", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg"},
|
||||
{
|
||||
id: "p6", name: "SPICY KEBAB", price: "7.20 €", variant: "For the brave.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-composition_23-2149076099.jpg"},
|
||||
{ id: "p1", name: "STREED KLASIKA", price: "6.50 €", variant: "Mūsų pagrindas.", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-wrapped-thin-pita_23-2148651102.jpg" },
|
||||
{ id: "p2", name: "MĖSINGAS 🔥", price: "8.50 €", variant: "Daugiau mėsos, jokio blaškymosi.", imageSrc: "http://img.b2bpic.net/free-photo/kebab-varieties-with-vegetables-inside-wooden-platter_114579-3157.jpg" },
|
||||
{ id: "p3", name: "ČESNAKINIS", price: "7.00 €", variant: "Kremine palaima.", imageSrc: "http://img.b2bpic.net/free-photo/lavash-cooked-drumsticks-pepper-plate-sauce-bowls-blue-surface_114579-55825.jpg" },
|
||||
{ id: "p4", name: "BALANSO DĖŽUTĖ", price: "7.50 €", variant: "Tobulas santykis.", imageSrc: "http://img.b2bpic.net/free-photo/greek-meatballs-with-tzatziki-sauce_127032-3543.jpg" },
|
||||
{ id: "p5", name: "VEGETARIŠKAS", price: "6.00 €", variant: "Sodo šviežumas.", imageSrc: "http://img.b2bpic.net/free-photo/vegan-rice-paper-rolls-with-vegetables-sesam-served-plate-ready-eat_1220-6885.jpg" },
|
||||
{ id: "p6", name: "AŠTRUS KEBABAS", price: "7.20 €", variant: "Drąsiems.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-composition_23-2149076099.jpg" },
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="The classics, perfected again."
|
||||
title="Mūsų gatvės maisto meniu"
|
||||
description="Švieži, gardūs ir sotūs pasirinkimai kiekvienam."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,15 +129,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "100%", title: "Freshness", description: "Made daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-healthy-food_23-2148648556.jpg"},
|
||||
{
|
||||
id: "m2", value: "24h", title: "Marination", description: "Deep flavors.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg"},
|
||||
{
|
||||
id: "m3", value: "0", title: "Shortcuts", description: "Quality first.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595848.jpg"},
|
||||
{ id: "m1", value: "100%", title: "Šviežumas", description: "Kasdien šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-healthy-food_23-2148648556.jpg" },
|
||||
{ id: "m2", value: "24h", title: "Marinavimas", description: "Gilūs skoniai.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-making-kombucha_23-2149704030.jpg" },
|
||||
{ id: "m3", value: "0", title: "Kompromisai", description: "Kokybė pirmoje vietoje.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595848.jpg" },
|
||||
]}
|
||||
title="No shortcuts."
|
||||
description="Real cooking, real people."
|
||||
title="Jokių kompromisų."
|
||||
description="Tikras maistas, tikri žmonės."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,19 +144,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Tomas K.", handle: "@tomas", testimonial: "Kebabas grįžo į seną gerą formą!", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"},
|
||||
{
|
||||
id: "t2", name: "Gintarė J.", handle: "@gintare", testimonial: "Didelės porcijos, labai šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-eating-some-street-food_23-2148952870.jpg"},
|
||||
{
|
||||
id: "t3", name: "Mantas B.", handle: "@mantas", testimonial: "Geriausia vieta Kaune.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-he-is-happy-show-like-him-win-something_627829-13285.jpg"},
|
||||
{
|
||||
id: "t4", name: "Eglė M.", handle: "@egle", testimonial: "Tikrai pasitaisė, rekomenduoju.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-holding-index-fingers-cheeks-floral-blouse-black-skirt-looking-cheery-front-view_176474-52382.jpg"},
|
||||
{
|
||||
id: "t5", name: "Lukas V.", handle: "@lukas", testimonial: "Visada grįžtu čia pavalgyti.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22459.jpg"},
|
||||
{ id: "t1", name: "Tomas K.", handle: "@tomas", testimonial: "Kebabas grįžo į seną gerą formą!", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg" },
|
||||
{ id: "t2", name: "Gintarė J.", handle: "@gintare", testimonial: "Didelės porcijos, labai šviežia.", imageSrc: "http://img.b2bpic.net/free-photo/redhead-woman-eating-some-street-food_23-2148952870.jpg" },
|
||||
{ id: "t3", name: "Mantas B.", handle: "@mantas", testimonial: "Geriausia vieta Kaune.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-sitting-fast-food-cafe-eating-hamburger-read-morning-news-mobile-phone-he-is-happy-show-like-him-win-something_627829-13285.jpg" },
|
||||
{ id: "t4", name: "Eglė M.", handle: "@egle", testimonial: "Tikrai pasitaisė, rekomenduoju.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-holding-index-fingers-cheeks-floral-blouse-black-skirt-looking-cheery-front-view_176474-52382.jpg" },
|
||||
{ id: "t5", name: "Lukas V.", handle: "@lukas", testimonial: "Visada grįžtu čia pavalgyti.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22459.jpg" },
|
||||
]}
|
||||
title="What people say"
|
||||
description="We are working daily to deserve your love again."
|
||||
title="Ką sako žmonės"
|
||||
description="Kasdien dirbame, kad vėl nusipelnytume jūsų meilės."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,14 +159,12 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, through our local partners."},
|
||||
{
|
||||
id: "q2", title: "Are you open daily?", content: "Yes, 11:00 to 22:00."},
|
||||
{
|
||||
id: "q3", title: "Can I pre-order?", content: "Yes, call us directly."},
|
||||
{ id: "q1", title: "Ar pristatote maistą?", content: "Taip, per mūsų vietinius partnerius." },
|
||||
{ id: "q2", title: "Ar dirbate kasdien?", content: "Taip, nuo 11:00 iki 22:00." },
|
||||
{ id: "q3", title: "Ar galima užsisakyti iš anksto?", content: "Taip, skambinkite tiesiai mums." },
|
||||
]}
|
||||
sideTitle="Your Experience"
|
||||
sideTitle="Jūsų patirtis"
|
||||
buttons={[{ text: "Susisiekite dėl didmeninių užsakymų", href: "#contact" }]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -224,16 +172,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Find us. Taste it yourself."
|
||||
description="Visit us in the heart of Kaunas for a meal done right."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Aplankykite mus"
|
||||
title="Atraskite mus. Paragaukite patys."
|
||||
description="Aplankykite mus Kauno širdyje, kur maistas ruošiamas teisingai."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "#"},
|
||||
{
|
||||
text: "Call Now", href: "tel:+"},
|
||||
{ text: "Gauti nurodymus", href: "#" },
|
||||
{ text: "Skambinti dabar", href: "tel:+" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -242,26 +187,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="STREED FOOD"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Navigacija", items: [{ label: "Pradžia", href: "#hero" }, { label: "Meniu", href: "#menu" }] },
|
||||
{ title: "Teisinė informacija", items: [{ label: "Privatumo politika", href: "#" }, { label: "Taisyklės", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user