From 652bead5c4ce8c1bae2e4d3a69dee68ded06cc7e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:58:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 347 ++++++++--------------------------------------- 1 file changed, 54 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 420f8a6..385d6bb 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 { MapPin, Coffee, Truck, DollarSign } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -31,26 +32,11 @@ export default function LandingPage() { @@ -168,64 +99,16 @@ export default function LandingPage() {
@@ -347,21 +164,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Are you open on weekends?", - content: "Yes, we are open 24 hours every day.", - }, - { - id: "f2", - title: "Do you offer delivery?", - content: "Yes, delivery is available through major local platforms.", - }, - { - id: "f3", - title: "Is parking available?", - content: "Street parking is available near the restaurant location.", - }, + { id: "f1", title: "Are you open on weekends?", content: "Yes, we are open 24 hours every day." }, + { id: "f2", title: "Do you offer delivery?", content: "Yes, delivery is available through major local platforms." }, + { id: "f3", title: "Is parking available?", content: "Street parking is available near the restaurant location." }, ]} title="Frequently Asked Questions" description="Answers to commonly asked questions about our restaurant." @@ -372,21 +177,13 @@ export default function LandingPage() {
@@ -394,45 +191,9 @@ export default function LandingPage() {