diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2ec0882..a8be2be 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,8 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Award, Coffee, Shield } from "lucide-react";
+import ContactText from '@/components/sections/contact/ContactText';
+import { Award, Coffee, Shield, Clock, MapPin, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,16 +33,12 @@ export default function LandingPage() {
@@ -49,13 +46,11 @@ export default function LandingPage() {
-
-
+
@@ -142,21 +122,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1", name: "Sarah Miller", handle: "@sarahmiller", testimonial: "The best cafe experience in town. Truly a sanctuary for our family.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg"},
- {
- id: "t2", name: "James Henderson", handle: "@jhenderson", testimonial: "Excellent coffee and an even better atmosphere. Highly recommended.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg"},
- {
- id: "t3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "I love the community feel here. It’s my favorite place to relax.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18560.jpg"},
- {
- id: "t4", name: "Mark Wilson", handle: "@mwilson", testimonial: "Handcrafted ice cream that brings back childhood memories. Amazing.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg"},
- {
- id: "t5", name: "Chloe Bennett", handle: "@cbennett", testimonial: "Finally, a place that values faith and fellowship alongside quality coffee.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/two-lesbians-different-races-having-nice-time-together-coffee-shop_273609-9242.jpg"},
+ { id: "t1", name: "Sarah Miller", handle: "@sarahmiller", testimonial: "The best cafe experience in town. Truly a sanctuary for our family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg" },
+ { id: "t2", name: "James Henderson", handle: "@jhenderson", testimonial: "Excellent coffee and an even better atmosphere. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" },
+ { id: "t3", name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "I love the community feel here. It’s my favorite place to relax.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-handsome-male-enjoying-family-life-with-their-little-daughter-outdoor-cafe_613910-18560.jpg" },
]}
showRating={true}
title="Voices of the Community"
@@ -169,12 +137,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "q1", title: "Do you host events?", content: "Yes, we are delighted to host small gatherings, Bible studies, and family events."},
- {
- id: "q2", title: "Are you pet friendly?", content: "We welcome well-behaved pets on our outdoor patio area."},
- {
- id: "q3", title: "Do you offer catering?", content: "We provide catering for small office meetings and family gatherings upon request."},
+ { id: "q1", title: "Do you host events?", content: "Yes, we are delighted to host small gatherings, Bible studies, and family events." },
+ { id: "q2", title: "Are you pet friendly?", content: "We welcome well-behaved pets on our outdoor patio area." },
]}
title="Common Questions"
description="Answers to frequently asked questions about our services and community."
@@ -185,16 +149,13 @@ export default function LandingPage() {
@@ -202,24 +163,8 @@ export default function LandingPage() {