From a2d132930e018cbf50c46018aa459eb34d6afe0c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 10:21:26 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0543811..c0a1fd5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,24 +27,21 @@ export default function ContactPage() { const footerColumns = [ { - title: "Restaurant", - items: [ + title: "Restaurant", items: [ { label: "About Us", href: "/about" }, { label: "Menu", href: "/menu" }, { label: "Gallery", href: "#gallery" }, ], }, { - title: "Experience", - items: [ + title: "Experience", items: [ { label: "Live Music", href: "#experience" }, { label: "Ramadan Ftoor", href: "#ftoor" }, { label: "Reservations", href: "/contact" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call Us", href: "tel:+212-XXX-XXX-XXX" }, { label: "Get Directions", href: "https://maps.google.com" }, { label: "Email", href: "mailto:info@ellyscasablanca.com" }, @@ -59,7 +56,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -80,7 +77,7 @@ export default function ContactPage() { text="Get in Touch with Ellys Casablanca. Call us now to make a reservation or ask about our special events and Ramadan offerings." animationType="entrance-slide" buttons={contactButtons} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} ariaLabel="Contact information section" /> @@ -91,7 +88,7 @@ export default function ContactPage() { text="Located in the Heart of Casablanca. Visit us for an unforgettable dining experience with great food, live music, and warm hospitality." animationType="entrance-slide" buttons={directionsButtons} - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} ariaLabel="Location and directions section" /> @@ -99,7 +96,7 @@ export default function ContactPage() {