diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ce6831..bdd1927 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,6 @@ export default function LandingPage() { ]} autoPlay={true} autoPlayInterval={5000} - useInvertedBackground={false} ariaLabel="Hero section showcasing elegant abayas" /> @@ -70,11 +69,9 @@ export default function LandingPage() { { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ycj74", alt: "Golden Arabic calligraphy icon" }, { type: "text", content: " Elegance" } ]} + description="Tecdure celebrates the timeless elegance of Arabic modest wear, redefining abayas with a touch of modern luxury. Each piece is a testament to exquisite craftsmanship, premium fabrics, and designs that blend tradition with contemporary sophistication. Our collections are crafted for the discerning woman who seeks grace, comfort, and unparalleled style in every garment." useInvertedBackground={true} ariaLabel="About Tecdure brand" - content={{ - description: "Tecdure celebrates the timeless elegance of Arabic modest wear, redefining abayas with a touch of modern luxury. Each piece is a testament to exquisite craftsmanship, premium fabrics, and designs that blend tradition with contemporary sophistication. Our collections are crafted for the discerning woman who seeks grace, comfort, and unparalleled style in every garment." - }} />
@@ -187,7 +184,6 @@ export default function LandingPage() { { title: "Support", items: [{ label: "FAQs", href: "#faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } ]} copyrightText="© 2024 Tecdure. All rights reserved." - useInvertedBackground={false} />