Merge version_1 into main #1
527
src/app/page.tsx
527
src/app/page.tsx
@@ -16,395 +16,166 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Acasă",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Produse",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Experiență",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "Despre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="LYA Gelateria"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Acasă", id: "hero" },
|
||||
{ name: "Produse", id: "products" },
|
||||
{ name: "Experiență", id: "experience" },
|
||||
{ name: "Despre", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LYA Gelateria"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="LYA Gelateria"
|
||||
description="Gelato care se simte, nu doar se gustă. Ingrediente atent alese, servire impecabilă și o experiență memorabilă în fiecare cupă."
|
||||
buttons={[
|
||||
{
|
||||
text: "Descoperă aromele",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-table_23-2148507983.jpg",
|
||||
imageAlt: "Gelato artizanal de fistic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-crunchy-peanut-butter_23-2150361178.jpg",
|
||||
imageAlt: "Textură cremoasă gelato",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chocolate-ice-cream_23-2148422077.jpg",
|
||||
imageAlt: "Ciocolată intensă",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-with-flowers-white_176474-4985.jpg",
|
||||
imageAlt: "Toppinguri naturale",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-walnuts-with-cinnamon-light-surface_179666-35270.jpg",
|
||||
imageAlt: "Conuri artizanale",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cherrie-ice-cream-scoop_23-2148425424.jpg",
|
||||
imageAlt: "Zmeură naturală",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="LYA Gelateria"
|
||||
description="Gelato care se simte, nu doar se gustă. Ingrediente atent alese, servire impecabilă și o experiență memorabilă în fiecare cupă."
|
||||
buttons={[{ text: "Descoperă aromele", href: "#products" }]}
|
||||
slides={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-table_23-2148507983.jpg", imageAlt: "Gelato artizanal de fistic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-crunchy-peanut-butter_23-2150361178.jpg", imageAlt: "Textură cremoasă gelato" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chocolate-ice-cream_23-2148422077.jpg", imageAlt: "Ciocolată intensă" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-ice-cream-with-flowers-white_176474-4985.jpg", imageAlt: "Toppinguri naturale" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-walnuts-with-cinnamon-light-surface_179666-35270.jpg", imageAlt: "Conuri artizanale" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-cherrie-ice-cream-scoop_23-2148425424.jpg", imageAlt: "Zmeură naturală" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Clasice",
|
||||
name: "Fistic Intens",
|
||||
price: "12 RON",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle-cone-chocolate-ice-cream_23-2148107754.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Clasice",
|
||||
name: "Ciocolată Belgiană",
|
||||
price: "12 RON",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-chocolate-ice-cream_23-2148421963.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Sezon",
|
||||
name: "Zmeură Proaspătă",
|
||||
price: "14 RON",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-eastern-desserts-table_93675-131736.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Clasice",
|
||||
name: "Vanilie de Bourbon",
|
||||
price: "12 RON",
|
||||
rating: 5,
|
||||
reviewCount: "87",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-white-cake-pops-white-wooden-table_181624-40555.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Signature",
|
||||
name: "Alună Coaptă",
|
||||
price: "15 RON",
|
||||
rating: 5,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert_74190-1409.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Signature",
|
||||
name: "Caramel Sărat",
|
||||
price: "15 RON",
|
||||
rating: 5,
|
||||
reviewCount: "71",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-chocolate-ice-cream_23-2151987206.jpg",
|
||||
},
|
||||
]}
|
||||
title="Aromele Noastre Signature"
|
||||
description="O selecție de gelato creată cu pasiune, folosind ingrediente naturale și tehnici tradiționale italiene."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Clasice", name: "Fistic Intens", price: "12 RON", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle-cone-chocolate-ice-cream_23-2148107754.jpg" },
|
||||
{ id: "2", brand: "Clasice", name: "Ciocolată Belgiană", price: "12 RON", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-chocolate-ice-cream_23-2148421963.jpg" },
|
||||
{ id: "3", brand: "Sezon", name: "Zmeură Proaspătă", price: "14 RON", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/traditional-eastern-desserts-table_93675-131736.jpg" },
|
||||
{ id: "4", brand: "Clasice", name: "Vanilie de Bourbon", price: "12 RON", rating: 5, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-white-cake-pops-white-wooden-table_181624-40555.jpg" },
|
||||
{ id: "5", brand: "Signature", name: "Alună Coaptă", price: "15 RON", rating: 5, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/dessert_74190-1409.jpg" },
|
||||
{ id: "6", brand: "Signature", name: "Caramel Sărat", price: "15 RON", rating: 5, reviewCount: "71", imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-chocolate-ice-cream_23-2151987206.jpg" }
|
||||
]}
|
||||
title="Aromele Noastre Signature"
|
||||
description="O selecție de gelato creată cu pasiune, folosind ingrediente naturale și tehnici tradiționale italiene."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Experiența LYA"
|
||||
tag="Excelență Garantată"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5.0",
|
||||
description: "Calitate Ingrediente",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5.0",
|
||||
description: "Servire Impecabilă",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Consistență",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="experience" data-section="experience">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Experiența LYA"
|
||||
tag="Excelență Garantată"
|
||||
metrics={[
|
||||
{ id: "m1", value: "5.0", description: "Calitate Ingrediente" },
|
||||
{ id: "m2", value: "5.0", description: "Servire Impecabilă" },
|
||||
{ id: "m3", value: "100%", description: "Consistență" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Povestea LYA",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-109645.jpg",
|
||||
alt: "Gelaterie premium",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Vizitează-ne",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Povestea LYA" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-109645.jpg", alt: "Gelaterie premium" }
|
||||
]}
|
||||
buttons={[{ text: "Vizitează-ne", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Andreea M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bogdan R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-putting-shaving-cream-his-beard-looking-straight-isolated-orange-background-with-copy-space_141793-88534.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-tasty-ice-cream_23-2150232369.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mihai D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-ice-cream_23-2149426769.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Ioana P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-smiling-curly-haired-woman-looks-away-thoughtfully-holds-cone-ice-cream-eats-frozen-dessert-holds-banana-near-ear-pretends-having-telephone-talk-being-good-mood-yellow-wall_273609-50042.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Ce spun clienții noștri"
|
||||
cardTag="Recenzii 5 stele"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Andreea M.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg" },
|
||||
{ id: "t2", name: "Bogdan R.", imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-putting-shaving-cream-his-beard-looking-straight-isolated-orange-background-with-copy-space_141793-88534.jpg" },
|
||||
{ id: "t3", name: "Elena S.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-tasty-ice-cream_23-2150232369.jpg" },
|
||||
{ id: "t4", name: "Mihai D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-ice-cream_23-2149426769.jpg" },
|
||||
{ id: "t5", name: "Ioana P.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-smiling-curly-haired-woman-looks-away-thoughtfully-holds-cone-ice-cream-eats-frozen-dessert-holds-banana-near-ear-pretends-having-telephone-talk-being-good-mood-yellow-wall_273609-50042.jpg" }
|
||||
]}
|
||||
cardTitle="Ce spun clienții noștri"
|
||||
cardTag="Recenzii 5 stele"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Ce ingrediente folosiți?",
|
||||
content: "Folosim doar lapte proaspăt, smântână de calitate și fructe de sezon naturale.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Aveți opțiuni vegane?",
|
||||
content: "Da, avem sorbeturi delicioase preparate cu fructe proaspete.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Unde vă găsim?",
|
||||
content: "Suntem locați în cadrul Galleria, te așteptăm cu drag!",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110728.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Întrebări Frecvente"
|
||||
description="Tot ce vrei să știi despre înghețata noastră."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Ce ingrediente folosiți?", content: "Folosim doar lapte proaspăt, smântână de calitate și fructe de sezon naturale." },
|
||||
{ id: "f2", title: "Aveți opțiuni vegane?", content: "Da, avem sorbeturi delicioase preparate cu fructe proaspete." },
|
||||
{ id: "f3", title: "Unde vă găsim?", content: "Suntem locați în cadrul Galleria, te așteptăm cu drag!" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/summer-dessert-ice-cream-ice-cream-with-coconut_185193-110728.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Întrebări Frecvente"
|
||||
description="Tot ce vrei să știi despre înghețata noastră."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="instagram" data-section="instagram">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Momente LYA"
|
||||
description="Urmărește-ne pe Instagram pentru noutăți și aromele zilei."
|
||||
blogs={[
|
||||
{
|
||||
id: "i1",
|
||||
category: "Insta",
|
||||
title: "Texturi fine",
|
||||
excerpt: "Finețe și calitate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-paint-mixed-with-soft-textured-creamy-foam-background_23-2148078897.jpg",
|
||||
authorName: "LYA",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-texture_23-2149450692.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
{
|
||||
id: "i2",
|
||||
category: "Insta",
|
||||
title: "Atmosferă",
|
||||
excerpt: "Locul unde te simți bine",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking_23-2148014989.jpg",
|
||||
authorName: "LYA",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
{
|
||||
id: "i3",
|
||||
category: "Insta",
|
||||
title: "Clipe împreună",
|
||||
excerpt: "Momente de neuitat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-eating-ice-cream-side-view_23-2149735845.jpg",
|
||||
authorName: "LYA",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144282.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
{
|
||||
id: "i4",
|
||||
category: "Insta",
|
||||
title: "Arome noi",
|
||||
excerpt: "Descoperă noutățile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg",
|
||||
authorName: "LYA",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618896.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
{
|
||||
id: "i5",
|
||||
category: "Insta",
|
||||
title: "Conuri proaspete",
|
||||
excerpt: "Crocant și gustos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wet-daisies-close-up_23-2148151446.jpg",
|
||||
authorName: "LYA",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/pouring-mix_23-2147958949.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
{
|
||||
id: "i6",
|
||||
category: "Insta",
|
||||
title: "Vitrina noastră",
|
||||
excerpt: "O selecție premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-green-cake-with-eclairs-recipe-book_114579-20812.jpg",
|
||||
authorName: "LYA",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/tasty-ice-cream-with-cookies_23-2149836045.jpg",
|
||||
date: "2024",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="instagram" data-section="instagram">
|
||||
<BlogCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Momente LYA"
|
||||
description="Urmărește-ne pe Instagram pentru noutăți și aromele zilei."
|
||||
blogs={[
|
||||
{ id: "i1", category: "Insta", title: "Texturi fine", excerpt: "Finețe și calitate", imageSrc: "http://img.b2bpic.net/free-photo/pink-paint-mixed-with-soft-textured-creamy-foam-background_23-2148078897.jpg", authorName: "LYA", authorAvatar: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-texture_23-2149450692.jpg", date: "2024" },
|
||||
{ id: "i2", category: "Insta", title: "Atmosferă", excerpt: "Locul unde te simți bine", imageSrc: "http://img.b2bpic.net/free-photo/friends-drinking_23-2148014989.jpg", authorName: "LYA", authorAvatar: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", date: "2024" },
|
||||
{ id: "i3", category: "Insta", title: "Clipe împreună", excerpt: "Momente de neuitat", imageSrc: "http://img.b2bpic.net/free-photo/women-eating-ice-cream-side-view_23-2149735845.jpg", authorName: "LYA", authorAvatar: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144282.jpg", date: "2024" },
|
||||
{ id: "i4", category: "Insta", title: "Arome noi", excerpt: "Descoperă noutățile", imageSrc: "http://img.b2bpic.net/free-photo/spoon-form-black-white-chocolates-side-view_141793-13070.jpg", authorName: "LYA", authorAvatar: "http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618896.jpg", date: "2024" },
|
||||
{ id: "i5", category: "Insta", title: "Conuri proaspete", excerpt: "Crocant și gustos", imageSrc: "http://img.b2bpic.net/free-photo/wet-daisies-close-up_23-2148151446.jpg", authorName: "LYA", authorAvatar: "http://img.b2bpic.net/free-photo/pouring-mix_23-2147958949.jpg", date: "2024" },
|
||||
{ id: "i6", category: "Insta", title: "Vitrina noastră", excerpt: "O selecție premium", imageSrc: "http://img.b2bpic.net/free-photo/slice-green-cake-with-eclairs-recipe-book_114579-20812.jpg", authorName: "LYA", authorAvatar: "http://img.b2bpic.net/free-photo/tasty-ice-cream-with-cookies_23-2149836045.jpg", date: "2024" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Vizitează-ne la Galleria"
|
||||
description="Te așteptăm să descoperi savoarea LYA în locația noastră premium."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastel-sweets-still-life_23-2151893838.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Vizitează-ne la Galleria"
|
||||
description="Te așteptăm să descoperi savoarea LYA în locația noastră premium."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pastel-sweets-still-life_23-2151893838.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "LYA Gelateria",
|
||||
items: [
|
||||
{
|
||||
label: "Galleria",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Program: 10:00 - 22:00",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Politica de Confidențialitate",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 LYA Gelateria. Toate drepturile rezervate."
|
||||
bottomRightText="Crafted with passion."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "LYA Gelateria", items: [{ label: "Galleria", href: "#" }, { label: "Program: 10:00 - 22:00", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Politica de Confidențialitate", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 LYA Gelateria. Toate drepturile rezervate."
|
||||
bottomRightText="Crafted with passion."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user