From 76a7aad64a09a5f8da7184c88aedc430d41b376f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:13:43 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) 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() { Date: Mon, 9 Mar 2026 11:13:44 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 72 +++++++++++----------------------------- 1 file changed, 20 insertions(+), 52 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6cb8dfc..544f900 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -21,7 +21,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -41,18 +41,13 @@ export default function ContactPage() { text="Ready to bring Moroccan authenticity into your home? Contact us today for inquiries, custom orders, or to plan your visit to our shop in the Marrakech Medina." animationType="entrance-slide" background={{ - variant: "grid", - }} + variant: "plain"}} useInvertedBackground={false} buttons={[ { - text: "Call Now: +212 5 24 42 64 10", - href: "tel:+212524426410", - }, + text: "Call Now: +212 5 24 42 64 10", href: "tel:+212524426410"}, { - text: "Chat on WhatsApp", - href: "https://wa.me/212524426410", - }, + text: "Chat on WhatsApp", href: "https://wa.me/212524426410"}, ]} /> @@ -147,70 +142,43 @@ export default function ContactPage() {