Merge version_2 into main #3
336
src/app/page.tsx
336
src/app/page.tsx
@@ -51,9 +51,7 @@ export default function HomePage() {
|
||||
brandName="Aswad Non Veg"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#featured-dishes",
|
||||
}}
|
||||
text: "Order Now", href: "#featured-dishes"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,13 +64,9 @@ export default function HomePage() {
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+918765432109",
|
||||
},
|
||||
text: "Call Now", href: "tel:+918765432109"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#featured-dishes",
|
||||
},
|
||||
text: "Order Now", href: "#featured-dishes"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Aswad Non Veg restaurant hero section"
|
||||
@@ -90,61 +84,31 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "north-indian",
|
||||
title: "North Indian",
|
||||
descriptions: [
|
||||
"Butter Chicken",
|
||||
"Tandoori Chicken",
|
||||
"Rogan Josh",
|
||||
"Nihari",
|
||||
],
|
||||
id: "north-indian", title: "North Indian", descriptions: [
|
||||
"Butter Chicken", "Tandoori Chicken", "Rogan Josh", "Nihari"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508959.jpg",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&h=600&fit=crop"},
|
||||
{
|
||||
id: "south-indian",
|
||||
title: "South Indian",
|
||||
descriptions: [
|
||||
"Pepper Chicken",
|
||||
"Chettinad Mutton",
|
||||
"Goan Fish Curry",
|
||||
"Hyderabadi Biryani",
|
||||
],
|
||||
id: "south-indian", title: "South Indian", descriptions: [
|
||||
"Pepper Chicken", "Chettinad Mutton", "Goan Fish Curry", "Hyderabadi Biryani"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-baked-vegetables-potatoes-eggplants-with-seasonings-dark-space_140725-79626.jpg",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1601050690597-df0568f70950?w=800&h=600&fit=crop"},
|
||||
{
|
||||
id: "street-food",
|
||||
title: "Street Food",
|
||||
descriptions: [
|
||||
"Seekh Kebab",
|
||||
"Chicken Tikka",
|
||||
"Lamb Chops",
|
||||
"Meat Samosas",
|
||||
],
|
||||
id: "street-food", title: "Street Food", descriptions: [
|
||||
"Seekh Kebab", "Chicken Tikka", "Lamb Chops", "Meat Samosas"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/sliced-fried-sausages-stick_140725-6459.jpg",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1603894542802-ac56dff8dba7?w=800&h=600&fit=crop"},
|
||||
{
|
||||
id: "biryanis",
|
||||
title: "Biryanis & Rice",
|
||||
descriptions: [
|
||||
"Mutton Biryani",
|
||||
"Chicken Biryani",
|
||||
"Goat Biryani",
|
||||
"Keema Rice",
|
||||
],
|
||||
id: "biryanis", title: "Biryanis & Rice", descriptions: [
|
||||
"Mutton Biryani", "Chicken Biryani", "Goat Biryani", "Keema Rice"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-bowls-colorful-spices-pilaf-checkered-tablecloth_140725-78651.jpg",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1585147221614-853a76fe0fe8?w=800&h=600&fit=crop"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,38 +126,18 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "butter-chicken",
|
||||
name: "Butter Chicken",
|
||||
price: "₹450",
|
||||
variant: "Medium Spice",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/indian-delicious-food-flat-lay_23-2148723501.jpg",
|
||||
imageAlt: "Butter Chicken",
|
||||
},
|
||||
id: "butter-chicken", name: "Butter Chicken", price: "₹450", variant: "Medium Spice", imageSrc:
|
||||
"https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&h=600&fit=crop", imageAlt: "Butter Chicken"},
|
||||
{
|
||||
id: "mutton-biryani",
|
||||
name: "Mutton Biryani",
|
||||
price: "₹380",
|
||||
variant: "Aromatic Rice",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-close-up-view-spices-bowl-rice-cutting-board-pilaf-cutting-board_140725-74081.jpg",
|
||||
imageAlt: "Mutton Biryani",
|
||||
},
|
||||
id: "mutton-biryani", name: "Mutton Biryani", price: "₹380", variant: "Aromatic Rice", imageSrc:
|
||||
"https://images.unsplash.com/photo-1585147221614-853a76fe0fe8?w=800&h=600&fit=crop", imageAlt: "Mutton Biryani"},
|
||||
{
|
||||
id: "tandoori-chicken",
|
||||
name: "Tandoori Chicken",
|
||||
price: "₹400",
|
||||
variant: "Half Kg",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-chicken-with-herbs-board-bowl-sauce-bottle-oil-garlic_140725-73739.jpg",
|
||||
imageAlt: "Tandoori Chicken",
|
||||
},
|
||||
id: "tandoori-chicken", name: "Tandoori Chicken", price: "₹400", variant: "Half Kg", imageSrc:
|
||||
"https://images.unsplash.com/photo-1603894542802-ac56dff8dba7?w=800&h=600&fit=crop", imageAlt: "Tandoori Chicken"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#order",
|
||||
},
|
||||
text: "Order Now", href: "#order"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -209,7 +153,7 @@ export default function HomePage() {
|
||||
icon={ChefHat}
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-salad_23-2148145604.jpg"
|
||||
imageSrc="https://images.unsplash.com/photo-1504674900985-f32e250a74d0?w=800&h=600&fit=crop"
|
||||
imageAlt="Master chef preparing traditional Indian meat dishes"
|
||||
/>
|
||||
</div>
|
||||
@@ -227,26 +171,14 @@ export default function HomePage() {
|
||||
animationType="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "order-123456",
|
||||
value: "Order ID: 123456",
|
||||
title: "Status: Preparing",
|
||||
description:
|
||||
"Your delicious meal is being crafted with care in our kitchen.",
|
||||
icon: Clock,
|
||||
id: "order-123456", value: "Order ID: 123456", title: "Status: Preparing", description:
|
||||
"Your delicious meal is being crafted with care in our kitchen.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "order-123457",
|
||||
value: "Order ID: 123457",
|
||||
title: "Status: On the Way",
|
||||
description: "Your order is out for delivery and will arrive soon.",
|
||||
icon: Truck,
|
||||
id: "order-123457", value: "Order ID: 123457", title: "Status: On the Way", description: "Your order is out for delivery and will arrive soon.", icon: Truck,
|
||||
},
|
||||
{
|
||||
id: "order-123458",
|
||||
value: "Order ID: 123458",
|
||||
title: "Status: Delivered",
|
||||
description: "Your order has been successfully delivered. Enjoy!",
|
||||
icon: CheckCircle,
|
||||
id: "order-123458", value: "Order ID: 123458", title: "Status: Delivered", description: "Your order has been successfully delivered. Enjoy!", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -265,45 +197,21 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Raj Kumar",
|
||||
role: "Food Enthusiast",
|
||||
company: "New Delhi",
|
||||
rating: 5,
|
||||
id: "1", name: "Raj Kumar", role: "Food Enthusiast", company: "New Delhi", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099212.jpg",
|
||||
imageAlt: "Raj Kumar",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&h=600&fit=crop", imageAlt: "Raj Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
role: "Restaurant Critic",
|
||||
company: "Mumbai Food Blog",
|
||||
rating: 5,
|
||||
id: "2", name: "Priya Singh", role: "Restaurant Critic", company: "Mumbai Food Blog", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg",
|
||||
imageAlt: "Priya Singh",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&h=600&fit=crop", imageAlt: "Priya Singh"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Regular Customer",
|
||||
company: "Dubai",
|
||||
rating: 5,
|
||||
id: "3", name: "Ahmed Hassan", role: "Regular Customer", company: "Dubai", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-handsome-stylish-young-man-standing-profile-turn-head-with-beaming-smile-express-satisfaction-enthusiasm-standing-white-wall-pleased_176420-33957.jpg",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=800&h=600&fit=crop", imageAlt: "Ahmed Hassan"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Patel",
|
||||
role: "Event Organizer",
|
||||
company: "Bangalore",
|
||||
rating: 5,
|
||||
id: "4", name: "Neha Patel", role: "Event Organizer", company: "Bangalore", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-pretty-funny-emotional-woman-checkered-shirt-posing-isolated-white-studio-wall-showing-gesture_285396-9157.jpg",
|
||||
imageAlt: "Neha Patel",
|
||||
},
|
||||
"https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=800&h=600&fit=crop", imageAlt: "Neha Patel"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -320,89 +228,35 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
category: "Dish",
|
||||
title: "Butter Chicken Delight",
|
||||
excerpt:
|
||||
"Golden, creamy butter chicken with aromatic spices - a timeless favorite.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/anise-pepper-near-rice-dish_23-2147894721.jpg",
|
||||
imageAlt: "Butter Chicken",
|
||||
authorName: "Aswad Kitchen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-vector/pack-six-vintage-logos_23-2147589063.jpg",
|
||||
date: "2025-01-15",
|
||||
},
|
||||
id: "gallery-1", category: "Dish", title: "Butter Chicken Delight", excerpt:
|
||||
"Golden, creamy butter chicken with aromatic spices - a timeless favorite.", imageSrc:
|
||||
"https://images.unsplash.com/photo-1565299585323-38d6b0865b47?w=800&h=600&fit=crop", imageAlt: "Butter Chicken", authorName: "Aswad Kitchen", authorAvatar:
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", date: "2025-01-15"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
category: "Dish",
|
||||
title: "Tandoori Chicken",
|
||||
excerpt:
|
||||
"Succulent tandoori chicken marinated in yogurt and spices, grilled to perfection.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-8376.jpg",
|
||||
imageAlt: "Tandoori Chicken",
|
||||
authorName: "Aswad Kitchen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-vector/pack-six-vintage-logos_23-2147589063.jpg",
|
||||
date: "2025-01-14",
|
||||
},
|
||||
id: "gallery-2", category: "Dish", title: "Tandoori Chicken", excerpt:
|
||||
"Succulent tandoori chicken marinated in yogurt and spices, grilled to perfection.", imageSrc:
|
||||
"https://images.unsplash.com/photo-1603894542802-ac56dff8dba7?w=800&h=600&fit=crop", imageAlt: "Tandoori Chicken", authorName: "Aswad Kitchen", authorAvatar:
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", date: "2025-01-14"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
category: "Ambiance",
|
||||
title: "Restaurant Ambiance",
|
||||
excerpt:
|
||||
"Warm, welcoming interiors with traditional Indian décor creating an authentic dining experience.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-dancing-with-woman-restaurant_23-2148016782.jpg",
|
||||
imageAlt: "Restaurant Interior",
|
||||
authorName: "Aswad Kitchen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-vector/pack-six-vintage-logos_23-2147589063.jpg",
|
||||
date: "2025-01-13",
|
||||
},
|
||||
id: "gallery-3", category: "Ambiance", title: "Restaurant Ambiance", excerpt:
|
||||
"Warm, welcoming interiors with traditional Indian décor creating an authentic dining experience.", imageSrc:
|
||||
"https://images.unsplash.com/photo-1552566626-52f8b828add9?w=800&h=600&fit=crop", imageAlt: "Restaurant Interior", authorName: "Aswad Kitchen", authorAvatar:
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", date: "2025-01-13"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
category: "Dish",
|
||||
title: "Mutton Biryani",
|
||||
excerpt:
|
||||
"Fragrant basmati rice layered with tender mutton and aromatic spices - a royal delicacy.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bowl-with-spice-powder-near-rice-dishes_23-2147894738.jpg",
|
||||
imageAlt: "Mutton Biryani",
|
||||
authorName: "Aswad Kitchen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-vector/pack-six-vintage-logos_23-2147589063.jpg",
|
||||
date: "2025-01-12",
|
||||
},
|
||||
id: "gallery-4", category: "Dish", title: "Mutton Biryani", excerpt:
|
||||
"Fragrant basmati rice layered with tender mutton and aromatic spices - a royal delicacy.", imageSrc:
|
||||
"https://images.unsplash.com/photo-1585147221614-853a76fe0fe8?w=800&h=600&fit=crop", imageAlt: "Mutton Biryani", authorName: "Aswad Kitchen", authorAvatar:
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", date: "2025-01-12"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
category: "Dish",
|
||||
title: "Seekh Kebab",
|
||||
excerpt:
|
||||
"Minced meat kebabs with bold spices, grilled to smoky perfection on traditional skewers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-turkish-food-cig-kofte-with-lemon-lettuce-wooden-table_140725-10425.jpg",
|
||||
imageAlt: "Seekh Kebab",
|
||||
authorName: "Aswad Kitchen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-vector/pack-six-vintage-logos_23-2147589063.jpg",
|
||||
date: "2025-01-11",
|
||||
},
|
||||
id: "gallery-5", category: "Dish", title: "Seekh Kebab", excerpt:
|
||||
"Minced meat kebabs with bold spices, grilled to smoky perfection on traditional skewers.", imageSrc:
|
||||
"https://images.unsplash.com/photo-1555939594-58d7cb561af1?w=800&h=600&fit=crop", imageAlt: "Seekh Kebab", authorName: "Aswad Kitchen", authorAvatar:
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", date: "2025-01-11"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
category: "Dish",
|
||||
title: "Lamb Chops",
|
||||
excerpt:
|
||||
"Tender lamb chops marinated in exotic spices and grilled with perfection.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-onion-herbs-lemon-sauce-garlic_140725-71499.jpg",
|
||||
imageAlt: "Lamb Chops",
|
||||
authorName: "Aswad Kitchen",
|
||||
authorAvatar:
|
||||
"http://img.b2bpic.net/free-vector/pack-six-vintage-logos_23-2147589063.jpg",
|
||||
date: "2025-01-10",
|
||||
},
|
||||
id: "gallery-6", category: "Dish", title: "Lamb Chops", excerpt:
|
||||
"Tender lamb chops marinated in exotic spices and grilled with perfection.", imageSrc:
|
||||
"https://images.unsplash.com/photo-1432139555190-58524dae6a55?w=800&h=600&fit=crop", imageAlt: "Lamb Chops", authorName: "Aswad Kitchen", authorAvatar:
|
||||
"https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", date: "2025-01-10"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -412,18 +266,13 @@ export default function HomePage() {
|
||||
text="Get in Touch - Call, Message, or Visit Us Today"
|
||||
animationType="reveal-blur"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: +91-8765-432-109",
|
||||
href: "tel:+918765432109",
|
||||
},
|
||||
text: "Call: +91-8765-432-109", href: "tel:+918765432109"},
|
||||
{
|
||||
text: "Message Us",
|
||||
href: "#contact-form",
|
||||
},
|
||||
text: "Message Us", href: "#contact-form"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -434,66 +283,39 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Aswad Non Veg | All rights reserved"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: +91-8765-432-109",
|
||||
href: "tel:+918765432109",
|
||||
},
|
||||
label: "Phone: +91-8765-432-109", href: "tel:+918765432109"},
|
||||
{
|
||||
label: "Email: info@aswadnonveg.com",
|
||||
href: "mailto:info@aswadnonveg.com",
|
||||
},
|
||||
label: "Email: info@aswadnonveg.com", href: "mailto:info@aswadnonveg.com"},
|
||||
{
|
||||
label: "Address: 123 Food Street, Delhi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 123 Food Street, Delhi", href: "#"},
|
||||
{
|
||||
label: "Hours: 11 AM - 11 PM Daily",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: 11 AM - 11 PM Daily", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/aswadnonveg",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/aswadnonveg"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/aswadnonveg",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/aswadnonveg"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/aswadnonveg",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/aswadnonveg"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/918765432109",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/918765432109"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -501,4 +323,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user