From 4c20494ef7ddc1a76f758236b66150e1072a42fa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:43:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d1c674..1e96c40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -252,8 +252,8 @@ export default function LandingPage() { { id: "faq-5", title: "What support is provided for event planning?", content: "Every event at Mouda Palace is assigned a dedicated Event Planner, who will guide you through every stage, from initial concept to execution. Our team provides comprehensive support to ensure a seamless and stress-free planning process."}, ]} - sideTitle="Your Questions, Our Expertise" - sideDescription="Find answers to frequently asked questions about booking, planning, and hosting events at Mouda Palace. Our comprehensive guide ensures clarity and confidence as you plan your grand occasion." + sideTitle="Your Questions, Elegantly Answered" + sideDescription="Unveiling the details of your bespoke experience at Mouda Palace. Our comprehensive FAQ ensures all your queries are addressed with utmost clarity and sophistication, guiding you through the journey of planning your grand occasion." buttons={[ { text: "Ask a Question", href: "#contact"}, @@ -267,8 +267,8 @@ export default function LandingPage() {
-- 2.49.1 From ef3be02270cd5ded68e52a1981441ddee0357ad9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:43:21 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..b7afc67 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000f06e6; - --primary-cta: #0a7039; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; + --primary-cta-text: #f5f4ef; + --secondary-cta: #ecebea; + --secondary-cta-text: #2a2928; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1