Merge version_1 into main #2
204
src/app/page.tsx
204
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "products",
|
||||
},
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
]}
|
||||
brandName="Traian Store"
|
||||
/>
|
||||
@@ -55,69 +47,37 @@ export default function LandingPage() {
|
||||
description="Redefinim experiența de shopping luxury. Recomandat cu cea mai mare plăcere pentru seriozitate, ambalare impecabilă și produse de calitate superioară."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena M.",
|
||||
handle: "@elena_fashion",
|
||||
testimonial: "Produse impecabile, livrare rapidă! Sunt fan fidel Traian Store.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg?_wi=1",
|
||||
},
|
||||
name: "Elena M.", handle: "@elena_fashion", testimonial: "Produse impecabile, livrare rapidă! Sunt fan fidel Traian Store.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg"},
|
||||
{
|
||||
name: "Andrei S.",
|
||||
handle: "@andrei_style",
|
||||
testimonial: "Seriozitate maximă. Recomand cu toată încrederea.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg?_wi=1",
|
||||
},
|
||||
name: "Andrei S.", handle: "@andrei_style", testimonial: "Seriozitate maximă. Recomand cu toată încrederea.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg"},
|
||||
{
|
||||
name: "Maria C.",
|
||||
handle: "@maria_resale",
|
||||
testimonial: "Ambalare de nota 10+. Produsele arată exact ca în poze.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1",
|
||||
},
|
||||
name: "Maria C.", handle: "@maria_resale", testimonial: "Ambalare de nota 10+. Produsele arată exact ca în poze.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
|
||||
{
|
||||
name: "Ionut P.",
|
||||
handle: "@ionut_premium",
|
||||
testimonial: "Totul a ajuns la timp și în stare perfectă. Excelent.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg?_wi=1",
|
||||
},
|
||||
name: "Ionut P.", handle: "@ionut_premium", testimonial: "Totul a ajuns la timp și în stare perfectă. Excelent.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg"},
|
||||
{
|
||||
name: "Dana V.",
|
||||
handle: "@dana_luxury",
|
||||
testimonial: "Cea mai bună experiență de cumpărături pe Vinted.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-sale-tag-hand-pointing-finger-shopping-bags_23-2147968432.jpg?_wi=1",
|
||||
},
|
||||
name: "Dana V.", handle: "@dana_luxury", testimonial: "Cea mai bună experiență de cumpărături pe Vinted.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-sale-tag-hand-pointing-finger-shopping-bags_23-2147968432.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Vezi Colecții",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Vezi Colecții", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dried-leaves-plate_23-2147811212.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg",
|
||||
alt: "Clienta 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg", alt: "Clienta 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
alt: "Clienta 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg", alt: "Clienta 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-sale-tag-hand-pointing-finger-shopping-bags_23-2147968432.jpg",
|
||||
alt: "Clienta 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-sale-tag-hand-pointing-finger-shopping-bags_23-2147968432.jpg", alt: "Clienta 3"},
|
||||
]}
|
||||
avatarText="Peste 500+ clienți mulțumiți"
|
||||
/>
|
||||
@@ -131,20 +91,14 @@ export default function LandingPage() {
|
||||
description="La Traian Store, fiecare articol trece printr-un proces riguros de verificare pentru a vă asigura că primiți doar piese autentice și în stare perfectă."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Autenticitate Garantată",
|
||||
description: "Verificăm minuțios fiecare piesă.",
|
||||
},
|
||||
title: "Autenticitate Garantată", description: "Verificăm minuțios fiecare piesă."},
|
||||
{
|
||||
title: "Expediere Rapidă",
|
||||
description: "Livrare promptă oriunde în țară.",
|
||||
},
|
||||
title: "Expediere Rapidă", description: "Livrare promptă oriunde în țară."},
|
||||
{
|
||||
title: "Reputație de 5 Stele",
|
||||
description: "Clienți mulțumiți pe toate platformele.",
|
||||
},
|
||||
title: "Reputație de 5 Stele", description: "Clienți mulțumiți pe toate platformele."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-lady-drinking-coffee-her-office_197531-24046.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-lady-drinking-coffee-her-office_197531-24046.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -153,43 +107,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Geantă Designer",
|
||||
price: "450 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-bow-tie-wallet-wooden-background-watch-sunglasses-bag-hat-shoes-wood-table_1921-89.jpg",
|
||||
},
|
||||
id: "p1", name: "Geantă Designer", price: "450 RON", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-bow-tie-wallet-wooden-background-watch-sunglasses-bag-hat-shoes-wood-table_1921-89.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sacou Elegant",
|
||||
price: "320 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-drinking-coffee-her-office_197531-24046.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Sacou Elegant", price: "320 RON", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-drinking-coffee-her-office_197531-24046.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Colier Minimalist",
|
||||
price: "180 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-necklace-with-skull-like-charm-white-background_181624-6662.jpg",
|
||||
},
|
||||
id: "p3", name: "Colier Minimalist", price: "180 RON", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-necklace-with-skull-like-charm-white-background_181624-6662.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pantofi Luxury",
|
||||
price: "390 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166141.jpg",
|
||||
},
|
||||
id: "p4", name: "Pantofi Luxury", price: "390 RON", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-s-legs-with-stylish-high-heels-pantyhose_23-2150166141.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Eșarfă Matase",
|
||||
price: "150 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg",
|
||||
},
|
||||
id: "p5", name: "Eșarfă Matase", price: "150 RON", imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Curea Piele",
|
||||
price: "120 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837281.jpg",
|
||||
},
|
||||
id: "p6", name: "Curea Piele", price: "120 RON", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-collection_23-2148837281.jpg"},
|
||||
]}
|
||||
title="Selecția Nostră"
|
||||
description="Descoperă cele mai noi piese vestimentare și accesorii verificate."
|
||||
@@ -200,42 +131,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena M.",
|
||||
role: "Client",
|
||||
testimonial: "Produse impecabile, livrare rapidă! Sunt fan fidel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", name: "Elena M.", role: "Client", testimonial: "Produse impecabile, livrare rapidă! Sunt fan fidel.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-woman-with-red-cap-looking-camera_23-2148187405.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Andrei S.",
|
||||
role: "Client",
|
||||
testimonial: "Seriozitate maximă. Recomand cu toată încrederea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg?_wi=2",
|
||||
},
|
||||
id: "t2", name: "Andrei S.", role: "Client", testimonial: "Seriozitate maximă. Recomand cu toată încrederea.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-121002.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria C.",
|
||||
role: "Client",
|
||||
testimonial: "Ambalare de nota 10+. Produsele arată exact ca în poze.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=2",
|
||||
},
|
||||
id: "t3", name: "Maria C.", role: "Client", testimonial: "Ambalare de nota 10+. Produsele arată exact ca în poze.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ionut P.",
|
||||
role: "Client",
|
||||
testimonial: "Totul a ajuns la timp și în stare perfectă. Excelent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg?_wi=2",
|
||||
},
|
||||
id: "t4", name: "Ionut P.", role: "Client", testimonial: "Totul a ajuns la timp și în stare perfectă. Excelent.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149304143.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dana V.",
|
||||
role: "Client",
|
||||
testimonial: "Cea mai bună experiență de cumpărături pe Vinted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-sale-tag-hand-pointing-finger-shopping-bags_23-2147968432.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Dana V.", role: "Client", testimonial: "Cea mai bună experiență de cumpărături pe Vinted.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-sale-tag-hand-pointing-finger-shopping-bags_23-2147968432.jpg"},
|
||||
]}
|
||||
title="Ce Spun Clienții"
|
||||
description="Comunitatea noastră confirmă calitatea și seriozitatea Traian Store."
|
||||
@@ -247,20 +154,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Cum pot plasa o comandă?",
|
||||
content: "Ne poți contacta direct prin mesaj pe platformele noastre sau pe Vinted.",
|
||||
},
|
||||
id: "q1", title: "Cum pot plasa o comandă?", content: "Ne poți contacta direct prin mesaj pe platformele noastre sau pe Vinted."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Care sunt metodele de livrare?",
|
||||
content: "Expediem prin curierat rapid în toată țara, cu verificare la livrare.",
|
||||
},
|
||||
id: "q2", title: "Care sunt metodele de livrare?", content: "Expediem prin curierat rapid în toată țara, cu verificare la livrare."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Produsele sunt originale?",
|
||||
content: "Da, toate articolele comercializate sub Traian Store sunt verificate pentru autenticitate.",
|
||||
},
|
||||
id: "q3", title: "Produsele sunt originale?", content: "Da, toate articolele comercializate sub Traian Store sunt verificate pentru autenticitate."},
|
||||
]}
|
||||
sideTitle="Întrebări Frecvente"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -272,29 +170,19 @@ export default function LandingPage() {
|
||||
logoText="Traian Store"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigare",
|
||||
items: [
|
||||
title: "Navigare", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "Despre Noi",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Despre Noi", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Suport",
|
||||
items: [
|
||||
title: "Suport", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "Contact", href: "#faq"},
|
||||
{
|
||||
label: "Vinted",
|
||||
href: "https://vinted.com",
|
||||
},
|
||||
label: "Vinted", href: "https://vinted.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user