Merge version_1 into main #2
213
src/app/page.tsx
213
src/app/page.tsx
@@ -22,9 +22,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
};
|
||||
text: "Call Now", href: "tel:+919999999999"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -58,11 +56,8 @@ export default function HomePage() {
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=Oxford+Bar+Restaurant+Azamgarh" },
|
||||
]}
|
||||
dashboard={{
|
||||
title: "Oxford Bar & Family Restaurant",
|
||||
logoIcon: UtensilsCrossed,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg",
|
||||
imageAlt: "restaurant dining experience",
|
||||
sidebarItems: [
|
||||
title: "Oxford Bar & Family Restaurant", logoIcon: UtensilsCrossed,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "restaurant dining experience", sidebarItems: [
|
||||
{ icon: Home, active: true },
|
||||
{ icon: Users, active: false },
|
||||
{ icon: Clock, active: false },
|
||||
@@ -73,30 +68,21 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Rating",
|
||||
values: ["4.2", "4.2", "4.2"],
|
||||
description: "Stars (30 reviews)",
|
||||
},
|
||||
title: "Rating", values: [4.2, 4.2, 4.2],
|
||||
description: "Stars (30 reviews)"},
|
||||
{
|
||||
title: "Open Daily",
|
||||
values: ["11 AM", "11 AM", "11 AM"],
|
||||
description: "Closes at 12 AM",
|
||||
},
|
||||
title: "Open Daily", values: [11, 11, 11],
|
||||
description: "Closes at 12 AM"},
|
||||
{
|
||||
title: "Price Range",
|
||||
values: ["₹200", "₹300", "₹400"],
|
||||
description: "Per person",
|
||||
},
|
||||
title: "Price Range", values: [200, 300, 400],
|
||||
description: "Per person"},
|
||||
],
|
||||
chartTitle: "Services Available",
|
||||
listTitle: "Services Available",
|
||||
listItems: [
|
||||
chartTitle: "Services Available", listTitle: "Services Available", listItems: [
|
||||
{ icon: Utensils, title: "Dine-in Service", status: "Available" },
|
||||
{ icon: Car, title: "Drive-through", status: "Available" },
|
||||
{ icon: Wine, title: "Bar Service", status: "Available" },
|
||||
],
|
||||
searchPlaceholder: "Search menu items...",
|
||||
}}
|
||||
searchPlaceholder: "Search menu items..."}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,10 +90,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="About Oxford Bar & Family Restaurant"
|
||||
description={[
|
||||
"Oxford Bar & Family Restaurant is one of Shahganj's favorite spots for delicious food, friendly service, and a relaxed dining atmosphere. Located on the Lower Ground Floor of OP Tower, we've been serving our community with authentic Indian cuisine and quality bar service for years.",
|
||||
"Whether you're coming with family, friends, or colleagues, we provide a comfortable space to enjoy great meals at affordable prices. Our commitment to freshly prepared food, attentive staff, and a welcoming environment makes us the go-to destination for locals and travelers alike.",
|
||||
"We believe in creating moments that matter—where food brings people together and every visit becomes a cherished memory.",
|
||||
]}
|
||||
"Oxford Bar & Family Restaurant is one of Shahganj's favorite spots for delicious food, friendly service, and a relaxed dining atmosphere. Located on the Lower Ground Floor of OP Tower, we've been serving our community with authentic Indian cuisine and quality bar service for years.", "Whether you're coming with family, friends, or colleagues, we provide a comfortable space to enjoy great meals at affordable prices. Our commitment to freshly prepared food, attentive staff, and a welcoming environment makes us the go-to destination for locals and travelers alike.", "We believe in creating moments that matter—where food brings people together and every visit becomes a cherished memory."]}
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "View Our Menu", href: "/menu" },
|
||||
@@ -129,53 +112,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "₹280",
|
||||
variant: "Creamy Tomato Sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg?_wi=1",
|
||||
imageAlt: "Butter Chicken",
|
||||
},
|
||||
id: "1", name: "Butter Chicken", price: "₹280", variant: "Creamy Tomato Sauce", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sauce-curry-served-bowl-with-sticks-table-closeup_1220-7638.jpg", imageAlt: "Butter Chicken"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Fried Rice",
|
||||
price: "₹220",
|
||||
variant: "With Vegetables",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-pasta-orzo-with-vegetables-mediterranean-style-green-background_127032-3492.jpg?_wi=1",
|
||||
imageAlt: "Chicken Fried Rice",
|
||||
},
|
||||
id: "2", name: "Chicken Fried Rice", price: "₹220", variant: "With Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/bowl-with-chicken-pasta-orzo-with-vegetables-mediterranean-style-green-background_127032-3492.jpg", imageAlt: "Chicken Fried Rice"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paneer Butter Masala",
|
||||
price: "₹260",
|
||||
variant: "Soft Paneer Cubes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg?_wi=1",
|
||||
imageAlt: "Paneer Butter Masala",
|
||||
},
|
||||
id: "3", name: "Paneer Butter Masala", price: "₹260", variant: "Soft Paneer Cubes", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-meal-with-meat_23-2148825108.jpg", imageAlt: "Paneer Butter Masala"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tandoori Roti & Naan",
|
||||
price: "₹80",
|
||||
variant: "Freshly Baked",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034024.jpg?_wi=1",
|
||||
imageAlt: "Tandoori Roti and Naan",
|
||||
},
|
||||
id: "4", name: "Tandoori Roti & Naan", price: "₹80", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034024.jpg", imageAlt: "Tandoori Roti and Naan"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Veg Fried Rice",
|
||||
price: "₹200",
|
||||
variant: "Mixed Vegetables",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-homemade-vegetable-fried-rice-recipe_632498-24730.jpg?_wi=1",
|
||||
imageAlt: "Veg Fried Rice",
|
||||
},
|
||||
id: "5", name: "Veg Fried Rice", price: "₹200", variant: "Mixed Vegetables", imageSrc: "http://img.b2bpic.net/free-psd/delicious-homemade-vegetable-fried-rice-recipe_632498-24730.jpg", imageAlt: "Veg Fried Rice"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chicken Curry",
|
||||
price: "₹250",
|
||||
variant: "Traditional Spices",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6243.jpg?_wi=1",
|
||||
imageAlt: "Chicken Curry",
|
||||
},
|
||||
id: "6", name: "Chicken Curry", price: "₹250", variant: "Traditional Spices", imageSrc: "http://img.b2bpic.net/free-photo/curry-with-chicken-onions-indian-food-asian-cuisine-top-view_2829-6243.jpg", imageAlt: "Chicken Curry"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -185,42 +132,27 @@ export default function HomePage() {
|
||||
title="Why Choose Oxford Bar & Family Restaurant?"
|
||||
description="We're committed to delivering exceptional dining experiences that go beyond just great food."
|
||||
tag="Our Promise"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Restaurant interior and dining area"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
useInvertedBackground={false}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Friendly Staff & Great Service",
|
||||
content:
|
||||
"Our team is trained to provide warm, attentive service that makes every guest feel welcome. We take pride in our hospitality and genuine care for your dining experience.",
|
||||
},
|
||||
id: "1", title: "Friendly Staff & Great Service", content:
|
||||
"Our team is trained to provide warm, attentive service that makes every guest feel welcome. We take pride in our hospitality and genuine care for your dining experience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Affordable Pricing",
|
||||
content:
|
||||
"Enjoy delicious, authentic Indian cuisine and premium bar service without breaking the bank. Quality dining at prices that won't hurt your wallet.",
|
||||
},
|
||||
id: "2", title: "Affordable Pricing", content:
|
||||
"Enjoy delicious, authentic Indian cuisine and premium bar service without breaking the bank. Quality dining at prices that won't hurt your wallet."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Comfortable Family Environment",
|
||||
content:
|
||||
"Spacious seating, relaxed ambiance, and family-friendly settings make us perfect for gatherings, celebrations, and casual dining with loved ones.",
|
||||
},
|
||||
id: "3", title: "Comfortable Family Environment", content:
|
||||
"Spacious seating, relaxed ambiance, and family-friendly settings make us perfect for gatherings, celebrations, and casual dining with loved ones."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Freshly Prepared Food",
|
||||
content:
|
||||
"Every dish is prepared fresh to order using quality ingredients and traditional cooking methods. Taste the difference authentic preparation makes.",
|
||||
},
|
||||
id: "4", title: "Freshly Prepared Food", content:
|
||||
"Every dish is prepared fresh to order using quality ingredients and traditional cooking methods. Taste the difference authentic preparation makes."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Convenient Location",
|
||||
content:
|
||||
"Located on Lower Ground Floor, OP Tower, Azamgarh Road, Shahganj. Easy to find, easy to reach—perfectly positioned for your convenience.",
|
||||
},
|
||||
id: "5", title: "Convenient Location", content:
|
||||
"Located on Lower Ground Floor, OP Tower, Azamgarh Road, Shahganj. Easy to find, easy to reach—perfectly positioned for your convenience."},
|
||||
]}
|
||||
buttons={[]}
|
||||
/>
|
||||
@@ -237,65 +169,29 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_k",
|
||||
testimonial:
|
||||
"Good service, specially staff behaviour is very nice. The food quality is excellent and authentic. Would definitely recommend to friends and family!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial:
|
||||
"Good service, specially staff behaviour is very nice. The food quality is excellent and authentic. Would definitely recommend to friends and family!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_sharma",
|
||||
testimonial:
|
||||
"Very familiar bar and restaurant, staff behaviour is nice. A comfortable place to hang out with family. Great value for money!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_sharma", testimonial:
|
||||
"Very familiar bar and restaurant, staff behaviour is nice. A comfortable place to hang out with family. Great value for money!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
handle: "@amit_patel",
|
||||
testimonial:
|
||||
"The butter chicken here is absolutely delicious. Fresh ingredients and authentic taste. Staff is courteous and the atmosphere is very welcoming.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "3", name: "Amit Patel", handle: "@amit_patel", testimonial:
|
||||
"The butter chicken here is absolutely delicious. Fresh ingredients and authentic taste. Staff is courteous and the atmosphere is very welcoming.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Singh",
|
||||
handle: "@neha_singh",
|
||||
testimonial:
|
||||
"Perfect spot for family dinners. The service is quick, food is tasty, and prices are reasonable. We visit frequently!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=3",
|
||||
imageAlt: "Neha Singh",
|
||||
},
|
||||
id: "4", name: "Neha Singh", handle: "@neha_singh", testimonial:
|
||||
"Perfect spot for family dinners. The service is quick, food is tasty, and prices are reasonable. We visit frequently!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Neha Singh"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Rao",
|
||||
handle: "@vikram_rao",
|
||||
testimonial:
|
||||
"Excellent bar selection and great food options. The staff made us feel special on our anniversary. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "Vikram Rao",
|
||||
},
|
||||
id: "5", name: "Vikram Rao", handle: "@vikram_rao", testimonial:
|
||||
"Excellent bar selection and great food options. The staff made us feel special on our anniversary. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Rao"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anjali Verma",
|
||||
handle: "@anjali_verma",
|
||||
testimonial:
|
||||
"A gem in Shahganj! Authentic flavors, clean ambiance, and friendly people. Always my first choice for dining out.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=4",
|
||||
imageAlt: "Anjali Verma",
|
||||
},
|
||||
id: "6", name: "Anjali Verma", handle: "@anjali_verma", testimonial:
|
||||
"A gem in Shahganj! Authentic flavors, clean ambiance, and friendly people. Always my first choice for dining out.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Anjali Verma"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -315,14 +211,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg"
|
||||
imageAlt="Oxford Bar & Family Restaurant interior"
|
||||
logoText="Oxford Bar & Restaurant"
|
||||
copyrightText="© 2025 Oxford Bar & Family Restaurant. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -330,19 +225,15 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: +91 5453 358 746", href: "tel:+915453358746" },
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Oxford+Bar+Restaurant+Azamgarh",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=Oxford+Bar+Restaurant+Azamgarh"},
|
||||
{ label: "Email: info@oxfordbar.com", href: "mailto:info@oxfordbar.com" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Open Daily", href: "#" },
|
||||
{ label: "Closes at 12:00 AM", href: "#" },
|
||||
{ label: "Lunch & Dinner", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user