Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa49046424 |
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,90 +32,57 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Accueil",
|
name: "Accueil", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Collections",
|
name: "Collections", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Notre Histoire",
|
name: "Notre Histoire", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Ameria"
|
brandName="Ameria"
|
||||||
button={{
|
button={{
|
||||||
text: "Découvrir",
|
text: "Découvrir", href: "#products"}}
|
||||||
href: "#products",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="L'élégance de l'argent par Ameria"
|
title="L'élégance de l'argent par Ameria"
|
||||||
description="Découvrez notre collection exclusive d'accessoires en argent, alliant tradition algérienne et design moderne pour sublimer chaque instant."
|
description="Découvrez notre collection exclusive d'accessoires en argent certifié 925. Qualité, authenticité et design moderne pour sublimer chaque instant avec confiance."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Voir la boutique",
|
text: "Voir la boutique", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-accessory-pendant-beauty-white-glass_1400-25.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-accessory-pendant-beauty-white-glass_1400-25.jpg"
|
||||||
imageAlt="Bijoux en argent Ameria"
|
imageAlt="Bijoux en argent Ameria"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-decoration-with-gray-cloth-gray-textured-background-vertical_176474-4582.jpg",
|
src: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-decoration-with-gray-cloth-gray-textured-background-vertical_176474-4582.jpg", alt: "Client élégante"},
|
||||||
alt: "Client élégante",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/aesthetic-silver-earrings-top-view_23-2149846569.jpg",
|
src: "http://img.b2bpic.net/free-photo/aesthetic-silver-earrings-top-view_23-2149846569.jpg", alt: "Bague raffinée"},
|
||||||
alt: "Bague raffinée",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649170.jpg",
|
src: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649170.jpg", alt: "Boucles d'oreilles"},
|
||||||
alt: "Boucles d'oreilles",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186800.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186800.jpg", alt: "Artisanat d'argent"},
|
||||||
alt: "Artisanat d'argent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65234.jpg",
|
src: "http://img.b2bpic.net/free-photo/craftswoman-working-workshop_107420-65234.jpg", alt: "Collection moderne"},
|
||||||
alt: "Collection moderne",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Rejoignez plus de 500 passionnés"
|
avatarText="Rejoignez plus de 500 passionnés"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Argent 925 Certifié"},
|
||||||
text: "Argent 925 Certifié",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Livraison Rapide"},
|
||||||
text: "Livraison Rapide",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Design Unique"},
|
||||||
text: "Design Unique",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Qualité Garantie"},
|
||||||
text: "Qualité Garantie",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Service Client Dévoué"},
|
||||||
text: "Service Client Dévoué",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -125,9 +92,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Un héritage de finesse"
|
title="Un héritage de finesse"
|
||||||
description={[
|
description={[
|
||||||
"Chez Ameria, nous croyons que chaque bijou raconte une histoire. Notre passion pour l'argent sterling nous pousse à sélectionner des pièces uniques qui traversent le temps avec élégance.",
|
"Chez Ameria, nous croyons que chaque bijou raconte une histoire. Notre passion pour l'argent sterling nous pousse à sélectionner des pièces uniques qui traversent le temps avec élégance.", "Nous nous engageons à offrir à nos clients algériens une qualité irréprochable et un service personnalisé qui reflète la beauté et la richesse de notre culture."]}
|
||||||
"Nous nous engageons à offrir à nos clients algériens une qualité irréprochable et un service personnalisé qui reflète la beauté et la richesse de notre culture.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -138,23 +103,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Argent Sterling Pur",
|
title: "Argent Sterling Pur", description: "Des accessoires certifiés 925 pour une brillance durable et une qualité garantie.", imageSrc: "http://img.b2bpic.net/free-photo/metal-blind-texture_23-2148179861.jpg", imageAlt: "Argent pur"},
|
||||||
description: "Des accessoires certifiés 925 pour une brillance durable et une qualité garantie.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-blind-texture_23-2148179861.jpg",
|
|
||||||
imageAlt: "Argent pur",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Design Intemporel",
|
title: "Design Intemporel", description: "Un mélange parfait entre héritage culturel et tendances modernes du marché.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-water-waves-black-white-effect_23-2148358145.jpg", imageAlt: "Design"},
|
||||||
description: "Un mélange parfait entre héritage culturel et tendances modernes du marché.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-small-water-waves-black-white-effect_23-2148358145.jpg",
|
|
||||||
imageAlt: "Design",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Packaging Raffiné",
|
title: "Packaging Raffiné", description: "Chaque commande est emballée avec soin, idéale pour faire plaisir ou se faire plaisir.", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg", imageAlt: "Packaging"},
|
||||||
description: "Chaque commande est emballée avec soin, idéale pour faire plaisir ou se faire plaisir.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg",
|
|
||||||
imageAlt: "Packaging",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Pourquoi choisir Ameria?"
|
title="Pourquoi choisir Ameria?"
|
||||||
description="Nous mettons l'excellence au cœur de chaque accessoire que nous proposons."
|
description="Nous mettons l'excellence au cœur de chaque accessoire que nous proposons."
|
||||||
@@ -169,41 +122,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Collier Filigrane", price: "4500 DA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-posing-with-ukranian-shirt_23-2149318753.jpg"},
|
||||||
name: "Collier Filigrane",
|
|
||||||
price: "4500 DA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-posing-with-ukranian-shirt_23-2149318753.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Bague Tradition", price: "2900 DA", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-ring_181624-27773.jpg"},
|
||||||
name: "Bague Tradition",
|
|
||||||
price: "2900 DA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-beautiful-silver-ring_181624-27773.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Boucles d'oreilles Lune", price: "3500 DA", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg"},
|
||||||
name: "Boucles d'oreilles Lune",
|
|
||||||
price: "3500 DA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Bracelet Gravé", price: "5200 DA", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg"},
|
||||||
name: "Bracelet Gravé",
|
|
||||||
price: "5200 DA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-female-wearing-beautiful-silver-bracelet_181624-26319.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Broche Florale", price: "2200 DA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-silver-crowns-epiphany-day_23-2148731485.jpg"},
|
||||||
name: "Broche Florale",
|
|
||||||
price: "2200 DA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-three-silver-crowns-epiphany-day_23-2148731485.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Boutons de manchette", price: "6000 DA", imageSrc: "http://img.b2bpic.net/free-photo/grooms-morning-preparation_1328-1774.jpg"},
|
||||||
name: "Boutons de manchette",
|
|
||||||
price: "6000 DA",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/grooms-morning-preparation_1328-1774.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nos Collections"
|
title="Nos Collections"
|
||||||
description="Parcourez une sélection raffinée de bijoux et accessoires qui rehaussent votre style quotidien."
|
description="Parcourez une sélection raffinée de bijoux et accessoires qui rehaussent votre style quotidien."
|
||||||
@@ -217,26 +146,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "500+", title: "Clients Satisfaits", description: "Des passionnés de bijoux en argent.", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13938.jpg"},
|
||||||
value: "500+",
|
|
||||||
title: "Clients Satisfaits",
|
|
||||||
description: "Des passionnés de bijoux en argent.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13938.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "150+", title: "Pièces Uniques", description: "Une gamme diversifiée et exclusive.", imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-with-cloth_23-2151110405.jpg"},
|
||||||
value: "150+",
|
|
||||||
title: "Pièces Uniques",
|
|
||||||
description: "Une gamme diversifiée et exclusive.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-with-cloth_23-2151110405.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "48h", title: "Livraison Express", description: "Partout en Algérie.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-christmas-gifts-composition_23-2147921898.jpg"},
|
||||||
value: "48h",
|
|
||||||
title: "Livraison Express",
|
|
||||||
description: "Partout en Algérie.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-christmas-gifts-composition_23-2147921898.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Ameria en quelques chiffres"
|
title="Ameria en quelques chiffres"
|
||||||
description="La confiance de nos clients est notre plus grande réussite à travers tout le territoire national."
|
description="La confiance de nos clients est notre plus grande réussite à travers tout le territoire national."
|
||||||
@@ -250,40 +164,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Fatima Z.", role: "Cliente Fidèle", testimonial: "La qualité est incroyable, le service est rapide et le bijou est encore plus beau en vrai.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-holding-eyeglasses-while-smiling-gray-background_114579-60199.jpg"},
|
||||||
name: "Fatima Z.",
|
|
||||||
role: "Cliente Fidèle",
|
|
||||||
testimonial: "La qualité est incroyable, le service est rapide et le bijou est encore plus beau en vrai.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-holding-eyeglasses-while-smiling-gray-background_114579-60199.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Nadia K.", role: "Passionnée de mode", testimonial: "Ameria propose des designs uniques qu'on ne trouve nulle part ailleurs à Alger.", imageSrc: "http://img.b2bpic.net/free-photo/goth-student-attending-school_23-2150576825.jpg"},
|
||||||
name: "Nadia K.",
|
|
||||||
role: "Passionnée de mode",
|
|
||||||
testimonial: "Ameria propose des designs uniques qu'on ne trouve nulle part ailleurs à Alger.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/goth-student-attending-school_23-2150576825.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Samira B.", role: "Cliente habituée", testimonial: "Très satisfaite de mon achat, l'emballage est superbe, c'est idéal pour offrir en cadeau.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_23-2148204746.jpg"},
|
||||||
name: "Samira B.",
|
|
||||||
role: "Cliente habituée",
|
|
||||||
testimonial: "Très satisfaite de mon achat, l'emballage est superbe, c'est idéal pour offrir en cadeau.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_23-2148204746.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Leila R.", role: "Inspirée", testimonial: "Une boutique magnifique et un professionnalisme exemplaire dans le service client.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-african-student-glasses-sitting-bench-with-laptop-outdoor-photo-mulatto-male-freelancer-black-attire-working-with-computer_197531-21886.jpg"},
|
||||||
name: "Leila R.",
|
|
||||||
role: "Inspirée",
|
|
||||||
testimonial: "Une boutique magnifique et un professionnalisme exemplaire dans le service client.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-african-student-glasses-sitting-bench-with-laptop-outdoor-photo-mulatto-male-freelancer-black-attire-working-with-computer_197531-21886.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Amel M.", role: "Cliente régulière", testimonial: "Je commande régulièrement chez Ameria, je n'ai jamais été déçue par la brillance de l'argent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg"},
|
||||||
name: "Amel M.",
|
|
||||||
role: "Cliente régulière",
|
|
||||||
testimonial: "Je commande régulièrement chez Ameria, je n'ai jamais été déçue par la brillance de l'argent.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-462.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Ce que nos clientes disent"
|
title="Ce que nos clientes disent"
|
||||||
description="Des témoignages de satisfaction de notre communauté à travers l'Algérie."
|
description="Des témoignages de satisfaction de notre communauté à travers l'Algérie."
|
||||||
@@ -296,20 +185,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Quels sont les délais de livraison?", content: "Nous livrons partout en Algérie sous 24 à 48 heures ouvrables après confirmation de la commande."},
|
||||||
title: "Quels sont les délais de livraison?",
|
|
||||||
content: "Nous livrons partout en Algérie sous 24 à 48 heures ouvrables après confirmation de la commande.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Les bijoux sont-ils garantis?", content: "Oui, tous nos accessoires sont en argent sterling 925 authentique."},
|
||||||
title: "Les bijoux sont-ils garantis?",
|
|
||||||
content: "Oui, tous nos accessoires sont en argent sterling 925 authentique.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Puis-je retourner un article?", content: "Vous avez un délai de 7 jours après réception pour demander un échange ou un remboursement."},
|
||||||
title: "Puis-je retourner un article?",
|
|
||||||
content: "Vous avez un délai de 7 jours après réception pour demander un échange ou un remboursement.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Questions Fréquentes"
|
title="Questions Fréquentes"
|
||||||
description="Tout ce que vous devez savoir sur Ameria et nos services de livraison."
|
description="Tout ce que vous devez savoir sur Ameria et nos services de livraison."
|
||||||
@@ -321,14 +201,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
text="Prête à trouver votre prochain accessoire favori ? Contactez notre équipe via WhatsApp ou sur nos réseaux sociaux pour toute demande d'information."
|
text="Prête à trouver votre prochain accessoire favori ? Contactez notre équipe via WhatsApp ou sur nos réseaux sociaux pour toute demande d'information."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contacter WhatsApp",
|
text: "Contacter WhatsApp", href: "https://wa.me/213555000000"},
|
||||||
href: "https://wa.me/213555000000",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -337,29 +214,19 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Boutique",
|
title: "Boutique", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Nouveautés",
|
label: "Nouveautés", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Promotions",
|
label: "Promotions", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Livraison",
|
label: "Livraison", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user