Merge version_4 into main #10

Merged
bender merged 1 commits from version_4 into main 2026-05-01 07:07:58 +00:00

View File

@@ -55,7 +55,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="About Dare to Dream"
description="At Dare to Dream Events, we believe every occasion is an opportunity to craft a story. Based in Cape Town, our team is passionate about transforming visions into breathtaking, unforgettable realities with meticulous care."
bulletPoints={[
@@ -78,15 +77,15 @@ export default function LandingPage() {
description="Premium planning and styling packages for every special milestone."
plans={[
{
id: "p1", name: "Essentials", price: "R 5,000", features: ["Basic Event Planning", "Styling Consultation", "Vendor Referrals"],
id: "p1", name: "Essentials", price: "R 5,000", features: ["Basic Event Planning", "Styling Consultation", "Vendor Referrals"],
buttons: [{ text: "Book Now", href: "#contact" }]
},
{
id: "p2", name: "Luxury", price: "R 12,000", features: ["Full Event Planning", "Bespoke Styling", "On-site Coordination", "Design Mockups"],
id: "p2", name: "Luxury", price: "R 12,000", features: ["Full Event Planning", "Bespoke Styling", "On-site Coordination", "Design Mockups"],
buttons: [{ text: "Book Now", href: "#contact" }]
},
{
id: "p3", name: "Premium", price: "R 25,000", features: ["Complete Event Management", "Exclusive Design", "VIP Support", "Vendor Management"],
id: "p3", name: "Premium", price: "R 25,000", features: ["Complete Event Management", "Exclusive Design", "VIP Support", "Vendor Management"],
buttons: [{ text: "Book Now", href: "#contact" }]
}
]}