diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 98d9ac9..ef7cc83 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -11,8 +11,7 @@ import Link from "next/link"; export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Moroccan Rugs", href: "/" }, { label: "Handmade Textiles", href: "/" }, { label: "Traditional Crafts", href: "/" }, @@ -20,8 +19,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Gallery", href: "/" }, @@ -29,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +212 5 24 42 64 10", href: "tel:+212524426410" }, { label: "WhatsApp", href: "https://wa.me/212524426410" }, { label: "Visit Us", href: "https://maps.google.com/?q=44+Souk+Semmarine+Marrakech+40000" }, @@ -46,7 +43,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -89,13 +86,7 @@ export default function AboutPage() { description="We work directly with master weavers and craftspeople throughout Morocco to bring you genuine, handmade pieces." tag="Artisan Collective" names={[ - "Berber Weaver Collective", - "Traditional Textile Guild", - "Marrakech Master Artisans", - "Atlas Mountain Craftspeople", - "Heritage Preservation Society", - "Souk Semmarine Cooperative", - ]} + "Berber Weaver Collective", "Traditional Textile Guild", "Marrakech Master Artisans", "Atlas Mountain Craftspeople", "Heritage Preservation Society", "Souk Semmarine Cooperative"]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -108,7 +99,7 @@ export default function AboutPage() { @@ -147,70 +142,43 @@ export default function ContactPage() {