Merge version_1 into main #2
@@ -48,28 +48,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Daily Orders Served",
|
||||
items: ["Consistent growth", "High satisfaction rate", "Loyal customer base"]
|
||||
id: "1", value: "500+", title: "Daily Orders Served", items: ["Consistent growth", "High satisfaction rate", "Loyal customer base"]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
title: "Customer Satisfaction",
|
||||
items: ["Quality assurance", "Fresh ingredients", "On-time delivery"]
|
||||
id: "2", value: "98%", title: "Customer Satisfaction", items: ["Quality assurance", "Fresh ingredients", "On-time delivery"]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "30-45",
|
||||
title: "Minutes Average Delivery",
|
||||
items: ["Fast logistics", "Live tracking", "Temperature controlled"]
|
||||
id: "3", value: "30-45", title: "Minutes Average Delivery", items: ["Fast logistics", "Live tracking", "Temperature controlled"]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
title: "Menu Items Available",
|
||||
items: ["Diverse options", "Authentic recipes", "Daily specials"]
|
||||
id: "4", value: "50+", title: "Menu Items Available", items: ["Diverse options", "Authentic recipes", "Daily specials"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -85,36 +73,18 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "quality",
|
||||
label: "Quality",
|
||||
title: "Premium Ingredients & Authentic Recipes",
|
||||
items: [
|
||||
"Fresh ingredients daily",
|
||||
"No artificial flavors",
|
||||
"Hygienic preparation",
|
||||
"Quality control checks"
|
||||
id: "quality", label: "Quality", title: "Premium Ingredients & Authentic Recipes", items: [
|
||||
"Fresh ingredients daily", "No artificial flavors", "Hygienic preparation", "Quality control checks"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "speed",
|
||||
label: "Speed",
|
||||
title: "Fast & Reliable Delivery Service",
|
||||
items: [
|
||||
"30-45 min average",
|
||||
"Live order tracking",
|
||||
"Multiple delivery riders",
|
||||
"On-time guarantee"
|
||||
id: "speed", label: "Speed", title: "Fast & Reliable Delivery Service", items: [
|
||||
"30-45 min average", "Live order tracking", "Multiple delivery riders", "On-time guarantee"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "service",
|
||||
label: "Service",
|
||||
title: "Excellent Customer Support",
|
||||
items: [
|
||||
"24/7 WhatsApp support",
|
||||
"Friendly staff",
|
||||
"Special requests honored",
|
||||
"Loyalty rewards program"
|
||||
id: "service", label: "Service", title: "Excellent Customer Support", items: [
|
||||
"24/7 WhatsApp support", "Friendly staff", "Special requests honored", "Loyalty rewards program"
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -48,38 +48,20 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "whatsapp",
|
||||
label: "WhatsApp",
|
||||
title: "Message Us on WhatsApp",
|
||||
items: [
|
||||
"+92 300 XXXX XXX",
|
||||
"Instant replies",
|
||||
"Order placement",
|
||||
"Status updates"
|
||||
id: "whatsapp", label: "WhatsApp", title: "Message Us on WhatsApp", items: [
|
||||
"+92 300 XXXX XXX", "Instant replies", "Order placement", "Status updates"
|
||||
],
|
||||
buttons: [{ text: "Chat Now", href: "https://wa.me/923001234567" }]
|
||||
},
|
||||
{
|
||||
id: "phone",
|
||||
label: "Phone",
|
||||
title: "Call Us Directly",
|
||||
items: [
|
||||
"+92 48 XXXX XXXX",
|
||||
"Live support",
|
||||
"Booking orders",
|
||||
"9 AM - 11 PM daily"
|
||||
id: "phone", label: "Phone", title: "Call Us Directly", items: [
|
||||
"+92 48 XXXX XXXX", "Live support", "Booking orders", "9 AM - 11 PM daily"
|
||||
],
|
||||
buttons: [{ text: "Call", href: "tel:+924800000000" }]
|
||||
},
|
||||
{
|
||||
id: "visit",
|
||||
label: "Visit",
|
||||
title: "Visit Our Location",
|
||||
items: [
|
||||
"Sargodha, Pakistan",
|
||||
"See our kitchen",
|
||||
"Place orders in person",
|
||||
"Enjoy in-store dining"
|
||||
id: "visit", label: "Visit", title: "Visit Our Location", items: [
|
||||
"Sargodha, Pakistan", "See our kitchen", "Place orders in person", "Enjoy in-store dining"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -96,28 +78,16 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "9 AM",
|
||||
title: "Opening Time",
|
||||
items: ["Early breakfast orders", "Fresh morning menu", "Daily preparations complete"]
|
||||
id: "1", value: "9 AM", title: "Opening Time", items: ["Early breakfast orders", "Fresh morning menu", "Daily preparations complete"]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "11 PM",
|
||||
title: "Closing Time",
|
||||
items: ["Evening orders accepted", "Last delivery window", "Night snack available"]
|
||||
id: "2", value: "11 PM", title: "Closing Time", items: ["Evening orders accepted", "Last delivery window", "Night snack available"]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "7 Days",
|
||||
title: "Operating Days",
|
||||
items: ["Monday to Sunday", "No holidays", "Special occasion catering"]
|
||||
id: "3", value: "7 Days", title: "Operating Days", items: ["Monday to Sunday", "No holidays", "Special occasion catering"]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "30-45",
|
||||
title: "Delivery Time (mins)",
|
||||
items: ["Fast logistics", "Fresh guarantee", "Hot & ready"]
|
||||
id: "4", value: "30-45", title: "Delivery Time (mins)", items: ["Fast logistics", "Fresh guarantee", "Hot & ready"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -5,31 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Royal Bites - Food Delivery in Sargodha | Order Pizza, Burger, Broast Online",
|
||||
description: "Order delicious food online from Royal Bites in Sargodha. Pizza, burgers, broast, BBQ and more. Fast delivery, fresh ingredients, multiple payment options including Cash on Delivery and WhatsApp orders.",
|
||||
keywords: "food delivery Sargodha, online food order, pizza delivery, broast delivery, BBQ Sargodha, fast food, Pakistani food",
|
||||
openGraph: {
|
||||
title: "Royal Bites - Premium Food Delivery",
|
||||
description: "Experience royal dining at your doorstep. Order fresh, delicious meals from Sargodha's favorite food delivery service.",
|
||||
siteName: "Royal Bites",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Royal Bites - Food Delivery in Sargodha | Order Pizza, Burger, Broast Online", description: "Order delicious food online from Royal Bites in Sargodha. Pizza, burgers, broast, BBQ and more. Fast delivery, fresh ingredients, multiple payment options including Cash on Delivery and WhatsApp orders.", keywords: "food delivery Sargodha, online food order, pizza delivery, broast delivery, BBQ Sargodha, fast food, Pakistani food", openGraph: {
|
||||
title: "Royal Bites - Premium Food Delivery", description: "Experience royal dining at your doorstep. Order fresh, delicious meals from Sargodha's favorite food delivery service.", siteName: "Royal Bites", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-couple-eating-pizza-doner-wrapped-lavash-served-with-french-fries-sauces-table-table_140725-12112.jpg",
|
||||
alt: "Royal Bites Premium Food Delivery"
|
||||
url: "http://img.b2bpic.net/free-photo/side-view-couple-eating-pizza-doner-wrapped-lavash-served-with-french-fries-sauces-table-table_140725-12112.jpg", alt: "Royal Bites Premium Food Delivery"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Royal Bites - Food Delivery Sargodha",
|
||||
description: "Best food delivery service in Sargodha. Order now!",
|
||||
images: ["http://img.b2bpic.net/free-photo/side-view-couple-eating-pizza-doner-wrapped-lavash-served-with-french-fries-sauces-table-table_140725-12112.jpg"]
|
||||
card: "summary_large_image", title: "Royal Bites - Food Delivery Sargodha", description: "Best food delivery service in Sargodha. Order now!", images: ["http://img.b2bpic.net/free-photo/side-view-couple-eating-pizza-doner-wrapped-lavash-served-with-french-fries-sauces-table-table_140725-12112.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -48,41 +48,20 @@ export default function MenuPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "pizza",
|
||||
label: "Pizza",
|
||||
title: "Authentic Italian & Pakistani Fusion Pizzas",
|
||||
items: [
|
||||
"Margherita - Classic with fresh mozzarella and basil",
|
||||
"Pepperoni - Loaded with premium pepperoni slices",
|
||||
"BBQ Chicken - Smoky and delicious grilled chicken",
|
||||
"Paneer Tikka - Spiced Indian style paneer",
|
||||
"Custom Pizza - Build your own perfect pizza"
|
||||
id: "pizza", label: "Pizza", title: "Authentic Italian & Pakistani Fusion Pizzas", items: [
|
||||
"Margherita - Classic with fresh mozzarella and basil", "Pepperoni - Loaded with premium pepperoni slices", "BBQ Chicken - Smoky and delicious grilled chicken", "Paneer Tikka - Spiced Indian style paneer", "Custom Pizza - Build your own perfect pizza"
|
||||
],
|
||||
buttons: [{ text: "Order Now", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "burger",
|
||||
label: "Burger",
|
||||
title: "Gourmet Burgers Made Fresh to Order Daily",
|
||||
items: [
|
||||
"Royal Burger - Triple patty with special sauce",
|
||||
"Chicken Burger - Crispy fried chicken fillet",
|
||||
"Beef Burger - Premium angus beef patty",
|
||||
"Veggie Burger - Loaded vegetables & melted cheese",
|
||||
"Spicy Fire Burger - For heat lovers"
|
||||
id: "burger", label: "Burger", title: "Gourmet Burgers Made Fresh to Order Daily", items: [
|
||||
"Royal Burger - Triple patty with special sauce", "Chicken Burger - Crispy fried chicken fillet", "Beef Burger - Premium angus beef patty", "Veggie Burger - Loaded vegetables & melted cheese", "Spicy Fire Burger - For heat lovers"
|
||||
],
|
||||
buttons: [{ text: "Order Now", href: "#" }]
|
||||
},
|
||||
{
|
||||
id: "broast",
|
||||
label: "Broast",
|
||||
title: "Crispy Fried Chicken & Broast Specialties",
|
||||
items: [
|
||||
"Half Broast - 4-5 pieces per order",
|
||||
"Full Broast - 8-10 pieces per order",
|
||||
"Family Pack - Perfect for gatherings",
|
||||
"Spicy Broast - Extra crispy and spicy",
|
||||
"Regular Broast - Classic flavor"
|
||||
id: "broast", label: "Broast", title: "Crispy Fried Chicken & Broast Specialties", items: [
|
||||
"Half Broast - 4-5 pieces per order", "Full Broast - 8-10 pieces per order", "Family Pack - Perfect for gatherings", "Spicy Broast - Extra crispy and spicy", "Regular Broast - Classic flavor"
|
||||
],
|
||||
buttons: [{ text: "Order Now", href: "#" }]
|
||||
}
|
||||
@@ -101,46 +80,22 @@ export default function MenuPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Royal Broast Special",
|
||||
price: "Rs. 649",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=2",
|
||||
imageAlt: "Crispy Royal Broast Special"
|
||||
id: "1", name: "Royal Broast Special", price: "Rs. 649", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", imageAlt: "Crispy Royal Broast Special"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spicy BBQ Platter",
|
||||
price: "Rs. 899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=2",
|
||||
imageAlt: "Delicious BBQ Grilled Platter"
|
||||
id: "2", name: "Spicy BBQ Platter", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg", imageAlt: "Delicious BBQ Grilled Platter"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pepperoni Pizza Large",
|
||||
price: "Rs. 899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg?_wi=2",
|
||||
imageAlt: "Large Pepperoni Pizza"
|
||||
id: "3", name: "Pepperoni Pizza Large", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg", imageAlt: "Large Pepperoni Pizza"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Royal Burger Combo",
|
||||
price: "Rs. 549",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg?_wi=2",
|
||||
imageAlt: "Gourmet Royal Burger with fries"
|
||||
id: "4", name: "Royal Burger Combo", price: "Rs. 549", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg", imageAlt: "Gourmet Royal Burger with fries"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tikka Boti Pack",
|
||||
price: "Rs. 699",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg?_wi=2",
|
||||
imageAlt: "Marinated Tikka Boti"
|
||||
id: "5", name: "Tikka Boti Pack", price: "Rs. 699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg", imageAlt: "Marinated Tikka Boti"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Family Feast Pack",
|
||||
price: "Rs. 1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg?_wi=2",
|
||||
imageAlt: "Complete Family Feast Pack"
|
||||
id: "6", name: "Family Feast Pack", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg", imageAlt: "Complete Family Feast Pack"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
236
src/app/page.tsx
236
src/app/page.tsx
@@ -59,46 +59,31 @@ export default function HomePage() {
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ayesha Khan",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "Amazing food quality and super fast delivery! Royal Bites is my go-to for weekend dinners.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1"
|
||||
name: "Ayesha Khan", handle: "Regular Customer", testimonial: "Amazing food quality and super fast delivery! Royal Bites is my go-to for weekend dinners.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"
|
||||
},
|
||||
{
|
||||
name: "Muhammad Ali",
|
||||
handle: "Food Enthusiast",
|
||||
testimonial: "Best broast in Sargodha! The flavors are authentic and the service is exceptional.",
|
||||
rating: 5,
|
||||
name: "Muhammad Ali", handle: "Food Enthusiast", testimonial: "Best broast in Sargodha! The flavors are authentic and the service is exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"
|
||||
},
|
||||
{
|
||||
name: "Fatima Malik",
|
||||
handle: "Family Customer",
|
||||
testimonial: "We love ordering party platters from Royal Bites. Fresh ingredients and perfect presentation every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2"
|
||||
name: "Fatima Malik", handle: "Family Customer", testimonial: "We love ordering party platters from Royal Bites. Fresh ingredients and perfect presentation every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg"
|
||||
},
|
||||
{
|
||||
name: "Hassan Ahmed",
|
||||
handle: "Office Worker",
|
||||
testimonial: "Lunch deliveries are always on time and piping hot. Great value for money!",
|
||||
rating: 5,
|
||||
name: "Hassan Ahmed", handle: "Office Worker", testimonial: "Lunch deliveries are always on time and piping hot. Great value for money!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
}
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/restaurant-logo-template_23-2150528968.jpg",
|
||||
alt: "Partner Restaurant 1"
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/restaurant-logo-template_23-2150528968.jpg", alt: "Partner Restaurant 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/food-logo-background_1390-72.jpg",
|
||||
alt: "Partner Restaurant 2"
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/food-logo-background_1390-72.jpg", alt: "Partner Restaurant 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/halal-food-certified_23-2147867785.jpg",
|
||||
alt: "Partner Restaurant 3"
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/halal-food-certified_23-2147867785.jpg", alt: "Partner Restaurant 3"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -114,36 +99,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "combo1",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Rs. 1,299",
|
||||
subtitle: "Weekend Pizza Combo",
|
||||
features: ["Large Pizza (Any Flavor)", "1L Cold Drink", "Garlic Bread", "Free Dessert"]
|
||||
id: "combo1", badge: "Most Popular", badgeIcon: Sparkles,
|
||||
price: "Rs. 1,299", subtitle: "Weekend Pizza Combo", features: ["Large Pizza (Any Flavor)", "1L Cold Drink", "Garlic Bread", "Free Dessert"]
|
||||
},
|
||||
{
|
||||
id: "combo2",
|
||||
badge: "Family Favorite",
|
||||
badgeIcon: Heart,
|
||||
price: "Rs. 2,499",
|
||||
subtitle: "Royal Family Feast",
|
||||
features: ["2 Large Pizzas", "1kg Broast (Half)", "2 Cold Drinks", "Fries & Sauce", "Dessert for Two"]
|
||||
id: "combo2", badge: "Family Favorite", badgeIcon: Heart,
|
||||
price: "Rs. 2,499", subtitle: "Royal Family Feast", features: ["2 Large Pizzas", "1kg Broast (Half)", "2 Cold Drinks", "Fries & Sauce", "Dessert for Two"]
|
||||
},
|
||||
{
|
||||
id: "combo3",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Award,
|
||||
price: "Rs. 1,499",
|
||||
subtitle: "BBQ Lover's Special",
|
||||
features: ["BBQ Skewers (6pcs)", "Grilled Chicken (500g)", "Naan Bread (4pcs)", "Mint Chutney", "Cold Drink"]
|
||||
id: "combo3", badge: "Best Value", badgeIcon: Award,
|
||||
price: "Rs. 1,499", subtitle: "BBQ Lover's Special", features: ["BBQ Skewers (6pcs)", "Grilled Chicken (500g)", "Naan Bread (4pcs)", "Mint Chutney", "Cold Drink"]
|
||||
},
|
||||
{
|
||||
id: "combo4",
|
||||
badge: "Breakfast Deal",
|
||||
badgeIcon: Sun,
|
||||
price: "Rs. 399",
|
||||
subtitle: "Morning Special",
|
||||
features: ["Egg Roll (2)", "Paratha (2)", "Tea or Coffee", "Fresh Juice"]
|
||||
id: "combo4", badge: "Breakfast Deal", badgeIcon: Sun,
|
||||
price: "Rs. 399", subtitle: "Morning Special", features: ["Egg Roll (2)", "Paratha (2)", "Tea or Coffee", "Fresh Juice"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -159,67 +128,32 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "pizza",
|
||||
label: "Pizza",
|
||||
title: "Authentic Italian & Pakistani Fusion",
|
||||
items: [
|
||||
"Margherita - Classic with fresh mozzarella",
|
||||
"Pepperoni - Loaded with premium pepperoni",
|
||||
"BBQ Chicken - Smoky and delicious",
|
||||
"Paneer Tikka - Spiced Indian style",
|
||||
"Custom Pizza - Build your own"
|
||||
id: "pizza", label: "Pizza", title: "Authentic Italian & Pakistani Fusion", items: [
|
||||
"Margherita - Classic with fresh mozzarella", "Pepperoni - Loaded with premium pepperoni", "BBQ Chicken - Smoky and delicious", "Paneer Tikka - Spiced Indian style", "Custom Pizza - Build your own"
|
||||
],
|
||||
buttons: [{ text: "View Menu", href: "/menu" }]
|
||||
},
|
||||
{
|
||||
id: "burger",
|
||||
label: "Burger",
|
||||
title: "Gourmet Burgers Made Fresh Daily",
|
||||
items: [
|
||||
"Royal Burger - Triple patty with special sauce",
|
||||
"Chicken Burger - Crispy fried chicken fillet",
|
||||
"Beef Burger - Premium angus beef",
|
||||
"Veggie Burger - Loaded vegetables & cheese",
|
||||
"Spicy Fire Burger - For heat lovers"
|
||||
id: "burger", label: "Burger", title: "Gourmet Burgers Made Fresh Daily", items: [
|
||||
"Royal Burger - Triple patty with special sauce", "Chicken Burger - Crispy fried chicken fillet", "Beef Burger - Premium angus beef", "Veggie Burger - Loaded vegetables & cheese", "Spicy Fire Burger - For heat lovers"
|
||||
],
|
||||
buttons: [{ text: "View Menu", href: "/menu" }]
|
||||
},
|
||||
{
|
||||
id: "broast",
|
||||
label: "Broast",
|
||||
title: "Crispy Fried Chicken & Broast",
|
||||
items: [
|
||||
"Half Broast - 4-5 pieces per order",
|
||||
"Full Broast - 8-10 pieces per order",
|
||||
"Family Pack - Perfect for gatherings",
|
||||
"Spicy Broast - Extra crispy and spicy",
|
||||
"Regular Broast - Classic flavor"
|
||||
id: "broast", label: "Broast", title: "Crispy Fried Chicken & Broast", items: [
|
||||
"Half Broast - 4-5 pieces per order", "Full Broast - 8-10 pieces per order", "Family Pack - Perfect for gatherings", "Spicy Broast - Extra crispy and spicy", "Regular Broast - Classic flavor"
|
||||
],
|
||||
buttons: [{ text: "View Menu", href: "/menu" }]
|
||||
},
|
||||
{
|
||||
id: "bbq",
|
||||
label: "BBQ",
|
||||
title: "Grilled Specialties & BBQ Platters",
|
||||
items: [
|
||||
"Seekh Kabab - Minced meat skewers",
|
||||
"Shami Kabab - Traditional layered kabab",
|
||||
"Tikka Boti - Marinated meat chunks",
|
||||
"Chicken Tandoori - Tandoor-cooked chicken",
|
||||
"BBQ Platter - Mix of everything"
|
||||
id: "bbq", label: "BBQ", title: "Grilled Specialties & BBQ Platters", items: [
|
||||
"Seekh Kabab - Minced meat skewers", "Shami Kabab - Traditional layered kabab", "Tikka Boti - Marinated meat chunks", "Chicken Tandoori - Tandoor-cooked chicken", "BBQ Platter - Mix of everything"
|
||||
],
|
||||
buttons: [{ text: "View Menu", href: "/menu" }]
|
||||
},
|
||||
{
|
||||
id: "deals",
|
||||
label: "Deals",
|
||||
title: "Unbeatable Combos & Special Offers",
|
||||
items: [
|
||||
"Student Special - Affordable meals for students",
|
||||
"Office Lunch Pack - Quantity discounts",
|
||||
"Party Catering - Custom packages available",
|
||||
"Happy Hour Deals - Limited time offers",
|
||||
"Loyalty Rewards - Earn points on every order"
|
||||
id: "deals", label: "Deals", title: "Unbeatable Combos & Special Offers", items: [
|
||||
"Student Special - Affordable meals for students", "Office Lunch Pack - Quantity discounts", "Party Catering - Custom packages available", "Happy Hour Deals - Limited time offers", "Loyalty Rewards - Earn points on every order"
|
||||
],
|
||||
buttons: [{ text: "View Menu", href: "/menu" }]
|
||||
}
|
||||
@@ -238,46 +172,22 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Royal Broast Special",
|
||||
price: "Rs. 649",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg?_wi=1",
|
||||
imageAlt: "Crispy Royal Broast Special"
|
||||
id: "1", name: "Royal Broast Special", price: "Rs. 649", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-legs-served-with-sweet-chili-sauce-fries_140725-1523.jpg", imageAlt: "Crispy Royal Broast Special"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Spicy BBQ Platter",
|
||||
price: "Rs. 899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg?_wi=1",
|
||||
imageAlt: "Delicious BBQ Grilled Platter"
|
||||
id: "2", name: "Spicy BBQ Platter", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/bbq-with-toppings-sausages-dish-open-air_1268-16584.jpg", imageAlt: "Delicious BBQ Grilled Platter"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pepperoni Pizza Large",
|
||||
price: "Rs. 899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg?_wi=1",
|
||||
imageAlt: "Large Pepperoni Pizza"
|
||||
id: "3", name: "Pepperoni Pizza Large", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-box_23-2149962670.jpg", imageAlt: "Large Pepperoni Pizza"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Royal Burger Combo",
|
||||
price: "Rs. 549",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg?_wi=1",
|
||||
imageAlt: "Gourmet Royal Burger with fries"
|
||||
id: "4", name: "Royal Burger Combo", price: "Rs. 549", imageSrc: "http://img.b2bpic.net/free-photo/meat-cheeseburger-fries-wooden-board_140725-4809.jpg", imageAlt: "Gourmet Royal Burger with fries"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tikka Boti Pack",
|
||||
price: "Rs. 699",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg?_wi=1",
|
||||
imageAlt: "Marinated Tikka Boti"
|
||||
id: "5", name: "Tikka Boti Pack", price: "Rs. 699", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lamb-ribs-kebab-with-vegetable-salad-peppercorns-wooden-table_140725-11570.jpg", imageAlt: "Marinated Tikka Boti"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Family Feast Pack",
|
||||
price: "Rs. 1,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg?_wi=1",
|
||||
imageAlt: "Complete Family Feast Pack"
|
||||
id: "6", name: "Family Feast Pack", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-sage-various-snacks_140725-3551.jpg", imageAlt: "Complete Family Feast Pack"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -293,28 +203,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "01",
|
||||
title: "Browse & Select",
|
||||
items: ["Visit our website or call us", "Browse all categories and items", "Check prices and descriptions"]
|
||||
id: "1", value: "01", title: "Browse & Select", items: ["Visit our website or call us", "Browse all categories and items", "Check prices and descriptions"]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "02",
|
||||
title: "Place Your Order",
|
||||
items: ["Add items to your cart", "Choose payment method", "Enter delivery address"]
|
||||
id: "2", value: "02", title: "Place Your Order", items: ["Add items to your cart", "Choose payment method", "Enter delivery address"]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "03",
|
||||
title: "Confirm Details",
|
||||
items: ["Provide phone & customer name", "Add special instructions", "Confirm total amount"]
|
||||
id: "3", value: "03", title: "Confirm Details", items: ["Provide phone & customer name", "Add special instructions", "Confirm total amount"]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "04",
|
||||
title: "Fast Delivery",
|
||||
items: ["30-45 minutes average time", "Live order tracking", "Hot & fresh guarantee"]
|
||||
id: "4", value: "04", title: "Fast Delivery", items: ["30-45 minutes average time", "Live order tracking", "Hot & fresh guarantee"]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -329,70 +227,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ayesha Khan, Student",
|
||||
date: "Date: 15 January 2025",
|
||||
title: "Best Food Quality in Sargodha!",
|
||||
quote: "I have been ordering from Royal Bites for 3 months now. The food quality is consistently excellent, delivery is fast, and the staff is always polite. Highly recommended for anyone in Sargodha!",
|
||||
tag: "Regular Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/several-businesswoman-character-with-expressive-faces_23-2147606508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg",
|
||||
imageAlt: "Happy customer with Royal Bites food"
|
||||
id: "1", name: "Ayesha Khan, Student", date: "Date: 15 January 2025", title: "Best Food Quality in Sargodha!", quote: "I have been ordering from Royal Bites for 3 months now. The food quality is consistently excellent, delivery is fast, and the staff is always polite. Highly recommended for anyone in Sargodha!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-vector/several-businesswoman-character-with-expressive-faces_23-2147606508.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-sitting-with-her-friends-dining-table-eating-dessert_637285-3239.jpg", imageAlt: "Happy customer with Royal Bites food"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Muhammad Hassan, Office Manager",
|
||||
date: "Date: 12 January 2025",
|
||||
title: "Perfect for Corporate Orders!",
|
||||
quote: "We order lunch for our office team every Friday from Royal Bites. They handle bulk orders beautifully, deliver on time, and the variety is amazing. Great value for money!",
|
||||
tag: "Corporate Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/flat-business-team-avatars_23-2147532927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-colleagues-drinking-tea-lunch-break-office_637285-2586.jpg",
|
||||
imageAlt: "Office team enjoying Royal Bites meal"
|
||||
id: "2", name: "Muhammad Hassan, Office Manager", date: "Date: 12 January 2025", title: "Perfect for Corporate Orders!", quote: "We order lunch for our office team every Friday from Royal Bites. They handle bulk orders beautifully, deliver on time, and the variety is amazing. Great value for money!", tag: "Corporate Client", avatarSrc: "http://img.b2bpic.net/free-vector/flat-business-team-avatars_23-2147532927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-colleagues-drinking-tea-lunch-break-office_637285-2586.jpg", imageAlt: "Office team enjoying Royal Bites meal"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fatima Malik, Homemaker",
|
||||
date: "Date: 10 January 2025",
|
||||
title: "Family Feast Perfection",
|
||||
quote: "The family feast packs are amazing! Perfect for weekend gatherings. Fresh ingredients, authentic flavors, and they arrive hot. My family loves Royal Bites!",
|
||||
tag: "Family Favorite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/great-background-blonde-woman-laughing_23-2147631737.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-christmas-celebration-friends-gathering-festive-dinner-table-smiling-woman-holding-traditional-chicken-happy-diverse-people-eating-xmas-dishes-winter-holiday-party_482257-50351.jpg",
|
||||
imageAlt: "Family dining with Royal Bites"
|
||||
id: "3", name: "Fatima Malik, Homemaker", date: "Date: 10 January 2025", title: "Family Feast Perfection", quote: "The family feast packs are amazing! Perfect for weekend gatherings. Fresh ingredients, authentic flavors, and they arrive hot. My family loves Royal Bites!", tag: "Family Favorite", avatarSrc: "http://img.b2bpic.net/free-vector/great-background-blonde-woman-laughing_23-2147631737.jpg", imageSrc: "http://img.b2bpic.net/free-photo/family-christmas-celebration-friends-gathering-festive-dinner-table-smiling-woman-holding-traditional-chicken-happy-diverse-people-eating-xmas-dishes-winter-holiday-party_482257-50351.jpg", imageAlt: "Family dining with Royal Bites"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ahmed Raza, Food Blogger",
|
||||
date: "Date: 8 January 2025",
|
||||
title: "Authentic Local Taste",
|
||||
quote: "As a food blogger, I have tried many restaurants in Sargodha. Royal Bites stands out for their authentic recipes, fresh ingredients, and excellent service. Top marks!",
|
||||
tag: "Influencer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/business-people-working_24877-63803.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/easter-holiday-photo-table-from-phone_169016-2057.jpg",
|
||||
imageAlt: "Food blogger reviewing Royal Bites"
|
||||
id: "4", name: "Ahmed Raza, Food Blogger", date: "Date: 8 January 2025", title: "Authentic Local Taste", quote: "As a food blogger, I have tried many restaurants in Sargodha. Royal Bites stands out for their authentic recipes, fresh ingredients, and excellent service. Top marks!", tag: "Influencer", avatarSrc: "http://img.b2bpic.net/free-vector/business-people-working_24877-63803.jpg", imageSrc: "http://img.b2bpic.net/free-photo/easter-holiday-photo-table-from-phone_169016-2057.jpg", imageAlt: "Food blogger reviewing Royal Bites"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zainab Ahmed, Party Organizer",
|
||||
date: "Date: 5 January 2025",
|
||||
title: "Best Catering Partner!",
|
||||
quote: "I organize events and Royal Bites is my go-to catering partner. They provide consistent quality, handle custom requests, and always deliver on time. Fantastic partner!",
|
||||
tag: "Event Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/several-businesswoman-character-with-expressive-faces_23-2147606508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catering-banquet-food_624325-1682.jpg",
|
||||
imageAlt: "Event catering with Royal Bites"
|
||||
id: "5", name: "Zainab Ahmed, Party Organizer", date: "Date: 5 January 2025", title: "Best Catering Partner!", quote: "I organize events and Royal Bites is my go-to catering partner. They provide consistent quality, handle custom requests, and always deliver on time. Fantastic partner!", tag: "Event Client", avatarSrc: "http://img.b2bpic.net/free-vector/several-businesswoman-character-with-expressive-faces_23-2147606508.jpg", imageSrc: "http://img.b2bpic.net/free-photo/catering-banquet-food_624325-1682.jpg", imageAlt: "Event catering with Royal Bites"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ali Khan, Restaurant Owner",
|
||||
date: "Date: 2 January 2025",
|
||||
title: "Quality is Uncompromised",
|
||||
quote: "I own a restaurant and still order from Royal Bites for my personal meals. Their commitment to quality and customer satisfaction is truly commendable. Keep up the great work!",
|
||||
tag: "Industry Expert",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/flat-business-team-avatars_23-2147532927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg",
|
||||
imageAlt: "Restaurant owner satisfied with Royal Bites"
|
||||
id: "6", name: "Ali Khan, Restaurant Owner", date: "Date: 2 January 2025", title: "Quality is Uncompromised", quote: "I own a restaurant and still order from Royal Bites for my personal meals. Their commitment to quality and customer satisfaction is truly commendable. Keep up the great work!", tag: "Industry Expert", avatarSrc: "http://img.b2bpic.net/free-vector/flat-business-team-avatars_23-2147532927.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Restaurant owner satisfied with Royal Bites"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user