Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62427887b0 | |||
| 8a7c63c48d |
@@ -175,8 +175,8 @@ export default function LandingPage() {
|
|||||||
id: "t5", name: "Elena Rosli", role: "Local", company: "Resident", rating: 5,
|
id: "t5", name: "Elena Rosli", role: "Local", company: "Resident", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg"},
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Words from Our Guests"
|
title="Guest Testimonials"
|
||||||
description="Experience excellence through the eyes of our diners."
|
description="Hear what our beloved customers say about their dining experience at Farara Food."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -186,16 +186,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Do I need a reservation?", content: "While we welcome walk-ins, reservations are highly recommended, especially on weekends."},
|
id: "q1", title: "What are your operating hours?", content: "We are open daily from 11:00 AM to 10:00 PM."},
|
||||||
{
|
{
|
||||||
id: "q2", title: "Is parking available?", content: "Yes, we provide ample parking space for all our dining guests at our Kampung Duku location."},
|
id: "q2", title: "Is your menu Halal-certified?", content: "Yes, all ingredients used in our kitchen are sourced from Halal-certified suppliers."},
|
||||||
{
|
{
|
||||||
id: "q3", title: "Do you offer catering services?", content: "Certainly, we offer custom catering packages for events and private gatherings."},
|
id: "q3", title: "Do you host private events?", content: "Yes, our restaurant is available for private bookings, weddings, and corporate gatherings."},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/person-waiting-food-restaurant_23-2149269220.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/person-waiting-food-restaurant_23-2149269220.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
title="Frequently Asked Questions"
|
title="Restaurant FAQs"
|
||||||
description="Everything you need to know about dining at Farara Food."
|
description="Find answers to common questions about our dining services."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -203,8 +203,8 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Get in Touch"
|
title="Visit Us"
|
||||||
description="Planning a visit or an event? Reach out to our team."
|
description="54 Kampung Duku, Batu 35 1/2, 82000, Johor Darul Ta'zim, Malaysia"
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Tell us how we can help", rows: 4,
|
name: "message", placeholder: "Your inquiry", rows: 4,
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-street-istanbul-turkey_628469-67.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-cafe-street-istanbul-turkey_628469-67.jpg"
|
||||||
@@ -227,25 +227,25 @@ export default function LandingPage() {
|
|||||||
logoText="Farara Food"
|
logoText="Farara Food"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navigate", items: [
|
title: "Restaurant", items: [
|
||||||
|
{
|
||||||
|
label: "Location: 54 Kampung Duku, Johor", href: "#contact"},
|
||||||
|
{
|
||||||
|
label: "Open: 11 AM - 10 PM", href: "#"},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Navigation", items: [
|
||||||
{
|
{
|
||||||
label: "Menu", href: "#products"},
|
label: "Menu", href: "#products"},
|
||||||
{
|
{
|
||||||
label: "About", href: "#about"},
|
label: "About Us", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Contact", href: "#contact"},
|
label: "Contact", href: "#contact"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal", items: [
|
title: "Social", items: [
|
||||||
{
|
|
||||||
label: "Privacy", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Terms", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect", items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram", href: "#"},
|
label: "Instagram", href: "#"},
|
||||||
{
|
{
|
||||||
@@ -253,7 +253,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Farara Food | 54 Kampung Duku, Johor"
|
copyrightText="© 2025 Farara Food. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user