Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Utensils } from 'lucide-react';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
@@ -51,7 +50,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "View Menu", href: "#features" }, { text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="https://img.freepik.com/free-photo/chicken-fried-rice-with-vegetables-plate_144627-14264.jpg"
|
||||
imageSrc="https://img.freepik.com/free-photo/delicious-nasi-goreng-fried-rice-served-with-chicken-satay_144627-14260.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -90,29 +89,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John D.", date: "May 2024", title: "Local Foodie", quote: "The best Roti Canai in Auckland! Reminds me of my travels.", tag: "Amazing", avatarSrc: "https://i.pravatar.cc/150?u=1" },
|
||||
{ id: "t2", name: "Sarah K.", date: "April 2024", title: "Regular", quote: "XO Chicken is a must-try. I visit every week.", tag: "Excellent", avatarSrc: "https://i.pravatar.cc/150?u=2" },
|
||||
{ id: "t1", name: "John D.", date: "May 2024", title: "Local Foodie", quote: "The best Roti Canai in Auckland! Reminds me of my travels.", tag: "Amazing", avatarSrc: "https://img.freepik.com/free-photo/top-view-delicious-malaysian-food-table_23-2148737385.jpg" },
|
||||
{ id: "t2", name: "Sarah K.", date: "April 2024", title: "Regular", quote: "XO Chicken is a must-try. I visit every week.", tag: "Excellent", avatarSrc: "https://img.freepik.com/free-photo/nasi-lemak-served-with-fried-chicken_144627-14261.jpg" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Loved by the local New Lynn community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{ id: "f1", title: "What are your hours?", content: "We are open Tuesday-Sunday, 11 AM - 9 PM. Closed Mondays." },
|
||||
{ id: "f2", title: "Where are you located?", content: "Find us in New Lynn, Auckland. Easily accessible with parking nearby." },
|
||||
{ id: "f3", title: "Do you take bookings?", content: "Yes, walk-ins are welcome, but bookings are recommended for weekends." },
|
||||
]}
|
||||
title="Plan Your Visit"
|
||||
description="Everything you need to know about dining at Bunga Raya."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user