diff --git a/src/app/page.tsx b/src/app/page.tsx index 4117e96..37f8353 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function KBCRestaurantPage() { { name: "Location", id: "location" }, { name: "Contact", id: "contact" }, ]} + button={{ text: "Order Now", href: "tel:+919901108808" }} /> @@ -61,13 +62,16 @@ export default function KBCRestaurantPage() { testimonials={[ { name: "Priya Sharma", handle: "Food Enthusiast", testimonial: "The butter chicken here is absolutely divine. Authentic flavors and premium quality ingredients.", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80"}, + imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80" + }, { name: "Rajesh Kumar", handle: "Regular Guest", testimonial: "Best tandoori and biryani in Vijayapura. The ambiance is warm and inviting. Highly recommended!", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80"}, + imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80" + }, { name: "Anjali Desai", handle: "Paneer Lover", testimonial: "Paneer butter masala melts in your mouth. Every visit is a culinary journey. Outstanding service!", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80"}, + imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -100,17 +104,23 @@ export default function KBCRestaurantPage() { useInvertedBackground={false} products={[ { - id: "butter-chicken", name: "Butter Chicken", price: "₹320", variant: "Signature Dish", imageSrc: "https://images.unsplash.com/photo-1603894416892-8a88fb82ce338?w=500&q=80", imageAlt: "Creamy butter chicken curry"}, + id: "butter-chicken", name: "Butter Chicken", price: "₹320", variant: "Signature Dish", imageSrc: "https://images.unsplash.com/photo-1603894416892-8a88fb82ce338?w=500&q=80", imageAlt: "Creamy butter chicken curry" + }, { - id: "chicken-tikka", name: "Chicken Tikka", price: "₹280", variant: "Tandoori Special", imageSrc: "https://images.unsplash.com/photo-1599599810694-b5ac4dd64b11?w=500&q=80", imageAlt: "Marinated tandoori chicken tikka"}, + id: "chicken-tikka", name: "Chicken Tikka", price: "₹280", variant: "Tandoori Special", imageSrc: "https://images.unsplash.com/photo-1599599810694-b5ac4dd64b11?w=500&q=80", imageAlt: "Marinated tandoori chicken tikka" + }, { - id: "paneer-butter-masala", name: "Paneer Butter Masala", price: "₹260", variant: "Vegetarian Delight", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?w=500&q=80", imageAlt: "Creamy paneer butter masala"}, + id: "paneer-butter-masala", name: "Paneer Butter Masala", price: "₹260", variant: "Vegetarian Delight", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?w=500&q=80", imageAlt: "Creamy paneer butter masala" + }, { - id: "tandoori-roti", name: "Tandoori Roti", price: "₹40", variant: "Freshly Baked", imageSrc: "https://images.unsplash.com/photo-1541519227354-08fa5d50c44d?w=500&q=80", imageAlt: "Traditional tandoori roti"}, + id: "tandoori-roti", name: "Tandoori Roti", price: "₹40", variant: "Freshly Baked", imageSrc: "https://images.unsplash.com/photo-1541519227354-08fa5d50c44d?w=500&q=80", imageAlt: "Traditional tandoori roti" + }, { - id: "biryani", name: "Biryani", price: "₹300", variant: "Hyderabadi Style", imageSrc: "https://images.unsplash.com/photo-1584968694688-e6e99c3ec1a8?w=500&q=80", imageAlt: "Fragrant biryani rice"}, + id: "biryani", name: "Biryani", price: "₹300", variant: "Hyderabadi Style", imageSrc: "https://images.unsplash.com/photo-1584968694688-e6e99c3ec1a8?w=500&q=80", imageAlt: "Fragrant biryani rice" + }, { - id: "thali", name: "North Indian Thali", price: "₹350", variant: "Complete Meal", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=500&q=80", imageAlt: "Traditional thali with multiple curries"}, + id: "thali", name: "North Indian Thali", price: "₹350", variant: "Complete Meal", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=500&q=80", imageAlt: "Traditional thali with multiple curries" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -130,13 +140,17 @@ export default function KBCRestaurantPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "4.1★", title: "Customer Rating", description: "Highly rated by 108+ satisfied customers", imageSrc: "https://images.unsplash.com/photo-1553105541-b0fb3cc0d999?w=400&q=80"}, + id: "1", value: "4.1★", title: "Customer Rating", description: "Highly rated by 108+ satisfied customers", imageSrc: "https://images.unsplash.com/photo-1553105541-b0fb3cc0d999?w=400&q=80" + }, { - id: "2", value: "100%", title: "Premium Ingredients", description: "Carefully sourced and prepared with tradition", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=400&q=80"}, + id: "2", value: "100%", title: "Premium Ingredients", description: "Carefully sourced and prepared with tradition", imageSrc: "https://images.unsplash.com/photo-1556909114-f6e7ad7d3136?w=400&q=80" + }, { - id: "3", value: "♥", title: "Warm Ambiance", description: "Cozy interior with authentic décor and vibes", imageSrc: "https://images.unsplash.com/photo-1517701550927-30cf4ba20d7d?w=400&q=80"}, + id: "3", value: "♥", title: "Warm Ambiance", description: "Cozy interior with authentic décor and vibes", imageSrc: "https://images.unsplash.com/photo-1517701550927-30cf4ba20d7d?w=400&q=80" + }, { - id: "4", value: "✓", title: "Exceptional Service", description: "Dedicated staff ensuring memorable experiences", imageSrc: "https://images.unsplash.com/photo-1514565131-fce0801e5785?w=400&q=80"}, + id: "4", value: "✓", title: "Exceptional Service", description: "Dedicated staff ensuring memorable experiences", imageSrc: "https://images.unsplash.com/photo-1514565131-fce0801e5785?w=400&q=80" + }, ]} animationType="slide-up" buttons={[{ text: "Visit Us", href: "#location" }]} @@ -153,17 +167,23 @@ export default function KBCRestaurantPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80"}, + id: "1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80" + }, { - id: "2", name: "Rajesh Kumar", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80"}, + id: "2", name: "Rajesh Kumar", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80" + }, { - id: "3", name: "Anjali Desai", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80"}, + id: "3", name: "Anjali Desai", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80" + }, { - id: "4", name: "Vikram Singh", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80"}, + id: "4", name: "Vikram Singh", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80" + }, { - id: "5", name: "Neha Patel", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80"}, + id: "5", name: "Neha Patel", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80" + }, { - id: "6", name: "Arjun Verma", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80"}, + id: "6", name: "Arjun Verma", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80" + }, ]} /> @@ -180,13 +200,17 @@ export default function KBCRestaurantPage() { animationType="slide-up" blogs={[ { - id: "1", category: "Signature Dishes", title: "Butter Chicken Perfection", excerpt: "Creamy, aromatic, and absolutely divine. Our signature butter chicken is prepared with premium ingredients.", imageSrc: "https://images.unsplash.com/photo-1603894416892-8a88fb82ce338?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80", date: "Fresh Daily"}, + id: "1", category: "Signature Dishes", title: "Butter Chicken Perfection", excerpt: "Creamy, aromatic, and absolutely divine. Our signature butter chicken is prepared with premium ingredients.", imageSrc: "https://images.unsplash.com/photo-1603894416892-8a88fb82ce338?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80", date: "Fresh Daily" + }, { - id: "2", category: "Tandoori Specialties", title: "Tandoori Tandoori Chicken Tikka", excerpt: "Marinated in aromatic spices and cooked in our traditional tandoor. Juicy, flavorful, and unforgettable.", imageSrc: "https://images.unsplash.com/photo-1599599810694-b5ac4dd64b11?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", date: "Daily Special"}, + id: "2", category: "Tandoori Specialties", title: "Tandoori Chicken Tikka", excerpt: "Marinated in aromatic spices and cooked in our traditional tandoor. Juicy, flavorful, and unforgettable.", imageSrc: "https://images.unsplash.com/photo-1599599810694-b5ac4dd64b11?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", date: "Daily Special" + }, { - id: "3", category: "Restaurant Ambiance", title: "Warm & Welcoming Interior", excerpt: "Experience authentic North Indian hospitality in our beautifully designed restaurant with traditional décor.", imageSrc: "https://images.unsplash.com/photo-1517701550927-30cf4ba20d7d?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80", date: "Open Daily"}, + id: "3", category: "Restaurant Ambiance", title: "Warm & Welcoming Interior", excerpt: "Experience authentic North Indian hospitality in our beautifully designed restaurant with traditional décor.", imageSrc: "https://images.unsplash.com/photo-1517701550927-30cf4ba20d7d?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=150&q=80", date: "Open Daily" + }, { - id: "4", category: "Gourmet Experience", title: "Paneer Butter Masala Artistry", excerpt: "Soft paneer cubes in a rich, creamy tomato-based curry. A vegetarian masterpiece that delights every palate.", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80", date: "Chef's Special"}, + id: "4", category: "Gourmet Experience", title: "Paneer Butter Masala Artistry", excerpt: "Soft paneer cubes in a rich, creamy tomato-based curry. A vegetarian masterpiece that delights every palate.", imageSrc: "https://images.unsplash.com/photo-1601050690597-df0568f70950?w=600&q=80", authorName: "KBC Team", authorAvatar: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80", date: "Chef's Special" + }, ]} carouselMode="buttons" /> @@ -204,13 +228,16 @@ export default function KBCRestaurantPage() { features={[ { id: 1, - title: "Location", description: "KBC Restaurant, Main Road, Vijayapura, Karnataka. Conveniently located with easy access and ample parking.", imageSrc: "https://images.unsplash.com/photo-1524661135-423995f22d0b?w=600&q=80"}, + title: "Location", description: "KBC Restaurant, Main Road, Vijayapura, Karnataka. Conveniently located with easy access and ample parking.", imageSrc: "https://images.unsplash.com/photo-1524661135-423995f22d0b?w=600&q=80" + }, { id: 2, - title: "Operating Hours", description: "Open daily from 11 AM to 11 PM. Perfect for lunch, dinner, or special occasions. Walk-ins welcome.", imageSrc: "https://images.unsplash.com/photo-1517701550927-30cf4ba20d7d?w=600&q=80"}, + title: "Operating Hours", description: "Open daily from 11 AM to 11 PM. Perfect for lunch, dinner, or special occasions. Walk-ins welcome.", imageSrc: "https://images.unsplash.com/photo-1517701550927-30cf4ba20d7d?w=600&q=80" + }, { id: 3, - title: "Get in Touch", description: "Call us at +91 9901 108 808 for reservations, inquiries, or special orders. We're here to serve you!", imageSrc: "https://images.unsplash.com/photo-1556740738-b6a63e27c4df?w=600&q=80"}, + title: "Get in Touch", description: "Call us at +91 9901 108 808 for reservations, inquiries, or special orders. We're here to serve you!", imageSrc: "https://images.unsplash.com/photo-1556740738-b6a63e27c4df?w=600&q=80" + }, ]} /> @@ -237,13 +264,16 @@ export default function KBCRestaurantPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Follow us on Instagram"}, + href: "https://instagram.com", ariaLabel: "Follow us on Instagram" + }, { icon: Facebook, - href: "https://facebook.com", ariaLabel: "Like us on Facebook"}, + href: "https://facebook.com", ariaLabel: "Like us on Facebook" + }, { icon: Phone, - href: "tel:+919901108808", ariaLabel: "Call us"}, + href: "tel:+919901108808", ariaLabel: "Call us" + }, ]} />