diff --git a/src/app/page.tsx b/src/app/page.tsx
index f5de330..24113f5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,47 +50,26 @@ export default function LandingPage() {
@@ -110,10 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="De ce să alegi SportElite?"
description={[
- "Descoperi universul brandurilor sportive de top, unde performanța se îmbină cu stilul și inovația.",
- "Fiecare produs este creat pentru a oferi confort, durabilitate și un design modern, potrivit atât pentru antrenamente intense, cât și pentru ținute casual de zi cu zi.",
- "Nike impresionează prin tehnologie, Adidas prin echilibru între tradiție și modern, iar Puma prin dinamism.",
- ]}
+ "Descoperi universul brandurilor sportive de top, unde performanța se îmbină cu stilul și inovația.", "Fiecare produs este creat pentru a oferi confort, durabilitate și un design modern, potrivit atât pentru antrenamente intense, cât și pentru ținute casual de zi cu zi.", "Nike impresionează prin tehnologie, Adidas prin echilibru între tradiție și modern, iar Puma prin dinamism."]}
/>
@@ -125,47 +91,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Nike Air Performance",
- price: "650 RON",
- variant: "Nike",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-colorful-trainers_23-2148000149.jpg",
- },
+ id: "1", name: "Nike Air Performance", price: "650 RON", variant: "Nike", imageSrc: "http://img.b2bpic.net/free-photo/modern-sport-composition-with-colorful-trainers_23-2148000149.jpg"},
{
- id: "2",
- name: "Adidas Urban Soul",
- price: "520 RON",
- variant: "Adidas",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-doing-sport_23-2147995879.jpg",
- },
+ id: "2", name: "Adidas Urban Soul", price: "520 RON", variant: "Adidas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-doing-sport_23-2147995879.jpg"},
{
- id: "3",
- name: "Puma Dynamic Trainer",
- price: "480 RON",
- variant: "Puma",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669764.jpg",
- },
+ id: "3", name: "Puma Dynamic Trainer", price: "480 RON", variant: "Puma", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-shopping-buying-consumer-goods_23-2151669764.jpg"},
{
- id: "4",
- name: "Performance Tech Jacket",
- price: "850 RON",
- variant: "Adidas",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-woman-jogging_329181-16713.jpg",
- },
+ id: "4", name: "Performance Tech Jacket", price: "850 RON", variant: "Adidas", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-woman-jogging_329181-16713.jpg"},
{
- id: "5",
- name: "Active Run Shorts",
- price: "290 RON",
- variant: "Nike",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-carrying-paddleboard_23-2149105074.jpg",
- },
+ id: "5", name: "Active Run Shorts", price: "290 RON", variant: "Nike", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-carrying-paddleboard_23-2149105074.jpg"},
{
- id: "6",
- name: "Gym Sport Bag",
- price: "350 RON",
- variant: "Puma",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-sportswoman-with-belt-waist_1098-17264.jpg",
- },
+ id: "6", name: "Gym Sport Bag", price: "350 RON", variant: "Puma", imageSrc: "http://img.b2bpic.net/free-photo/crop-sportswoman-with-belt-waist_1098-17264.jpg"},
]}
title="Produse Premium"
description="Selecția noastră de încălțăminte și îmbrăcăminte tehnică răspunde celor mai exigente cerințe."
@@ -176,22 +112,17 @@ export default function LandingPage() {
@@ -331,37 +210,23 @@ export default function LandingPage() {