From 3e3b228f20929a64990188a12dfb4c4b9554cf77 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:06:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 ++++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8118deb..3bc40a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,11 +6,12 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; export default function LandingPage() { return ( @@ -41,12 +42,16 @@ export default function LandingPage() {
-
@@ -68,17 +73,26 @@ export default function LandingPage() {
-
@@ -92,9 +106,6 @@ export default function LandingPage() { { id: "g1", brand: "Events", name: "Elegant Setup", price: "View", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/lady-healthy-human-romantic-girl_1304-952.jpg?_wi=2" }, { id: "g2", brand: "Events", name: "Luxury Picnic", price: "View", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cups-antique-store_23-2149640756.jpg" }, { id: "g3", brand: "Events", name: "Birthday Party", price: "View", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/crop-shot-cheese-cake_1301-642.jpg" }, - { id: "g4", brand: "Events", name: "Corporate Gala", price: "View", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_1162-202.jpg" }, - { id: "g5", brand: "Events", name: "Anniversary", price: "View", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/tall-centrepiece-made-pink-flowers-crystal-chains-stands-dinner-table_1304-3336.jpg" }, - { id: "g6", brand: "Events", name: "Themed Event", price: "View", rating: 5, reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66715.jpg" }, ]} title="Our Gallery" description="A glimpse into the magical events we create." @@ -108,9 +119,6 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Sarah J.", date: "Oct 2023", title: "Wedding Planning", quote: "Stunning work, made our big day so easy.", tag: "Wedding", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-celebrating-birthday-together_23-2150598994.jpg?_wi=2" }, { id: "t2", name: "Mark L.", date: "Sept 2023", title: "Corporate Event", quote: "Professional, elegant and creative.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-champagne_23-2147931387.jpg" }, - { id: "t3", name: "Emily R.", date: "Aug 2023", title: "Baby Shower", quote: "My baby shower was gorgeous!", tag: "Shower", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageSrc: "http://img.b2bpic.net/free-photo/guy-presenting-gift-box-attractive-happy-lady_23-2148016809.jpg" }, - { id: "t4", name: "David K.", date: "July 2023", title: "Birthday", quote: "Simply the best planners in town.", tag: "Party", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-man-showing-new-design-blonde-woman_74855-8798.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-beautiful-dress_1098-21953.jpg" }, - { id: "t5", name: "Anna W.", date: "June 2023", title: "Picnic", quote: "Luxury picnics done so beautifully.", tag: "Picnic", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-with-balloons-near-woman-with-glass-wine-room_23-2148024601.jpg" }, ]} title="What Clients Say" description="4.9 star rating from 41 happy clients." @@ -124,7 +132,6 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "How do I book an event?", content: "Reach out via our contact form or WhatsApp." }, { id: "q2", title: "Where do you operate?", content: "We are based in Crawford, Cape Town." }, - { id: "q3", title: "Can you handle corporate?", content: "Yes, we handle custom corporate events." }, ]} title="Frequently Asked" description="We're here to answer any questions." -- 2.49.1