diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 8223f1f..11b0d0b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -28,25 +28,15 @@ export default function LandingPage() {
@@ -59,27 +49,16 @@ export default function LandingPage() {
description="Have a question, feedback, or want to place a large order? Reach out to us using the form below. We're here to help!"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number (Optional)",
- },
+ name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 5,
+ name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
@@ -96,30 +75,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "Do you offer home delivery?",
- content: "Yes, we offer home delivery services within a 5km radius of our restaurant. You can order directly through our website or call us.",
- },
+ id: "1", title: "Do you offer home delivery?", content: "Yes, we offer home delivery services within a 5km radius of our restaurant. You can order directly through our website or call us."},
{
- id: "2",
- title: "Can I make a reservation for a table?",
- content: "Absolutely! We encourage reservations, especially during peak hours. You can call us or use our online reservation form on the 'Contact Us' page.",
- },
+ id: "2", title: "Can I make a reservation for a table?", content: "Absolutely! We encourage reservations, especially during peak hours. You can call us or use our online reservation form on the 'Contact Us' page."},
{
- id: "3",
- title: "What are your operating hours?",
- content: "We are open from 11 AM to 11 PM, Monday to Sunday. Special hours may apply on public holidays.",
- },
+ id: "3", title: "What are your operating hours?", content: "We are open from 11 AM to 11 PM, Monday to Sunday. Special hours may apply on public holidays."},
{
- id: "4",
- title: "Do you cater for events and parties?",
- content: "Yes, we offer catering services for various events. Please contact us to discuss your requirements and customize a menu.",
- },
+ id: "4", title: "Do you cater for events and parties?", content: "Yes, we offer catering services for various events. Please contact us to discuss your requirements and customize a menu."},
{
- id: "5",
- title: "Are there vegetarian and vegan options available?",
- content: "Our menu includes a wide range of delicious vegetarian dishes. We also have vegan-friendly options; please inform our staff about your preferences.",
- },
+ id: "5", title: "Are there vegetarian and vegan options available?", content: "Our menu includes a wide range of delicious vegetarian dishes. We also have vegan-friendly options; please inform our staff about your preferences."},
]}
imageSrc="http://img.b2bpic.net/free-photo/pilaf-appetizing-pilaf-bowl_140725-74150.jpg?_wi=3"
imageAlt="Delicious Dum Biryani"
@@ -138,20 +102,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
- id: "1",
- value: "10K+",
- description: "Happy Customers Served",
- },
+ id: "1", value: "10K+", description: "Happy Customers Served"},
{
- id: "2",
- value: "15+",
- description: "Years of Culinary Excellence",
- },
+ id: "2", value: "15+", description: "Years of Culinary Excellence"},
{
- id: "3",
- value: "200+",
- description: "Delicious Dishes Offered",
- },
+ id: "3", value: "200+", description: "Delicious Dishes Offered"},
]}
metricsAnimation="blur-reveal"
/>
@@ -161,20 +116,19 @@ export default function LandingPage() {
@@ -183,50 +137,31 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file