From 1eec95a63d87912ec7572edce0ef192a9b596c87 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:16:02 +0000 Subject: [PATCH] Update src/app/events/page.tsx --- src/app/events/page.tsx | 123 ++++++++++------------------------------ 1 file changed, 30 insertions(+), 93 deletions(-) diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 52cc480..8aa124d 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -26,42 +26,24 @@ export default function LandingPage() { @@ -74,26 +56,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "event-weddings", - name: "Weddings & Anniversaries", - price: "Inquire for quote", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-woman-long-pink-dress-standing-beside-lake-charming-ladies-holding-hands-near-outdoor-pool-with-forest_197531-9164.jpg", - imageAlt: "Tropical Wedding Venue", - }, + id: "event-weddings", name: "Weddings & Anniversaries", price: "Inquire for quote", imageSrc: "http://img.b2bpic.net/free-photo/amazing-woman-long-pink-dress-standing-beside-lake-charming-ladies-holding-hands-near-outdoor-pool-with-forest_197531-9164.jpg", imageAlt: "Tropical Wedding Venue"}, { - id: "event-corporate", - name: "Corporate Events & Retreats", - price: "Inquire for quote", - imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9667.jpg", - imageAlt: "Corporate Event Setup", - }, + id: "event-corporate", name: "Corporate Events & Retreats", price: "Inquire for quote", imageSrc: "http://img.b2bpic.net/free-photo/couple-performing-yoga-safari-vacation_107420-9667.jpg", imageAlt: "Corporate Event Setup"}, { - id: "event-celebrations", - name: "Birthdays & Celebrations", - price: "Inquire for quote", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-roses-bouquet-back_23-2148014536.jpg", - imageAlt: "Birthday Party Celebration", - }, + id: "event-celebrations", name: "Birthdays & Celebrations", price: "Inquire for quote", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-roses-bouquet-back_23-2148014536.jpg", imageAlt: "Birthday Party Celebration"}, ]} title="Host Your Unforgettable Event" description="Our versatile venues are perfect for any occasion, from intimate family gatherings to grand corporate events. Let us help you create a truly special experience." @@ -106,11 +73,9 @@ export default function LandingPage() { title="Seamless Event Planning" buttons={[ { - text: "Request Event Quote", - href: "/contact", - }, + text: "Request Event Quote", href: "/contact"}, ]} - description="Our dedicated team is here to assist you with every detail, ensuring your event runs smoothly. From conceptualization to execution, we're committed to making your occasion perfect. Contact us today to discuss your requirements and get a personalized quote." + /> @@ -118,71 +83,43 @@ export default function LandingPage() {