Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -29,24 +28,21 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order Online",
|
||||
items: [
|
||||
title: "Order Online", items: [
|
||||
{ label: "Zomato", href: "https://www.zomato.com" },
|
||||
{ label: "Swiggy", href: "https://www.swiggy.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/917075143444" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +91 70751 43444", href: "tel:+917075143444" },
|
||||
{ label: "Open till 1 AM Daily", href: "#" },
|
||||
{ label: "Dine-in • Takeaway • Delivery", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{ label: "Hussain Castel Apartments", href: "#" },
|
||||
{ label: "Happy Homes Colony", href: "#" },
|
||||
{ label: "Upperpally, Telangana 500048", href: "#" },
|
||||
@@ -61,7 +57,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -71,9 +67,7 @@ export default function AboutPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "https://www.zomato.com",
|
||||
}}
|
||||
text: "Order Now", href: "https://www.zomato.com"}}
|
||||
brandName="Big Cheese Cafe"
|
||||
/>
|
||||
</div>
|
||||
@@ -88,9 +82,10 @@ export default function AboutPage() {
|
||||
{ value: "5+", title: "Years Serving Excellence" },
|
||||
{ value: "500+", title: "Happy Customers Daily" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
|
||||
imageAlt="Big Cheese Cafe Interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,29 +98,14 @@ export default function AboutPage() {
|
||||
tagIcon={Flame}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authentic Recipes",
|
||||
author: "Traditional Heritage",
|
||||
description: "Every dish is prepared using time-honored recipes passed down through generations, ensuring authentic taste in every bite. We respect the culinary traditions of Turkish and Arabian cuisine.",
|
||||
tags: ["Heritage", "Tradition", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg?_wi=2",
|
||||
},
|
||||
id: "1", title: "Authentic Recipes", author: "Traditional Heritage", description: "Every dish is prepared using time-honored recipes passed down through generations, ensuring authentic taste in every bite. We respect the culinary traditions of Turkish and Arabian cuisine.", tags: ["Heritage", "Tradition", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fresh Ingredients",
|
||||
author: "Daily Sourcing",
|
||||
description: "We source fresh, premium ingredients every day from trusted local suppliers. Quality is never compromised, and every item is handpicked for excellence.",
|
||||
tags: ["Premium", "Fresh", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=3",
|
||||
},
|
||||
id: "2", title: "Fresh Ingredients", author: "Daily Sourcing", description: "We source fresh, premium ingredients every day from trusted local suppliers. Quality is never compromised, and every item is handpicked for excellence.", tags: ["Premium", "Fresh", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Customer Dedication",
|
||||
author: "Service Excellence",
|
||||
description: "Our team is trained to provide exceptional service with a smile. We treat every customer as family and ensure your dining experience is unforgettable.",
|
||||
tags: ["Friendly", "Professional", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Customer Dedication", author: "Service Excellence", description: "Our team is trained to provide exceptional service with a smile. We treat every customer as family and ensure your dining experience is unforgettable.", tags: ["Friendly", "Professional", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
170
src/app/page.tsx
170
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
@@ -32,24 +31,21 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order Online",
|
||||
items: [
|
||||
title: "Order Online", items: [
|
||||
{ label: "Zomato", href: "https://www.zomato.com" },
|
||||
{ label: "Swiggy", href: "https://www.swiggy.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/917075143444" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +91 70751 43444", href: "tel:+917075143444" },
|
||||
{ label: "Open till 1 AM Daily", href: "#" },
|
||||
{ label: "Dine-in • Takeaway • Delivery", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{ label: "Hussain Castel Apartments", href: "#" },
|
||||
{ label: "Happy Homes Colony", href: "#" },
|
||||
{ label: "Upperpally, Telangana 500048", href: "#" },
|
||||
@@ -64,7 +60,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -74,9 +70,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "https://www.zomato.com",
|
||||
}}
|
||||
text: "Order Now", href: "https://www.zomato.com"}}
|
||||
brandName="Big Cheese Cafe"
|
||||
/>
|
||||
</div>
|
||||
@@ -91,13 +85,10 @@ export default function HomePage() {
|
||||
{ text: "Order on Zomato", href: "https://www.zomato.com" },
|
||||
{ text: "Order on Swiggy", href: "https://www.swiggy.com" },
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
title: "Big Cheese Cafe Highlights",
|
||||
logoIcon: "Pizza" as any,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1",
|
||||
searchPlaceholder: "Search our menu...",
|
||||
buttons: [
|
||||
title: "Big Cheese Cafe Highlights", logoIcon: "Pizza" as any,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", searchPlaceholder: "Search our menu...", buttons: [
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
{ text: "Call Us", href: "tel:+917075143444" },
|
||||
],
|
||||
@@ -108,46 +99,32 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Years of Excellence",
|
||||
values: [3, 4, 5],
|
||||
description: "Serving authentic cuisine.",
|
||||
},
|
||||
title: "Years of Excellence", values: [3, 4, 5],
|
||||
description: "Serving authentic cuisine."},
|
||||
{
|
||||
title: "Menu Items",
|
||||
values: [45, 60, 80],
|
||||
description: "Diverse delicious options.",
|
||||
},
|
||||
title: "Menu Items", values: [45, 60, 80],
|
||||
description: "Diverse delicious options."},
|
||||
{
|
||||
title: "Daily Customers",
|
||||
values: [150, 250, 350],
|
||||
description: "Happy food lovers.",
|
||||
},
|
||||
title: "Daily Customers", values: [150, 250, 350],
|
||||
description: "Happy food lovers."},
|
||||
],
|
||||
chartTitle: "Popular Hours",
|
||||
chartData: [
|
||||
chartTitle: "Popular Hours", chartData: [
|
||||
{ value: 45 },
|
||||
{ value: 70 },
|
||||
{ value: 85 },
|
||||
{ value: 60 },
|
||||
{ value: 90 },
|
||||
],
|
||||
listTitle: "Today's Specials",
|
||||
listItems: [
|
||||
listTitle: "Today's Specials", listItems: [
|
||||
{
|
||||
icon: "Beef" as any,
|
||||
title: "Shawarma Special",
|
||||
status: "Available",
|
||||
},
|
||||
title: "Shawarma Special", status: "Available"},
|
||||
{
|
||||
icon: "Flame" as any,
|
||||
title: "Spicy Burger",
|
||||
status: "Hot & Fresh",
|
||||
},
|
||||
title: "Spicy Burger", status: "Hot & Fresh"},
|
||||
{
|
||||
icon: "Wind" as any,
|
||||
title: "Fresh Juices",
|
||||
status: "Cold & Refreshing",
|
||||
},
|
||||
title: "Fresh Juices", status: "Cold & Refreshing"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -161,37 +138,13 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Shawarma",
|
||||
price: "₹250",
|
||||
variant: "Spiced to Perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg?_wi=1",
|
||||
imageAlt: "Chicken Shawarma",
|
||||
},
|
||||
id: "1", name: "Chicken Shawarma", price: "₹250", variant: "Spiced to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-wrap-with-vegetables_140725-10472.jpg", imageAlt: "Chicken Shawarma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Beef Burger Deluxe",
|
||||
price: "₹300",
|
||||
variant: "Premium Beef Patty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg?_wi=1",
|
||||
imageAlt: "Beef Burger",
|
||||
},
|
||||
id: "2", name: "Beef Burger Deluxe", price: "₹300", variant: "Premium Beef Patty", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hot-burger-with-cold-beer-table-dark-blue-background_181624-58594.jpg", imageAlt: "Beef Burger"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cheese Pizza",
|
||||
price: "₹280",
|
||||
variant: "Loaded with Cheese",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg?_wi=1",
|
||||
imageAlt: "Cheese Pizza",
|
||||
},
|
||||
id: "3", name: "Cheese Pizza", price: "₹280", variant: "Loaded with Cheese", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-pizza-oven-grate_23-2148120176.jpg", imageAlt: "Cheese Pizza"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arabian Pasta",
|
||||
price: "₹220",
|
||||
variant: "Creamy & Aromatic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg?_wi=1",
|
||||
imageAlt: "Arabian Pasta",
|
||||
},
|
||||
id: "4", name: "Arabian Pasta", price: "₹220", variant: "Creamy & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/serving-homemade-pappardelle-pasta-with-mushrooms-parmesan-cheese_53876-105902.jpg", imageAlt: "Arabian Pasta"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -210,9 +163,10 @@ export default function HomePage() {
|
||||
{ value: "500+", title: "Happy Customers Daily" },
|
||||
{ value: "50+", title: "Menu Items" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-standing-cafe_627829-5462.jpg"
|
||||
imageAlt="Big Cheese Cafe Interior"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -225,37 +179,17 @@ export default function HomePage() {
|
||||
tagIcon={MenuSquare}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Shawarmas",
|
||||
author: "House Specialty",
|
||||
description: "Tender, juicy shawarmas with your choice of chicken, beef, or lamb. Perfectly seasoned with our secret spice blend.",
|
||||
tags: ["Popular", "Vegetarian Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Shawarmas", author: "House Specialty", description: "Tender, juicy shawarmas with your choice of chicken, beef, or lamb. Perfectly seasoned with our secret spice blend.", tags: ["Popular", "Vegetarian Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Pizzas",
|
||||
author: "Oven Baked",
|
||||
description: "Crispy, thin-crust pizzas loaded with premium cheese and fresh toppings. Made fresh to order.",
|
||||
tags: ["Cheese Lovers", "Customizable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-kitchen-putting-ingredients-pizza-old-wooden-background-pizza-concept-production-delivery-food-cooking-concept-close-up_639032-447.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Pizzas", author: "Oven Baked", description: "Crispy, thin-crust pizzas loaded with premium cheese and fresh toppings. Made fresh to order.", tags: ["Cheese Lovers", "Customizable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-kitchen-putting-ingredients-pizza-old-wooden-background-pizza-concept-production-delivery-food-cooking-concept-close-up_639032-447.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Burgers",
|
||||
author: "Flame Grilled",
|
||||
description: "Juicy, handmade burgers with premium beef patties and gourmet toppings. Served with crispy fries.",
|
||||
tags: ["Best Seller", "Combo Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-plate_23-2148290713.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Burgers", author: "Flame Grilled", description: "Juicy, handmade burgers with premium beef patties and gourmet toppings. Served with crispy fries.", tags: ["Best Seller", "Combo Available"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ready-be-served-burger-plate_23-2148290713.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Pastas",
|
||||
author: "Slow Cooked",
|
||||
description: "Creamy and aromatic pasta dishes inspired by Arabian cuisine. Rich sauces and fresh ingredients.",
|
||||
tags: ["Comfort Food", "Vegetarian Options"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg?_wi=1",
|
||||
},
|
||||
id: "4", title: "Pastas", author: "Slow Cooked", description: "Creamy and aromatic pasta dishes inspired by Arabian cuisine. Rich sauces and fresh ingredients.", tags: ["Comfort Food", "Vegetarian Options"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-cream-cheese_1339-3956.jpg"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -271,37 +205,17 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Raj Kumar",
|
||||
role: "Regular Customer",
|
||||
company: "Food Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Raj Kumar", role: "Regular Customer", company: "Food Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-looks-motivated_114579-15924.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Social Media Influencer",
|
||||
company: "FoodieFeed",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Social Media Influencer", company: "FoodieFeed", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-posing-cute-stylish-outfit-camera-smiling_482257-122351.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ahmed Khan",
|
||||
role: "Food Blogger",
|
||||
company: "TasteOfIndia",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Ahmed Khan", role: "Food Blogger", company: "TasteOfIndia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Desai",
|
||||
role: "Event Organizer",
|
||||
company: "Celebration Pro",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Anjali Desai", role: "Event Organizer", company: "Celebration Pro", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "4.8★", label: "Average Rating" },
|
||||
|
||||
Reference in New Issue
Block a user