Merge version_2 into main #3
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
@@ -30,24 +29,21 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 0311 1049790", href: "tel:03111049790" },
|
||||
{ label: "Email: info@ukarabicshawarma.pk", href: "mailto:info@ukarabicshawarma.pk" },
|
||||
{ label: "Get Directions", href: "https://maps.google.com/?q=Block+8+Khayaban-e-Iqbal+Flyover+Karachi" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{ label: "Mon - Sun: 5PM - 4AM", href: "#" },
|
||||
{ label: "Open Till 4AM Daily", href: "#" },
|
||||
{ label: "Late Night Delivery Available", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/03111049790" },
|
||||
@@ -100,32 +96,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Fresh Ingredients",
|
||||
description: "Premium quality meat grilled fresh daily with authentic Arabic spices and recipes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg?_wi=1",
|
||||
imageAlt: "Fresh chicken shawarma",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Premium quality meat grilled fresh daily with authentic Arabic spices and recipes", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg?_wi=1", imageAlt: "Fresh chicken shawarma"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Halal Certified",
|
||||
description: "100% Halal certified food prepared according to Islamic guidelines for your peace of mind",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-bank-holiday-set_23-2149358590.jpg",
|
||||
imageAlt: "Halal certification badge",
|
||||
},
|
||||
title: "Halal Certified", description: "100% Halal certified food prepared according to Islamic guidelines for your peace of mind", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-bank-holiday-set_23-2149358590.jpg", imageAlt: "Halal certification badge"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Late Night Open",
|
||||
description: "Open till 4AM for all your late-night cravings. Perfect for students and night shift workers",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/247-hours-open-helpline-yellow-template-design_1017-54495.jpg",
|
||||
imageAlt: "Open till 4am badge",
|
||||
},
|
||||
title: "Late Night Open", description: "Open till 4AM for all your late-night cravings. Perfect for students and night shift workers", imageSrc: "http://img.b2bpic.net/free-vector/247-hours-open-helpline-yellow-template-design_1017-54495.jpg", imageAlt: "Open till 4am badge"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fast Service",
|
||||
description: "Quick takeaway service without compromising on quality. Order ready in minutes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-chopped-vegetables_140725-3374.jpg?_wi=1",
|
||||
imageAlt: "Beef shawarma ready to serve",
|
||||
},
|
||||
title: "Fast Service", description: "Quick takeaway service without compromising on quality. Order ready in minutes", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-chopped-vegetables_140725-3374.jpg?_wi=1", imageAlt: "Beef shawarma ready to serve"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,55 +119,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Order Your Favorite", href: "tel:03111049790" },
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Shawarma",
|
||||
price: "Rs. 400",
|
||||
variant: "Tender • Juicy • Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg?_wi=2",
|
||||
imageAlt: "Chicken shawarma",
|
||||
},
|
||||
id: "1", name: "Chicken Shawarma", price: "Rs. 400", variant: "Tender • Juicy • Fresh", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg?_wi=2", imageAlt: "Chicken shawarma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Beef Shawarma",
|
||||
price: "Rs. 500",
|
||||
variant: "Premium • Seasoned • Grilled",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-chopped-vegetables_140725-3374.jpg?_wi=2",
|
||||
imageAlt: "Beef shawarma",
|
||||
},
|
||||
id: "2", name: "Beef Shawarma", price: "Rs. 500", variant: "Premium • Seasoned • Grilled", imageSrc: "http://img.b2bpic.net/free-photo/chicken-doner-with-chopped-vegetables_140725-3374.jpg?_wi=2", imageAlt: "Beef shawarma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Shawarma Platter",
|
||||
price: "Rs. 650",
|
||||
variant: "Complete Meal • With Sides",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-food-shaurma-inside-lavash-bread-with-french-fries-ketchup_114579-2900.jpg?_wi=1",
|
||||
imageAlt: "Shawarma platter with sides",
|
||||
},
|
||||
id: "3", name: "Shawarma Platter", price: "Rs. 650", variant: "Complete Meal • With Sides", imageSrc: "http://img.b2bpic.net/free-photo/traditional-food-shaurma-inside-lavash-bread-with-french-fries-ketchup_114579-2900.jpg?_wi=1", imageAlt: "Shawarma platter with sides"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Crispy Fries",
|
||||
price: "Rs. 150",
|
||||
variant: "Golden • Seasoned • Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-zucchini-flowers-stuffed-with-ricotta-green-herbs_2829-10819.jpg?_wi=1",
|
||||
imageAlt: "Crispy french fries",
|
||||
},
|
||||
id: "4", name: "Crispy Fries", price: "Rs. 150", variant: "Golden • Seasoned • Hot", imageSrc: "http://img.b2bpic.net/free-photo/fried-zucchini-flowers-stuffed-with-ricotta-green-herbs_2829-10819.jpg?_wi=1", imageAlt: "Crispy french fries"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cold Drinks",
|
||||
price: "Rs. 80",
|
||||
variant: "Refreshing • Chilled • Variety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lemonade-drink-jar-glass-ingredients-wooden-tablexa_123827-23203.jpg?_wi=1",
|
||||
imageAlt: "Chilled refreshing drinks",
|
||||
},
|
||||
id: "5", name: "Cold Drinks", price: "Rs. 80", variant: "Refreshing • Chilled • Variety", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-drink-jar-glass-ingredients-wooden-tablexa_123827-23203.jpg?_wi=1", imageAlt: "Chilled refreshing drinks"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vegetarian Options",
|
||||
price: "Rs. 350",
|
||||
variant: "Fresh • Delicious • Halal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg?_wi=3",
|
||||
imageAlt: "Vegetarian shawarma wrap",
|
||||
},
|
||||
id: "6", name: "Vegetarian Options", price: "Rs. 350", variant: "Fresh • Delicious • Halal", imageSrc: "http://img.b2bpic.net/free-photo/side-view-shawarma-with-fried-potatoes-ayran-mayonnaise-board-cookware_176474-3213.jpg?_wi=3", imageAlt: "Vegetarian shawarma wrap"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -217,15 +164,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"4.1★ Rating on Google",
|
||||
"73+ Customer Reviews",
|
||||
"Halal Certified",
|
||||
"Open Till 4AM",
|
||||
"Fast Delivery",
|
||||
"Free WiFi",
|
||||
"Outdoor Seating",
|
||||
"Student Friendly Prices",
|
||||
]}
|
||||
"4.1★ Rating on Google", "73+ Customer Reviews", "Halal Certified", "Open Till 4AM", "Fast Delivery", "Free WiFi", "Outdoor Seating", "Student Friendly Prices"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user