diff --git a/src/app/page.tsx b/src/app/page.tsx
index e33839b..a1a486f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,94 +30,59 @@ export default function LandingPage() {
@@ -143,41 +108,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "m1",
- name: "Breakfast Buffet",
- price: "Daily",
- imageSrc: "http://img.b2bpic.net/free-photo/pancakes-topped-with-melted-chocolate_140725-3800.jpg",
- },
+ id: "m1", name: "Breakfast Buffet", price: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-topped-with-melted-chocolate_140725-3800.jpg"},
{
- id: "m2",
- name: "Weekday Lunch",
- price: "Seasonal",
- imageSrc: "http://img.b2bpic.net/free-photo/snack-food-soft-plate-cheese_1157-4105.jpg",
- },
+ id: "m2", name: "Weekday Lunch", price: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/snack-food-soft-plate-cheese_1157-4105.jpg"},
{
- id: "m3",
- name: "Weekend Lunch",
- price: "Curated",
- imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg",
- },
+ id: "m3", name: "Weekend Lunch", price: "Curated", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg"},
{
- id: "m4",
- name: "Dinner Buffet",
- price: "Signature",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139490.jpg",
- },
+ id: "m4", name: "Dinner Buffet", price: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-various-types-food_23-2149139490.jpg"},
{
- id: "m5",
- name: "Beverage List",
- price: "Selected",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg",
- },
+ id: "m5", name: "Beverage List", price: "Selected", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg"},
{
- id: "m6",
- name: "Alcohol Packages",
- price: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_74190-4133.jpg",
- },
+ id: "m6", name: "Alcohol Packages", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet-food_74190-4133.jpg"},
]}
title="Signature Menus"
description="Discover our carefully curated selections designed to excite every palate."
@@ -191,40 +132,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah Chen",
- handle: "@sarahc",
- testimonial: "The best buffet experience in Singapore. Unmatched variety.",
- imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
- },
+ id: "t1", name: "Sarah Chen", handle: "@sarahc", testimonial: "The best buffet experience in Singapore. Unmatched variety.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg"},
{
- id: "t2",
- name: "Michael Tan",
- handle: "@michaelt",
- testimonial: "Sophisticated atmosphere and truly world-class culinary standards.",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
- },
+ id: "t2", name: "Michael Tan", handle: "@michaelt", testimonial: "Sophisticated atmosphere and truly world-class culinary standards.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"},
{
- id: "t3",
- name: "Emily Watson",
- handle: "@emilyw",
- testimonial: "An absolute treat for the senses. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg",
- },
+ id: "t3", name: "Emily Watson", handle: "@emilyw", testimonial: "An absolute treat for the senses. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg"},
{
- id: "t4",
- name: "David Lim",
- handle: "@davidl",
- testimonial: "The signature dishes are simply divine. Perfect for special nights.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-caucasian-bride-girl-with-bouquet-flowers-attractive-woman-having-nude-makeup-wears-wedding-stylish-suit-looking-into-camera-standing-outdoors-model-female_8353-12573.jpg",
- },
+ id: "t4", name: "David Lim", handle: "@davidl", testimonial: "The signature dishes are simply divine. Perfect for special nights.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-caucasian-bride-girl-with-bouquet-flowers-attractive-woman-having-nude-makeup-wears-wedding-stylish-suit-looking-into-camera-standing-outdoors-model-female_8353-12573.jpg"},
{
- id: "t5",
- name: "Jasmine Lee",
- handle: "@jasminel",
- testimonial: "Stunning views paired with incredible food. Truly five-star.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-blonde-young-woman-holding-muffin-hand_23-2147974646.jpg",
- },
+ id: "t5", name: "Jasmine Lee", handle: "@jasminel", testimonial: "Stunning views paired with incredible food. Truly five-star.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blonde-young-woman-holding-muffin-hand_23-2147974646.jpg"},
]}
title="A World of Praise"
description="Hear what our distinguished guests have to say about their experience at RISE."
@@ -238,28 +154,17 @@ export default function LandingPage() {
description="Connect with us to book your table. Open daily for breakfast, lunch, and dinner."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
+ name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
- name: "date",
- type: "date",
- placeholder: "Preferred Date",
- required: true,
+ name: "date", type: "date", placeholder: "Preferred Date", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Special Requests",
- rows: 4,
+ name: "message", placeholder: "Special Requests", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/vegetable-salad-with-glass-wine_140725-4323.jpg"
@@ -270,46 +175,29 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file