diff --git a/src/app/page.tsx b/src/app/page.tsx
index d580f2e..3256d14 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import { Users, BookOpen, HandHeart, Smile, Target } from "lucide-react";
+import { Users, BookOpen, HandHeart, Smile, Target, Utensils, Info, Phone } from "lucide-react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
@@ -34,24 +34,24 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
- { name: "Events", id: "features" },
- { name: "Leadership", id: "team" },
+ { name: "Dishes", id: "features" },
+ { name: "Testimonials", id: "testimonial" },
{ name: "Contact", id: "contact" },
]}
- brandName="ACK St. Martins"
+ brandName="Mtwapa Swahili Dishes"
/>
@@ -60,16 +60,16 @@ export default function LandingPage() {
@@ -79,25 +79,25 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- { id: "m1", label: "Ministry", title: "Sunday Worship", items: ["8:00 AM First Service", "10:30 AM Second Service", "Youth Service"] },
- { id: "m2", label: "Ministry", title: "Community Outreach", items: ["Charity initiatives", "Food distribution", "Hospital visits"] },
- { id: "m3", label: "Ministry", title: "Education", items: ["Sunday School", "Catechism Classes", "Bible Study"] },
+ { id: "m1", label: "Signature", title: "Swahili Pilau", items: ["Classic Beef", "Chicken", "Vegetarian Option"] },
+ { id: "m2", label: "Sides", title: "Coastal Sides", items: ["Kachumbari", "Chapati", "Viazi Karai"] },
+ { id: "m3", label: "Drinks", title: "Refreshing", items: ["Madafu", "Fresh Mango Juice", "Spiced Tea"] },
]}
- title="Ministries We Serve"
- description="Discover ways to engage, serve, and deepen your walk with God."
+ title="Our Signature Menu"
+ description="Explore our curated selection of coastal delicacies prepared with fresh, authentic ingredients."
/>
@@ -107,66 +107,35 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- { id: "q1", title: "What time is the Sunday Service?", content: "We hold services at 8:00 AM and 10:30 AM." },
- { id: "q2", title: "Are there children's programs?", content: "Yes, we offer Sunday School during both services." },
- { id: "q3", title: "How can I join a cell group?", content: "Visit our information desk or sign up on our website." },
+ { id: "q1", title: "Do you offer delivery?", content: "Yes, we provide doorstep delivery within Mtwapa." },
+ { id: "q2", title: "Are there vegan options?", content: "We have several traditional vegetarian dishes available." },
+ { id: "q3", title: "Can we host events?", content: "We cater for small gatherings and private events." },
]}
- title="Common Questions"
- description="Find answers to help you navigate your first visit."
+ title="Frequently Asked"
+ description="Everything you need to know about our services."
faqsAnimation="blur-reveal"
/>
-
-
-
-
-
-
-
-