Update src/app/contact/page.tsx
This commit is contained in:
@@ -10,9 +10,9 @@ import { Flame, Users, DollarSign, Smile, Table, Utensils } from 'lucide-react';
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Menu", href: "/menu" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -52,14 +52,14 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCenter
|
||||
title="Reach Out to TAJ Family Restaurant"
|
||||
description="We'd love to hear from you! Contact us for reservations, orders, or inquiries via call or WhatsApp."
|
||||
tag="Get in Touch"
|
||||
title="Reach Out to TAJ Family Restaurant – Order, Reserve, Inquire!"
|
||||
description="We'd love to hear from you! Contact us for reservations, orders, or inquiries via call, WhatsApp, or by visiting us."
|
||||
tag="Get in Touch Today!"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your inquiry..."
|
||||
buttonText="Send Message"
|
||||
termsText="You can also contact us directly:"
|
||||
inputPlaceholder="Your name, number, and inquiry..."
|
||||
buttonText="Send Inquiry"
|
||||
termsText="Or send us a message below:"
|
||||
buttons={[
|
||||
{ text: "Call Now: 091829 50479", href: "tel:09182950479" },
|
||||
{ text: "WhatsApp Order", href: "https://wa.me/919182950479" },
|
||||
@@ -70,7 +70,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureHoverPattern
|
||||
title="Why Choose TAJ Family Restaurant?"
|
||||
title="Why TAJ Family Restaurant is Sircilla's Favorite"
|
||||
description="Experience the best of Indian cuisine and hospitality in Sircilla. Call, WhatsApp, or visit us today!"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -88,9 +88,9 @@ export default function ContactPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardFifteen
|
||||
testimonial={"\"Very tasty veg and chicken biryani, great experience and very good service. The Telangana mutton curry with butter naan is excellent!\""}
|
||||
rating={4.7}
|
||||
author="Google Reviews (2,100+ reviews)"
|
||||
testimonial={"\"The best restaurant in Sircilla for family dining! Their Biryani is unparalleled, and the service makes every visit special. Highly recommend for authentic Indian food.\""}
|
||||
rating={5}
|
||||
author="Google Reviews (2,100+ Happy Customers)"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg", alt: "indian woman smiling customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150533979.jpg", alt: "indian man satisfied diner" },
|
||||
|
||||
Reference in New Issue
Block a user