Update src/app/contact/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<MetricCardFourteen
|
||||
title="We're Here to Serve You - Visit Us or Connect Online"
|
||||
tag="Contact Info"
|
||||
tagAnimation="entrance-slide"
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "📍 Location",
|
||||
description: "33, Maapillaikuppam, Nannilam, Tamil Nadu 610105",
|
||||
},
|
||||
id: "1", value: "📍 Location", description: "33, Maapillaikuppam, Nannilam, Tamil Nadu 610105"},
|
||||
{
|
||||
id: "2",
|
||||
value: "⏰ Hours",
|
||||
description: "Open Daily from Morning till 10:00 PM",
|
||||
},
|
||||
id: "2", value: "⏰ Hours", description: "Open Daily from Morning till 10:00 PM"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,21 +102,11 @@ export default function ContactPage() {
|
||||
<FeatureCardSixteen
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Slow communication",
|
||||
"Limited contact options",
|
||||
"Unreliable responses",
|
||||
"Difficult to place orders",
|
||||
],
|
||||
"Slow communication", "Limited contact options", "Unreliable responses", "Difficult to place orders"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Quick phone calls answered promptly",
|
||||
"WhatsApp for instant messages & orders",
|
||||
"Email support available",
|
||||
"Walk-in welcome always",
|
||||
"Easy directions provided",
|
||||
"Responsive customer service team",
|
||||
],
|
||||
"Quick phone calls answered promptly", "WhatsApp for instant messages & orders", "Email support available", "Walk-in welcome always", "Easy directions provided", "Responsive customer service team"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -141,7 +119,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-teacups-second-hand-market_23-2149338474.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/vintage-teacups-second-hand-market_23-2149338474.jpg"
|
||||
imageAlt="Tea Kadai Bench café interior"
|
||||
columns={footerColumns}
|
||||
logoText="Tea Kadai Bench"
|
||||
|
||||
Reference in New Issue
Block a user