Merge version_4 into main #9
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKPI
|
||||
<HeroBillboardTestimonial
|
||||
title="Dare to Dream Events"
|
||||
description="Crafting Extraordinary Moments in Cape Town."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[{ text: "Get Your Free Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-brunette-woman-are-looking-diagramme-being-light-room_8353-10336.jpg?_wi=2"
|
||||
kpis={[
|
||||
{ label: "Events Planned", value: "500+" },
|
||||
{ label: "Happy Clients", value: "400+" },
|
||||
{ label: "Awards Won", value: "12" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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" }]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user