Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -175,8 +175,8 @@ export default function LandingPage() {
|
||||
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"},
|
||||
]}
|
||||
title="Words from Our Guests"
|
||||
description="Experience excellence through the eyes of our diners."
|
||||
title="Guest Testimonials"
|
||||
description="Hear what our beloved customers say about their dining experience at Farara Food."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -186,16 +186,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about dining at Farara Food."
|
||||
title="Restaurant FAQs"
|
||||
description="Find answers to common questions about our dining services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -203,8 +203,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Get in Touch"
|
||||
description="Planning a visit or an event? Reach out to our team."
|
||||
title="Visit Us"
|
||||
description="54 Kampung Duku, Batu 35 1/2, 82000, Johor Darul Ta'zim, Malaysia"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us how we can help", rows: 4,
|
||||
name: "message", placeholder: "Your inquiry", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
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"
|
||||
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: "About", href: "#about"},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
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>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user