Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
165
src/app/page.tsx
165
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="DuaMeja"
|
||||
/>
|
||||
@@ -55,69 +47,34 @@ export default function LandingPage() {
|
||||
description="Experience refined Japanese cuisine in the heart of Kuala Lumpur."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Tan Wei",
|
||||
handle: "@tanwei",
|
||||
testimonial: "Exceptional quality and atmosphere. A true gem in KL.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=1",
|
||||
imageAlt: "authentic japanese restaurant dining interior",
|
||||
},
|
||||
name: "Tan Wei", handle: "@tanwei", testimonial: "Exceptional quality and atmosphere. A true gem in KL.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=1", imageAlt: "authentic japanese restaurant dining interior"},
|
||||
{
|
||||
name: "Siti Aminah",
|
||||
handle: "@siti_a",
|
||||
testimonial: "The sushi is incredibly fresh. Highly recommend the omakase.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=1",
|
||||
imageAlt: "premium sushi platter close up",
|
||||
},
|
||||
name: "Siti Aminah", handle: "@siti_a", testimonial: "The sushi is incredibly fresh. Highly recommend the omakase.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=1", imageAlt: "premium sushi platter close up"},
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johnd",
|
||||
testimonial: "Authentic taste, perfectly balanced and beautifully served.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=2",
|
||||
imageAlt: "authentic japanese restaurant dining interior",
|
||||
},
|
||||
name: "John Doe", handle: "@johnd", testimonial: "Authentic taste, perfectly balanced and beautifully served.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=2", imageAlt: "authentic japanese restaurant dining interior"},
|
||||
{
|
||||
name: "Yuki Tanaka",
|
||||
handle: "@yukit",
|
||||
testimonial: "Reminds me of dining in Tokyo. Outstanding service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=2",
|
||||
imageAlt: "premium sushi platter close up",
|
||||
},
|
||||
name: "Yuki Tanaka", handle: "@yukit", testimonial: "Reminds me of dining in Tokyo. Outstanding service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=2", imageAlt: "premium sushi platter close up"},
|
||||
{
|
||||
name: "Marcus L.",
|
||||
handle: "@marcusl",
|
||||
testimonial: "Best Japanese dining experience I've had in Malaysia.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=3",
|
||||
imageAlt: "authentic japanese restaurant dining interior",
|
||||
},
|
||||
name: "Marcus L.", handle: "@marcusl", testimonial: "Best Japanese dining experience I've had in Malaysia.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=3", imageAlt: "authentic japanese restaurant dining interior"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=4"
|
||||
imageAlt="DuaMeja Restaurant Interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/cheerful-woman-restaurant_23-2148777943.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "https://img.b2bpic.net/free-photo/cheerful-woman-restaurant_23-2148777943.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/handsome-man-restaurant_23-2148777947.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "https://img.b2bpic.net/free-photo/handsome-man-restaurant_23-2148777947.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/young-man-smiling-restaurant_23-2148777945.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "https://img.b2bpic.net/free-photo/young-man-smiling-restaurant_23-2148777945.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/woman-eating-sushi_23-2148777949.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "https://img.b2bpic.net/free-photo/woman-eating-sushi_23-2148777949.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/couple-laughing-restaurant_23-2148777942.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "https://img.b2bpic.net/free-photo/couple-laughing-restaurant_23-2148777942.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
avatarText="Join 1,000+ happy diners"
|
||||
/>
|
||||
@@ -130,13 +87,9 @@ export default function LandingPage() {
|
||||
description="DuaMeja Restaurant KL brings a refined Japanese dining experience into a modern Kuala Lumpur setting. Inspired by simplicity, balance, and precision, we serve dishes crafted with care and premium ingredients."
|
||||
metrics={[
|
||||
{
|
||||
value: "2026",
|
||||
title: "Est. Founding Year",
|
||||
},
|
||||
value: "2026", title: "Est. Founding Year"},
|
||||
{
|
||||
value: "KL",
|
||||
title: "Based in Kuala Lumpur",
|
||||
},
|
||||
value: "KL", title: "Based in Kuala Lumpur"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=3"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -150,28 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Sushi",
|
||||
description: "Hand-cut, fresh seafood served with precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=4",
|
||||
},
|
||||
title: "Premium Sushi", description: "Hand-cut, fresh seafood served with precision.", imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=4"},
|
||||
{
|
||||
title: "Sashimi Selection",
|
||||
description: "High-quality, seasonal catches from trusted purveyors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=5",
|
||||
},
|
||||
title: "Sashimi Selection", description: "High-quality, seasonal catches from trusted purveyors.", imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=5"},
|
||||
{
|
||||
title: "Authentic Donburi",
|
||||
description: "Comforting, flavorful bowls prepared to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=6",
|
||||
},
|
||||
title: "Authentic Donburi", description: "Comforting, flavorful bowls prepared to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/sake-japanese-beverage-still-life_23-2150170222.jpg?_wi=6"},
|
||||
]}
|
||||
title="Discover Our Menu"
|
||||
description="Explore our selection of sushi, sashimi, donburi, and seasonal specials crafted with the finest ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "https://easyeat.ai/r/dua-meja/1?source=qr&tableId=a4&tableNo=4",
|
||||
},
|
||||
text: "View Full Menu", href: "https://easyeat.ai/r/dua-meja/1?source=qr&tableId=a4&tableNo=4"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,11 +125,19 @@ export default function LandingPage() {
|
||||
title="As Featured In"
|
||||
description="Celebrating culinary excellence with local and international food critics."
|
||||
names={[
|
||||
"KL Food Guide",
|
||||
"Malaysia Tatler Dining",
|
||||
"The Star Lifestyle",
|
||||
"TimeOut Kuala Lumpur",
|
||||
"Savour Asia",
|
||||
"KL Food Guide", "Malaysia Tatler Dining", "The Star Lifestyle", "TimeOut Kuala Lumpur", "Savour Asia"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
text="Find us in the heart of Kuala Lumpur."
|
||||
buttons={[
|
||||
{
|
||||
text: "View on Google Maps", href: "https://maps.app.goo.gl/EBV1yNWio8FziDgB8?g_st=ic"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -196,18 +146,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Connect with DuaMeja for reservations and inquiries via WhatsApp or Instagram."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/60106589009",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/60106589009"},
|
||||
{
|
||||
text: "Instagram @dua.meja",
|
||||
href: "https://www.instagram.com/dua.meja",
|
||||
},
|
||||
text: "Instagram @dua.meja", href: "https://www.instagram.com/dua.meja"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -216,33 +161,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#location"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/60106589009",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/60106589009"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/dua.meja",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/dua.meja"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user