diff --git a/src/app/page.tsx b/src/app/page.tsx
index abc97fb..dd8fcd0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterSimple from '@/components/sections/footer/FooterSimple';
-import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI';
+import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -41,17 +41,14 @@ export default function LandingPage() {
-
@@ -68,6 +65,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-18639.jpg?_wi=2"
mediaAnimation="slide-up"
+ useInvertedBackground={false}
/>
@@ -80,15 +78,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" }]
}
]}