5 Commits

Author SHA1 Message Date
a06facf8f0 Merge version_4 into main
Merge version_4 into main
2026-05-09 20:16:29 +00:00
659763a9f0 Update src/app/page.tsx 2026-05-09 20:16:26 +00:00
a76cddaac3 Merge version_4 into main
Merge version_4 into main
2026-05-09 20:16:05 +00:00
37d0f768b7 Update src/app/page.tsx 2026-05-09 20:16:02 +00:00
f7177297b3 Merge version_3 into main
Merge version_3 into main
2026-05-09 20:14:22 +00:00

View File

@@ -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?_wi=1"
mediaAnimation="slide-up"
/>
</div>
@@ -75,7 +74,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "XO Chicken", description: "Our signature dish, stir-fried to perfection with our secret house-made XO sauce.", imageSrc: "https://img.freepik.com/free-photo/delicious-nasi-goreng-fried-rice-served-with-chicken-satay_144627-14260.jpg", buttonIcon: Utensils },
{ title: "XO Chicken", description: "Our signature dish, stir-fried to perfection with our secret house-made XO sauce.", imageSrc: "https://img.freepik.com/free-photo/delicious-nasi-goreng-fried-rice-served-with-chicken-satay_144627-14260.jpg?_wi=2", buttonIcon: Utensils },
{ title: "Roti Canai", description: "Crispy, flaky traditional flatbread served with our rich, aromatic curry dahl.", imageSrc: "https://img.freepik.com/free-photo/roti-canai-with-dahl-curry_144627-14265.jpg", buttonIcon: Utensils },
{ title: "Nasi Lemak", description: "Fragrant coconut rice served with spicy sambal, fried anchovies, and peanuts.", imageSrc: "https://img.freepik.com/free-photo/nasi-lemak-served-with-fried-chicken_144627-14261.jpg", buttonIcon: Utensils },
{ title: "Satay Skewers", description: "Grilled marinated meat skewers served with a savory, nutty dipping sauce.", imageSrc: "https://img.freepik.com/free-photo/satay-skewers-with-peanut-sauce_144627-14262.jpg", buttonIcon: Utensils },
@@ -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}