diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6c76da2..99c9456 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,8 +32,7 @@ export default function LandingPage() {
-
-
-
-
-
-
-
-
@@ -140,30 +88,13 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- { id: "p1", name: "Sunset Platter", price: "P150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6093.jpg" },
- { id: "p2", name: "Signature Cocktail", price: "P85", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-drinks-counter_107420-96320.jpg" },
- { id: "p3", name: "Club Snack Mix", price: "P60", imageSrc: "http://img.b2bpic.net/free-photo/plate-stuffed-tomato-dish-with-roasted-potato-yogurt-1_140725-6963.jpg" },
- { id: "p4", name: "Local Craft Beer", price: "P45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629566.jpg" },
- { id: "p5", name: "Gourmet Tapa", price: "P95", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg" },
- { id: "p6", name: "Dam View Wine", price: "P120", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-decoration_23-2151973719.jpg" },
+ { id: "p1", name: "Scenic Sunset Gallery", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-asparagus-with-mashed-potatoes-herbs-plate_141793-6093.jpg" },
+ { id: "p2", name: "Clubhouse Grounds", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-drinks-counter_107420-96320.jpg" },
+ { id: "p3", name: "Dam Front Views", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/plate-stuffed-tomato-dish-with-roasted-potato-yogurt-1_140725-6963.jpg" },
+ { id: "p4", name: "Events Archive", price: "Gallery", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629566.jpg" },
]}
- title="Dine & Sip"
- description="While we aren't a traditional restaurant, we offer a select menu of delicious snacks and refreshing beverages designed for long evenings by the water."
- />
-
-
-
-
@@ -175,7 +106,6 @@ export default function LandingPage() {
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Email Address" },
- { name: "phone", type: "tel", placeholder: "Phone Number" },
]}
textarea={{ name: "message", placeholder: "Include table preference or number of guests" }}
imageSrc="http://img.b2bpic.net/free-photo/city-night-with-vibrant-lights_23-2149836925.jpg"