diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index cae14f1..baa0990 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -18,14 +18,11 @@ export default function ContactPage() {
];
const navButton = {
- text: "Order Now",
- href: "/contact",
- };
+ text: "Order Now", href: "/contact"};
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Menu", href: "/menu" },
{ label: "About", href: "/about" },
@@ -33,8 +30,7 @@ export default function ContactPage() {
],
},
{
- title: "Get in Touch",
- items: [
+ title: "Get in Touch", items: [
{ label: "Call: 9976662776", href: "tel:9976662776" },
{ label: "WhatsApp Order", href: "https://wa.me/9976662776" },
{ label: "Email: info@teakadaibench.com", href: "mailto:info@teakadaibench.com" },
@@ -42,8 +38,7 @@ export default function ContactPage() {
],
},
{
- title: "Location",
- items: [
+ title: "Location", items: [
{ label: "33, Maapillaikuppam", href: "#" },
{ label: "Nannilam, Tamil Nadu 610105", href: "#" },
{ label: "Open Daily till 10 PM", href: "#" },
@@ -92,20 +87,13 @@ export default function ContactPage() {
@@ -114,21 +102,11 @@ export default function ContactPage() {