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() {