4 Commits

Author SHA1 Message Date
ef3be02270 Update src/app/styles/variables.css 2026-06-04 15:43:21 +00:00
4c20494ef7 Update src/app/page.tsx 2026-06-04 15:43:20 +00:00
311d1a1959 Merge version_1 into main
Merge version_1 into main
2026-06-04 15:40:45 +00:00
99d1fcb47c Merge version_1 into main
Merge version_1 into main
2026-06-04 15:39:54 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -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() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Begin Your Mouda Palace Journey"
description="Ready to discuss your vision? Our dedicated team is eager to assist you in planning an event that will be etched in memory forever. Submit your inquiry below, and we will contact you shortly for a personalized consultation."
title="Curate Your Unforgettable Event"
description="Connect with our dedicated team to begin crafting a bespoke experience that transcends expectations. We look forward to realizing your grand vision at Mouda Palace, ensuring every detail is perfected."
inputs={[
{
name: "name", type: "text", placeholder: "Your Full Name", required: true,
@@ -284,14 +284,14 @@ export default function LandingPage() {
"Wedding", "Corporate Gala", "Private Celebration", "Art Exhibition", "Conference", "Other"],
}}
textarea={{
name: "message", placeholder: "Tell us about your event...", rows: 5,
name: "message", placeholder: "Tell us about your event and vision...", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081855.jpg"
imageAlt="Luxury pen and notebook on a desk"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Submit Inquiry"
buttonText="Begin Your Journey"
/>
</div>

View File

@@ -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);