diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4f1cc11..dadea0f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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 = [ @@ -59,12 +59,7 @@ export default function ContactPage() { useInvertedBackground={false} inputPlaceholder="Your inquiry..." buttonText="Send Message" - termsText="You can also contact us directly:" - buttons={[ - { text: "Call Now: 091829 50479", href: "tel:09182950479" }, - { text: "WhatsApp Order", href: "https://wa.me/919182950479" }, - { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=TAJ+Family+Restaurant,+Ambedkar+Nagar,+Shanti+Nagar,+Sircilla,+Telangana+505301" }, - ]} + termsText="You can also contact us directly: Call Now: 091829 50479 | WhatsApp Order | Get Directions" /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6d7b25a..65374ef 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -10,9 +10,9 @@ import { Flame, Users, DollarSign, Smile, Table, Utensils } from 'lucide-react'; export default function MenuPage() { 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 = [ @@ -56,6 +56,7 @@ export default function MenuPage() { description="Explore a rich selection of authentic Indian and Telangana dishes, crafted with passion." gridVariant="two-columns-alternating-heights" animationType="slide-up" + textboxLayout="default" products={[ { id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "chicken biryani popular dish" }, { id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", imageAlt: "mushroom biryani vegetarian" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index dc2a9fe..716def2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,9 +12,9 @@ import { Flame, Users, DollarSign, Smile, Table, Utensils } from 'lucide-react'; export default function HomePage() { 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 = [ @@ -70,7 +70,6 @@ export default function HomePage() { mediaAnimation="slide-up" rating={3.7} ratingText="2,100+ Reviews" - useInvertedBackground={false} /> @@ -80,6 +79,7 @@ export default function HomePage() { description="Discover the most loved items from our kitchen – each a masterpiece of flavor and tradition." gridVariant="two-columns-alternating-heights" animationType="slide-up" + textboxLayout="default" products={[ { id: "1", brand: "TAJ Special", name: "Chicken Biryani", price: "₹250-₹400", rating: 4.5, reviewCount: "1.5K Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182550.jpg", imageAlt: "chicken biryani popular dish" }, { id: "2", brand: "Vegetarian Delight", name: "Mushroom Biryani", price: "₹200-₹350", rating: 4.2, reviewCount: "900 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pilaf-with-beans-green-fried-onions_141793-1349.jpg", imageAlt: "mushroom biryani vegetarian" }, @@ -137,12 +137,7 @@ export default function HomePage() { useInvertedBackground={false} inputPlaceholder="Your inquiry..." buttonText="Send Message" - termsText="You can also contact us directly:" - buttons={[ - { text: "Call Now: 091829 50479", href: "tel:09182950479" }, - { text: "WhatsApp Order", href: "https://wa.me/919182950479" }, - { text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=TAJ+Family+Restaurant,+Ambedkar+Nagar,+Shanti+Nagar,+Sircilla,+Telangana+505301" }, - ]} + termsText="You can also contact us directly: Call Now: 091829 50479 | WhatsApp Order | Get Directions" />