Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-14 15:18:19 +00:00

View File

@@ -30,20 +30,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Acasă",
id: "hero",
},
{
name: "Produse",
id: "products",
},
{
name: "Comandă",
id: "comanda",
},
{ name: "Acasă", id: "hero" },
{ name: "Produse", id: "products" },
{ name: "Comandă", id: "comanda" },
]}
brandName="Fructerie Ungheni"
button={{ text: "Contactează", href: "#comanda" }}
/>
</div>
@@ -51,35 +43,15 @@ export default function LandingPage() {
<HeroOverlay
title="Fructe Uscate & Nuci Naturale"
description="Gustări sănătoase, naturale, direct de la producător. Livrăm în Ungheni și împrejurimi cu dragoste."
buttons={[
{
text: "Vezi Produsele",
href: "#products",
},
]}
buttons={[{ text: "Vezi Produsele", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-corn-with-potatoes-tomatoes_23-2148622465.jpg"
imageAlt="Dried fruits and nuts assortment"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/winsome-caucasian-girl-eating-green-apple-indoor-portrait-smiling-carefree-woman-holding-phone_197531-9743.jpg",
alt: "Happy customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/excited-lady-gray-clothes-posing-with-apple-amazing-blonde-woman-enjoying-fruits-morning_197531-9741.jpg",
alt: "Happy customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/confident-young-man-wearing-beach-hat-looking-front-touching-hat-isolated-green-wall_141793-74251.jpg",
alt: "Happy customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-good-looking-bearded-gardener-spending-day-countryside-vegetable-garden-summer-morning-attractive-hispanic-man-smiling-holding-plant-hand_176420-19897.jpg",
alt: "Happy customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/handsome-smiling-young-handsome-bearded-wild-curly-hair-man-with-bright-blue-eyes-isolated-white-background-young-thinking-man-green-tshirt-white-background_549566-955.jpg",
alt: "Happy customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/winsome-caucasian-girl-eating-green-apple-indoor-portrait-smiling-carefree-woman-holding-phone_197531-9743.jpg", alt: "Happy customer 1" },
{ src: "http://img.b2bpic.net/free-photo/excited-lady-gray-clothes-posing-with-apple-amazing-blonde-woman-enjoying-fruits-morning_197531-9741.jpg", alt: "Happy customer 2" },
{ src: "http://img.b2bpic.net/free-photo/confident-young-man-wearing-beach-hat-looking-front-touching-hat-isolated-green-wall_141793-74251.jpg", alt: "Happy customer 3" },
{ src: "http://img.b2bpic.net/free-photo/young-good-looking-bearded-gardener-spending-day-countryside-vegetable-garden-summer-morning-attractive-hispanic-man-smiling-holding-plant-hand_176420-19897.jpg", alt: "Happy customer 4" },
{ src: "http://img.b2bpic.net/free-photo/handsome-smiling-young-handsome-bearded-wild-curly-hair-man-with-bright-blue-eyes-isolated-white-background-young-thinking-man-green-tshirt-white-background_549566-955.jpg", alt: "Happy customer 5" },
]}
avatarText="Peste 500+ clienți mulțumiți"
/>
@@ -92,48 +64,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Caise Uscate",
price: "50 MDL / 150g",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fruits-white-ceramic-plate_417767-140.jpg",
},
{
id: "p2",
name: "Prune Uscate",
price: "45 MDL / 200g",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/mulberries-wooden-spoon-side-view-light-wooden-background-free-space-your-text_176474-3720.jpg",
},
{
id: "p3",
name: "Mix Nuci & Fructe",
price: "65 MDL / 200g",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nuts-arrangement-wooden-table_23-2148693992.jpg",
},
{
id: "p4",
name: "Curmale Mari",
price: "60 MDL / 250g",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-apricots-bowl-with-dried-dates-wooden-background-with-copy-space_141793-8969.jpg",
},
{
id: "p5",
name: "Stafide Aurii",
price: "35 MDL / 150g",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-raisins-inside-black-form-light-blue-desk_140725-50653.jpg",
},
{
id: "p6",
name: "Migdale & Caju",
price: "70 MDL / 150g",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nutritious-food-texture_23-2148964870.jpg",
},
{ id: "p1", name: "Caise Uscate", price: "50 MDL / 150g", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/orange-fruits-white-ceramic-plate_417767-140.jpg" },
{ id: "p2", name: "Prune Uscate", price: "45 MDL / 200g", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/mulberries-wooden-spoon-side-view-light-wooden-background-free-space-your-text_176474-3720.jpg" },
{ id: "p3", name: "Mix Nuci & Fructe", price: "65 MDL / 200g", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nuts-arrangement-wooden-table_23-2148693992.jpg" },
{ id: "p4", name: "Curmale Mari", price: "60 MDL / 250g", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-apricots-bowl-with-dried-dates-wooden-background-with-copy-space_141793-8969.jpg" },
{ id: "p5", name: "Stafide Aurii", price: "35 MDL / 150g", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-raisins-inside-black-form-light-blue-desk_140725-50653.jpg" },
{ id: "p6", name: "Migdale & Caju", price: "70 MDL / 150g", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nutritious-food-texture_23-2148964870.jpg" },
]}
title="Produsele Noastre"
description="Gustări delicioase și pline de energie, selecționate cu grijă pentru tine."
@@ -156,33 +92,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Naturale",
items: [
"Fără adaos de zahăr",
"Fără conservanți",
],
},
{
id: "m2",
value: "500+",
title: "Clienți Fericiti",
items: [
"Recenzii pozitive",
"Clienți fideli",
],
},
{
id: "m3",
value: "24h",
title: "Livrări",
items: [
"În Ungheni și împrejurimi",
"Rapiditate",
],
},
{ id: "m1", value: "100%", title: "Naturale", items: ["Fără adaos de zahăr", "Fără conservanți"] },
{ id: "m2", value: "500+", title: "Clienți Fericiti", items: ["Recenzii pozitive", "Clienți fideli"] },
{ id: "m3", value: "24h", title: "Livrări", items: ["În Ungheni și împrejurimi", "Rapiditate"] },
]}
title="Calitate garantată"
description="Ne mândrim cu standardele noastre de selecție."
@@ -193,31 +105,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Ana Popescu",
imageSrc: "http://img.b2bpic.net/free-photo/people-communication-technology-leisure_273609-6610.jpg",
},
{
id: "t2",
name: "Ion Ionescu",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-outdoors_23-2151038689.jpg",
},
{
id: "t3",
name: "Maria Vasile",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg",
},
{
id: "t4",
name: "Elena Dumitru",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
},
{
id: "t5",
name: "Andrei Marin",
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-cucumber-slices-standing-kitchen-counter_23-2147917825.jpg",
},
{ id: "t1", name: "Ana Popescu", imageSrc: "http://img.b2bpic.net/free-photo/people-communication-technology-leisure_273609-6610.jpg" },
{ id: "t2", name: "Ion Ionescu", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-posing-outdoors_23-2151038689.jpg" },
{ id: "t3", name: "Maria Vasile", imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-woman-with-blonde-hair-enjoying-donuts-kitchen-home-villa_343596-308.jpg" },
{ id: "t4", name: "Elena Dumitru", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg" },
{ id: "t5", name: "Andrei Marin", imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-cucumber-slices-standing-kitchen-counter_23-2147917825.jpg" },
]}
cardTitle="Ce spun clienții noștri"
cardAnimation="slide-up"
@@ -230,21 +122,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Unde livrăm?",
content: "Livrăm în Ungheni și împrejurimi.",
},
{
id: "f2",
title: "Sunt produsele naturale?",
content: "Da, sunt 100% naturale, fără aditivi.",
},
{
id: "f3",
title: "Cum pot comanda?",
content: "Direct prin formularul de pe site sau Instagram.",
},
{ id: "f1", title: "Unde livrăm?", content: "Livrăm în Ungheni și împrejurimi." },
{ id: "f2", title: "Sunt produsele naturale?", content: "Da, sunt 100% naturale, fără aditivi." },
{ id: "f3", title: "Cum pot comanda?", content: "Direct prin formularul de pe site sau Instagram." },
]}
title="Întrebări Frecvente"
description="Tot ce trebuie să știi despre livrarea și calitatea produselor noastre."
@@ -255,9 +135,7 @@ export default function LandingPage() {
<div id="comanda" data-section="comanda">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Comandă Rapidă"
title="Trimite-ne un mesaj"
description="Alege produsele tale preferate și te contactăm în cel mai scurt timp pentru confirmare."
@@ -272,26 +150,10 @@ export default function LandingPage() {
logoText="Fructerie Ungheni"
columns={[
{
title: "Navigare",
items: [
{
label: "Acasă",
href: "#hero",
},
{
label: "Produse",
href: "#products",
},
],
title: "Navigare", items: [{ label: "Acasă", href: "#hero" }, { label: "Produse", href: "#products" }],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "https://www.instagram.com/fructerie_ungheni/",
},
],
title: "Social", items: [{ label: "Instagram", href: "https://www.instagram.com/fructerie_ungheni/" }],
},
]}
copyrightText="© 2025 Fructerie Ungheni. Toate drepturile rezervate."
@@ -300,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}