diff --git a/src/app/page.tsx b/src/app/page.tsx index f9ff000..4941552 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Coffee, BookOpen, Users } from 'lucide-react'; import AboutMetric from '@/components/sections/about/AboutMetric'; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -31,26 +32,11 @@ export default function LandingPage() { @@ -352,21 +162,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you have workspace zones?", - content: "Yes, we have a quiet upstairs area specifically for studying and deep work.", - }, - { - id: "f2", - title: "Can we brew our own coffee?", - content: "We offer a self-brewing corner where guests can enjoy the experience of preparing their own coffee.", - }, - { - id: "f3", - title: "Where is the café located?", - content: "We are located in North Obhur, Jeddah.", - }, + { id: "f1", title: "Do you have workspace zones?", content: "Yes, we have a quiet upstairs area specifically for studying and deep work." }, + { id: "f2", title: "Can we brew our own coffee?", content: "We offer a self-brewing corner where guests can enjoy the experience of preparing their own coffee." }, + { id: "f3", title: "Where is the café located?", content: "We are located in North Obhur, Jeddah." }, ]} title="Cafe Philosophy" description="Common questions about our coffee and community culture." @@ -377,9 +175,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file