From 08af23e0b3c8801ac4e5ee41a30217a8836ee49b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 07:28:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 229 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 175 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f60381..50e38c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,83 +46,52 @@ export default function LandingPage() {
@@ -142,20 +103,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Breathtaking Views", - description: "Dine surrounded by mountain air, open skies, and a peaceful escape from the city.", - imageSrc: "http://img.b2bpic.net/free-photo/olden-norway-june-28-2023-mountain_58702-11289.jpg", - }, + title: "Breathtaking Views", description: "Dine surrounded by mountain air, open skies, and a peaceful escape from the city.", imageSrc: "http://img.b2bpic.net/free-photo/olden-norway-june-28-2023-mountain_58702-11289.jpg"}, { - title: "Elevated Cuisine", - description: "Classic Kapampangan flavors, reimagined with bold, modern flair.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cakes-blue-tray-biscuits-dark-background_140725-91970.jpg", - }, + title: "Elevated Cuisine", description: "Classic Kapampangan flavors, reimagined with bold, modern flair.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-cakes-blue-tray-biscuits-dark-background_140725-91970.jpg"}, { - title: "Intimate Spaces", - description: "From romantic tables to private rooms for celebrations, find your perfect corner.", - imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", - }, + title: "Intimate Spaces", description: "From romantic tables to private rooms for celebrations, find your perfect corner.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg"}, ]} title="More Than Dining — It’s a Destination" description="Slow down and reconnect in a serene mountain setting." @@ -164,52 +116,23 @@ export default function LandingPage() { @@ -257,20 +163,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Celebrate Life’s Special Moments", - }, + type: "text", content: "Celebrate Life’s Special Moments"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", - alt: "Private Dining", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", alt: "Private Dining"}, ]} buttons={[ { - text: "Inquire for Events", - href: "#contact", - }, + text: "Inquire for Events", href: "#contact"}, ]} /> @@ -279,20 +178,15 @@ export default function LandingPage() { @@ -301,42 +195,27 @@ export default function LandingPage() {