# RC-002
## Landing Page Product Experience

You are improving the public landing page of the INVEETAIRE platform.

This is a UI/UX refinement.

This is NOT feature development.

Do NOT modify authentication.

Do NOT modify routing.

Do NOT modify business modules.

Do NOT modify application architecture.

The objective is to transform the current landing page into a modern SaaS product landing page.

---

Current Environment

Development

http://localhost/inveetaire/

Production

https://inveetaire.com/

Maintain BASE_PATH compatibility.

Use existing url() helpers.

Never hardcode localhost.

---

Product Positioning

INVEETAIRE is NOT merely a digital invitation website.

INVEETAIRE is a complete Digital Wedding Management Platform.

Digital invitations are only one part of the platform.

The platform also manages:

• Guest Management

• RSVP

• Wishes

• WhatsApp Invitation

• QR Check-In

• Attendance Dashboard

• Wedding Operations

The landing page must communicate this value immediately.

---

Design Direction

Modern SaaS.

Clean.

Elegant.

Premium.

Minimal.

White space.

Rounded cards.

Soft shadows.

Professional typography.

Responsive.

Fast loading.

Tailwind CSS only.

No animation libraries.

---

Page Structure

1.

Sticky Navbar

Logo

Home

Features

Packages

Contact

Right side:

Couple Login

Admin

Transparent at top.

Solid background after scrolling.

---

2.

Hero Section

Headline:

Modern Wedding Management Platform

Subheadline:

Create beautiful digital invitations, manage guests, collect RSVP, send personalized invitations, perform QR Check-In, and monitor your wedding day — all in one platform.

Primary CTA

Start Your Wedding

↓

/couple

Secondary CTA

View Packages

↓

Packages Section

Right side:

Use a beautiful application mockup.

Prefer using actual screenshots/placeholders of the platform rather than generic illustrations.

---

3.

Why INVEETAIRE

Short introduction.

Explain that Inveetaire is designed to simplify wedding operations from invitation creation until the wedding day.

Show three highlight cards.

Example:

Digital Invitation

Guest Management

Wedding Operations

---

4.

Features

Grid layout.

Six feature cards.

Examples:

Digital Invitation

Guest Import

RSVP & Wishes

WhatsApp Personalization

QR Check-In

Attendance Dashboard

Each card contains:

Icon

Title

Short description

---

5.

Packages

Create three pricing cards.

Starter

Professional

Enterprise

This is presentation only.

No checkout.

No payment.

Each package contains a feature comparison.

Highlight the middle package.

Buttons:

Contact Sales

---

6.

Call To Action

Large section.

Headline:

Ready to simplify your wedding?

Button:

Create Your Wedding

↓

/couple

---

7.

Footer

Company name

Quick Links

Features

Packages

Contact

Couple Login

Admin Login

Copyright

---

Implementation

Reuse existing LandingController.

Reuse existing routing.

Do NOT change authentication.

Do NOT create new portals.

Do NOT create CMS.

Do NOT create pricing management.

Static content is acceptable.

---

Assets

Reuse existing Tailwind.

Reuse existing layout if appropriate.

All URLs must use helper functions.

No broken assets.

---

Constraints

Do NOT

Implement payment

Implement registration

Implement checkout

Implement WhatsApp API

Implement blog

Implement testimonials

Implement FAQ

Implement documentation

Implement dark mode

Implement language switching

Implement animation libraries

Implement SEO changes

This patch is visual only.

---

Verification

Verify:

Responsive layout.

Navbar.

Hero.

Features.

Packages.

CTA.

Footer.

All buttons navigate correctly.

No broken CSS.

No broken JavaScript.

No console errors.

BASE_PATH compatibility.

localhost/inveetaire compatibility.

Production compatibility.

PHP syntax passes.

---

Acceptance Criteria

PASS only if:

Landing page feels like a modern SaaS product.

Product positioning is clear.

Platform capabilities are communicated.

Navigation works.

Authentication remains unchanged.

No business logic changes.

PHP syntax passes.

---

Output

Provide:

1. Files modified.

2. New landing page structure.

3. UI improvements.

4. Navigation verification.

5. Responsive verification.

6. Acceptance checklist.

7. PHP syntax results.

Stop after implementation.

Wait for Human Approval.