diff --git a/src/app/page.tsx b/src/app/page.tsx
index b1474f7..52412fb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,19 +49,14 @@ export default function LandingPage() {
@@ -321,27 +202,16 @@ export default function LandingPage() {
description="Have an inquiry for bulk orders or questions about our menu? We'd love to hear from you."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Your Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email (optional)",
- },
+ name: "email", type: "email", placeholder: "Your Email (optional)"},
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your event or order requirements",
- rows: 4,
+ name: "message", placeholder: "Tell us about your event or order requirements", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/view-udaipur-city-from-city-palace-rajasthan-india_53876-65511.jpg"
/>
@@ -352,46 +222,29 @@ export default function LandingPage() {
logoText="ਚੰਡੀਗੜ੍ਹ ਸਵੀਟ"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Traditional Sweets",
- href: "#products",
- },
+ label: "Traditional Sweets", href: "#products"},
{
- label: "Namkeen",
- href: "#products",
- },
+ label: "Namkeen", href: "#products"},
{
- label: "Gift Hampers",
- href: "#bulk",
- },
+ label: "Gift Hampers", href: "#bulk"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "WhatsApp Order",
- href: "https://wa.me/919465803200",
- },
+ label: "WhatsApp Order", href: "https://wa.me/919465803200"},
{
- label: "Directions",
- href: "https://maps.google.com",
- },
+ label: "Directions", href: "https://maps.google.com"},
],
},
]}
@@ -401,4 +254,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file