diff --git a/src/app/page.tsx b/src/app/page.tsx
index f771446..0084415 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,23 +29,18 @@ export default function LandingPage() {
@@ -53,98 +48,55 @@ export default function LandingPage() {
@@ -154,24 +106,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Une Heritage de ",
- },
+ type: "text", content: "Une Heritage de "},
{
- type: "image",
- src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/an-artisan-perfumer-holding-a-crystal-vi-1774794819110-5fbff5e3.png",
- alt: "About Heritage",
- },
+ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/an-artisan-perfumer-holding-a-crystal-vi-1774794819110-5fbff5e3.png", alt: "About Heritage"},
{
- type: "text",
- content: " Senteurs d'Exception",
- },
+ type: "text", content: " Senteurs d'Exception"},
]}
buttons={[
{
- text: "Découvrir notre histoire",
- href: "#",
- },
+ text: "Découvrir notre histoire", href: "#"},
]}
/>
@@ -184,29 +127,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Oud Royale Privé",
- price: "145.000 CFA",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-an-arabian-oud-perfume-bottl-1774794825713-7c05cf41.png",
- },
+ id: "p1", name: "Oud Royale Privé", price: "145.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-an-arabian-oud-perfume-bottl-1774794825713-7c05cf41.png"},
{
- id: "p2",
- name: "L'Essence de Paris",
- price: "120.000 CFA",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png?_wi=1",
- },
+ id: "p2", name: "L'Essence de Paris", price: "120.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png"},
{
- id: "p3",
- name: "Musc d'Orient",
- price: "95.000 CFA",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-luxury-floral-scent-perfum-1774794820753-2ffac8da.png",
- },
+ id: "p3", name: "Musc d'Orient", price: "95.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-luxury-floral-scent-perfum-1774794820753-2ffac8da.png"},
{
- id: "p4",
- name: "Signature Française",
- price: "165.000 CFA",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png?_wi=2",
- },
+ id: "p4", name: "Signature Française", price: "165.000 CFA", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BciMc0VHWYJCsnOlCtZZazIizP/close-up-of-a-premium-french-private-col-1774794819317-c0b4492b.png"},
]}
title="Nos Parfums Privés"
description="Une sélection rigoureuse des meilleures maisons arabes et françaises."
@@ -217,16 +144,13 @@ export default function LandingPage() {
@@ -238,12 +162,7 @@ export default function LandingPage() {
title="Reconnus par les Connaisseurs"
description="Nous collaborons avec des passionnés de parfumerie fine à travers le monde."
names={[
- "Fragrance Society",
- "Dakar Luxe Life",
- "Parfums d'Exception",
- "Heritage Scent Club",
- "Global Aroma Partners",
- ]}
+ "Fragrance Society", "Dakar Luxe Life", "Parfums d'Exception", "Heritage Scent Club", "Global Aroma Partners"]}
/>
@@ -251,13 +170,9 @@ export default function LandingPage() {