Update src/app/despre-noi/page.tsx
This commit is contained in:
@@ -27,31 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Acasă",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Acasă", id: "/"},
|
||||
{
|
||||
name: "Despre Noi",
|
||||
id: "about",
|
||||
href: "/despre-noi",
|
||||
},
|
||||
name: "Despre Noi", id: "/despre-noi"},
|
||||
{
|
||||
name: "Produse",
|
||||
id: "products",
|
||||
href: "/produse",
|
||||
},
|
||||
name: "Produse", id: "/produse"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Zebra Outlet"
|
||||
button={{
|
||||
text: "Sună Acum",
|
||||
href: "tel:0753030006",
|
||||
}}
|
||||
text: "Sună Acum", href: "tel:0753030006"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,21 +52,13 @@ export default function LandingPage() {
|
||||
tagIcon={BookOpen}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Peste 100 de branduri cunoscute",
|
||||
description: "O gamă largă de mărci populare la prețuri accesibile.",
|
||||
},
|
||||
title: "Peste 100 de branduri cunoscute", description: "O gamă largă de mărci populare la prețuri accesibile."},
|
||||
{
|
||||
title: "Reduceri de până la 70% zilnic",
|
||||
description: "Economisește semnificativ la fiecare achiziție.",
|
||||
},
|
||||
title: "Reduceri de până la 70% zilnic", description: "Economisește semnificativ la fiecare achiziție."},
|
||||
{
|
||||
title: "Colecții noi săptămânal",
|
||||
description: "Mereu găsești ceva nou și la modă pentru garderoba ta.",
|
||||
},
|
||||
title: "Colecții noi săptămânal", description: "Mereu găsești ceva nou și la modă pentru garderoba ta."},
|
||||
{
|
||||
title: "Experiență de shopping plăcută",
|
||||
description: "Un ambient modern și primitor, cu personal dedicat.",
|
||||
},
|
||||
title: "Experiență de shopping plăcută", description: "Un ambient modern și primitor, cu personal dedicat."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-defocused-background-clothing-store-boutique-20-percent-sale_627829-6429.jpg"
|
||||
imageAlt="Interior modern și primitor la Zebra Outlet"
|
||||
@@ -95,7 +73,7 @@ export default function LandingPage() {
|
||||
tag="Impact & Succes"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
id: "1", value: "5+", title: "Ani de Experiență", description: "De peste 5 ani aducem moda la prețuri accesibile."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -108,14 +86,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/zebraoutlet",
|
||||
ariaLabel: "Urmărește-ne pe Facebook",
|
||||
},
|
||||
href: "https://facebook.com/zebraoutlet", ariaLabel: "Urmărește-ne pe Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/zebraoutlet",
|
||||
ariaLabel: "Urmărește-ne pe Instagram",
|
||||
},
|
||||
href: "https://instagram.com/zebraoutlet", ariaLabel: "Urmărește-ne pe Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user