Merge version_1 into main #2
177
src/app/page.tsx
177
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="San Yuan Gourmet House"
|
||||
/>
|
||||
@@ -52,19 +44,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="San Yuan Gourmet House"
|
||||
description="Affordable local favourites in Kluang. Dine-in, takeaway, open daily. Authentic flavours you love."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0174106373",
|
||||
},
|
||||
text: "Call Now", href: "tel:0174106373"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vermicelli-with-spices-pepper-slices-orange-space_114579-76548.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -73,44 +60,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
role: "Local Resident",
|
||||
testimonial: "Best laksa in town! Always consistent and delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah", role: "Local Resident", testimonial: "Best laksa in town! Always consistent and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael",
|
||||
role: "Student",
|
||||
testimonial: "Super affordable and great portions. My go-to spot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
id: "2", name: "Michael", role: "Student", testimonial: "Super affordable and great portions. My go-to spot.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
role: "Office Worker",
|
||||
testimonial: "Love the variety here, the noodles never disappoint.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg",
|
||||
},
|
||||
id: "3", name: "Emily", role: "Office Worker", testimonial: "Love the variety here, the noodles never disappoint.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5139.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
role: "Local Resident",
|
||||
testimonial: "Very friendly service and open until late, perfect for supper.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
},
|
||||
id: "4", name: "David", role: "Local Resident", testimonial: "Very friendly service and open until late, perfect for supper.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chen",
|
||||
role: "Family Head",
|
||||
testimonial: "A classic Kluang spot that keeps quality high for years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "5", name: "Chen", role: "Family Head", testimonial: "A classic Kluang spot that keeps quality high for years.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
]}
|
||||
title="Local Favourite"
|
||||
description="Rated 3.9 stars by 300+ hungry local foodies."
|
||||
@@ -125,41 +88,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Four Season Noodle",
|
||||
price: "RM 12.00",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Four Season Noodle", price: "RM 12.00", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Mini Wok Laksa",
|
||||
price: "RM 11.50",
|
||||
rating: 5,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Mini Wok Laksa", price: "RM 11.50", rating: 5,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Local",
|
||||
name: "Yong Tau Fu",
|
||||
price: "RM 1.50/pc",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", brand: "Local", name: "Yong Tau Fu", price: "RM 1.50/pc", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Local",
|
||||
name: "Fishball Noodles",
|
||||
price: "RM 9.00",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", brand: "Local", name: "Fishball Noodles", price: "RM 9.00", rating: 4,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg"},
|
||||
]}
|
||||
title="Popular Dishes"
|
||||
description="Sample our most loved local comfort foods."
|
||||
@@ -173,12 +112,7 @@ export default function LandingPage() {
|
||||
title="Trusted by the Community"
|
||||
description="Proudly serving Kluang residents for over a decade with fresh, authentic ingredients."
|
||||
names={[
|
||||
"Kluang Food Guide",
|
||||
"Local Business Network",
|
||||
"Kluang Morning Market",
|
||||
"Foodies Association",
|
||||
"Kluang Chamber of Commerce",
|
||||
]}
|
||||
"Kluang Food Guide", "Local Business Network", "Kluang Morning Market", "Foodies Association", "Kluang Chamber of Commerce"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,35 +126,15 @@ export default function LandingPage() {
|
||||
description="Freshly prepared every morning."
|
||||
products={[
|
||||
{
|
||||
id: "ps1",
|
||||
name: "Claypot Noodle",
|
||||
price: "RM 13.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=2",
|
||||
},
|
||||
id: "ps1", name: "Claypot Noodle", price: "RM 13.50", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
|
||||
{
|
||||
id: "ps2",
|
||||
name: "Signature Laksa",
|
||||
price: "RM 12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg?_wi=2",
|
||||
},
|
||||
id: "ps2", name: "Signature Laksa", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delicious-noodle-soup-with-chicken-brown-bowl-dark-background_140725-140400.jpg"},
|
||||
{
|
||||
id: "ps3",
|
||||
name: "Stuffed Tofu",
|
||||
price: "RM 2.00/pc",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg?_wi=2",
|
||||
},
|
||||
id: "ps3", name: "Stuffed Tofu", price: "RM 2.00/pc", imageSrc: "http://img.b2bpic.net/free-photo/some-pistachio-with-chocolate-bowl_176474-7551.jpg"},
|
||||
{
|
||||
id: "ps4",
|
||||
name: "Fishball Soup",
|
||||
price: "RM 9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg?_wi=2",
|
||||
},
|
||||
id: "ps4", name: "Fishball Soup", price: "RM 9.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-delicious-indonesian-bakso_23-2148933322.jpg"},
|
||||
{
|
||||
id: "ps5",
|
||||
name: "Curry Rice",
|
||||
price: "RM 10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg?_wi=3",
|
||||
},
|
||||
id: "ps5", name: "Curry Rice", price: "RM 10.00", imageSrc: "http://img.b2bpic.net/free-photo/chopsticks-with-soya-sauce-bowl-udon-noodles-bowl-wooden-table_23-2148093141.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -229,46 +143,29 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Noodles",
|
||||
href: "/menu#noodles",
|
||||
},
|
||||
label: "Noodles", href: "/menu#noodles"},
|
||||
{
|
||||
label: "Laksa",
|
||||
href: "/menu#laksa",
|
||||
},
|
||||
label: "Laksa", href: "/menu#laksa"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "/menu#drinks",
|
||||
},
|
||||
label: "Drinks", href: "/menu#drinks"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/60174106373",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/60174106373"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user