Update src/app/contact/page.tsx
This commit is contained in:
@@ -28,25 +28,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "/#why-choose-us"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "/#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="TAJ Family Restaurant"
|
||||
/>
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Visit Us Today"
|
||||
title="Experience the Taste of Tradition"
|
||||
description="Ready to indulge in authentic Telangana cuisine? Find us easily on the map or order online!"
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Your Authentic Taste Awaits!"
|
||||
description="Have questions or ready to order? Reach out via call, WhatsApp, or explore our menu."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Call Now", href: "tel:09182950479"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919182950479"},
|
||||
{
|
||||
text: "Order Online", href: "/menu"},
|
||||
{
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=TAJ+Family+Restaurant,+Ambedkar+Nagar,+Shanti+Nagar,+Sircilla,+Telangana+505301"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,50 +137,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/#why-choose-us"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Our Menu", href: "/menu"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919182950479"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -236,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user