Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-25 06:33:02 +00:00
3 changed files with 13 additions and 22 deletions

View File

@@ -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"
/>
</div>

View File

@@ -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" },

View File

@@ -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}
/>
</div>
@@ -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"
/>
</div>