Update src/app/page.tsx
This commit is contained in:
200
src/app/page.tsx
200
src/app/page.tsx
@@ -30,94 +30,59 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menus",
|
||||
id: "menus",
|
||||
},
|
||||
name: "Menus", id: "menus"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="RISE"
|
||||
button={{
|
||||
text: "Reserve",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="RISE at Marina Bay Sands"
|
||||
description="Experience an unforgettable culinary journey. From artisanal breakfast to world-class buffet dinner, every bite is a celebration of taste in the heart of Singapore."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-delicious-meat-balls-fish-rolls-catered-rectangular-balls-with-sticks-snacks-variety-food-birthday-corporate-party-wedding-celebration_132075-13045.jpg"
|
||||
imageAlt="RISE Restaurant Interior"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-woman-eating-restaurant_23-2148395386.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "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",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "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", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-blonde-young-woman-holding-muffin-hand_23-2147974646.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-blonde-young-woman-holding-muffin-hand_23-2147974646.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Michelin Recommended",
|
||||
},
|
||||
type: "text", text: "Michelin Recommended"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award Winning Cuisine",
|
||||
},
|
||||
type: "text", text: "Award Winning Cuisine"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Spectacular Marina Views",
|
||||
},
|
||||
type: "text", text: "Spectacular Marina Views"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm to Table",
|
||||
},
|
||||
type: "text", text: "Farm to Table"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Flavors",
|
||||
},
|
||||
type: "text", text: "Global Flavors"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "10 Bayfront Avenue, Hotel Tower 1",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "10 Bayfront Avenue, Hotel Tower 1", href: "#contact"},
|
||||
{
|
||||
label: "Marina Bay Sands, Singapore 018956",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Marina Bay Sands, Singapore 018956", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Dining Hours",
|
||||
items: [
|
||||
title: "Dining Hours", items: [
|
||||
{
|
||||
label: "Breakfast: 6:30am - 10:30am",
|
||||
href: "#",
|
||||
},
|
||||
label: "Breakfast: 6:30am - 10:30am", href: "#"},
|
||||
{
|
||||
label: "Lunch: 12:00pm - 2:30pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lunch: 12:00pm - 2:30pm", href: "#"},
|
||||
{
|
||||
label: "Dinner: From 5:00pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dinner: From 5:00pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+65 6688 5525",
|
||||
href: "tel:+6566885525",
|
||||
},
|
||||
label: "+65 6688 5525", href: "tel:+6566885525"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -319,4 +207,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user