diff --git a/src/app/catering/page.tsx b/src/app/catering/page.tsx
index 2beb86f..fc6b4f9 100644
--- a/src/app/catering/page.tsx
+++ b/src/app/catering/page.tsx
@@ -1,6 +1,6 @@
"use client";
-import { ThemeProvider } from "@/components/providers/themeProvider/ThemeProvider";
+import { ThemeProvider } from "@/components/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -25,14 +25,10 @@ export default function LandingPage() {
@@ -44,71 +40,29 @@ export default function LandingPage() {
title="Bulk Orders & Catering"
description="Planning an event? Let us serve authentic taste."
inputs={[
- {
- name: "name", type: "text", placeholder: "Your Name"},
- {
- name: "phone", type: "tel", placeholder: "Phone Number"},
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "phone", type: "tel", placeholder: "Phone Number" },
]}
- textarea={{
- name: "req", placeholder: "Details of your event"}}
+ textarea={{ name: "req", placeholder: "Details of your event" }}
imageSrc="http://img.b2bpic.net/free-photo/top-half-view-raw-chicken-skewers-natural-wood-board-turmeric-small-bowl-dark_140725-148800.jpg?_wi=2"
imageAlt="fresh naan bread serving"
/>
-
-
-
-
-
-
-
-