Update src/app/events/page.tsx
This commit is contained in:
@@ -26,42 +26,24 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rooms",
|
name: "Rooms", id: "/rooms"},
|
||||||
id: "/rooms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Amenities",
|
name: "Amenities", id: "/amenities"},
|
||||||
id: "/amenities",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Events",
|
name: "Events", id: "/events"},
|
||||||
id: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Gallery",
|
name: "Gallery", id: "/gallery"},
|
||||||
id: "/gallery",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Australasia Resort"
|
brandName="Australasia Resort"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -74,26 +56,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "event-weddings",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
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."
|
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"
|
title="Seamless Event Planning"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request Event Quote",
|
text: "Request Event Quote", href: "/contact"},
|
||||||
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."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -118,71 +83,43 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Resort",
|
title: "Resort", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "/reviews"},
|
||||||
href: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "/gallery"},
|
||||||
href: "/gallery",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Accommodations",
|
title: "Accommodations", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Rooms & Suites",
|
label: "Rooms & Suites", href: "/rooms"},
|
||||||
href: "/rooms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Family Rooms",
|
label: "Family Rooms", href: "/rooms#family-suite"},
|
||||||
href: "/rooms#family-suite",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Amenities",
|
label: "Amenities", href: "/amenities"},
|
||||||
href: "/amenities",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Events",
|
title: "Events", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Weddings",
|
label: "Weddings", href: "/events"},
|
||||||
href: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Corporate",
|
label: "Corporate", href: "/events"},
|
||||||
href: "/events",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Celebrations",
|
label: "Celebrations", href: "/events"},
|
||||||
href: "/events",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Get Directions",
|
label: "Get Directions", href: "https://maps.app.goo.gl/example"},
|
||||||
href: "https://maps.app.goo.gl/example",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Call Now",
|
label: "Call Now", href: "tel:+639602607986"},
|
||||||
href: "tel:+639602607986",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user