Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 977033fae9 | |||
| 00a0748c8b | |||
| a0317e2e09 |
@@ -148,22 +148,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "Signature", name: "Lamb Akni", price: "From R150 per serving", rating: 5,
|
||||
id: "p1", brand: "Signature", name: "Lamb Akni", price: "R 120.00", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/meat-stew-with-rice-lemon_114579-3270.jpg", imageAlt: "Lamb Akni dish"},
|
||||
{
|
||||
id: "p2", brand: "Signature", name: "Lamb Biryani", price: "From R150 per serving", rating: 5,
|
||||
id: "p2", brand: "Signature", name: "Lamb Biryani", price: "R 130.00", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pakistan-meal-assortment_23-2148821514.jpg", imageAlt: "Lamb Biryani dish"},
|
||||
{
|
||||
id: "p3", brand: "Seafood Special", name: "Fish Breyani", price: "From R165 per serving", rating: 5,
|
||||
id: "p3", brand: "Seafood Special", name: "Fish Breyani", price: "R 145.00", rating: 5,
|
||||
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-grilled-chicken-fillet_114579-3764.jpg", imageAlt: "Fish Breyani dish"},
|
||||
{
|
||||
id: "p4", brand: "Classic", name: "Chicken Curry", price: "From R120 per serving", rating: 4.8,
|
||||
id: "p4", brand: "Classic", name: "Chicken Curry", price: "R 95.00", rating: 4.8,
|
||||
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-food-dinner_23-2148610863.jpg", imageAlt: "Chicken Curry dish"},
|
||||
{
|
||||
id: "p5", brand: "Vegetarian", name: "Lentil Dahl", price: "From R90 per serving", rating: 4.7,
|
||||
id: "p5", brand: "Vegetarian", name: "Lentil Dahl", price: "R 80.00", rating: 4.7,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/exotic-salad-bowl-with-mango-rice-nuts_1220-7902.jpg", imageAlt: "Lentil Dahl dish"},
|
||||
{
|
||||
id: "p6", brand: "Vegetarian", name: "Vegetable Korma", price: "From R110 per serving", rating: 4.9,
|
||||
id: "p6", brand: "Vegetarian", name: "Vegetable Korma", price: "R 85.00", rating: 4.9,
|
||||
reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegetable-soup-with-different-ingredients-inside-brown-plate-dark-desk_140725-61605.jpg", imageAlt: "Vegetable Korma dish"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1", badge: "Small", badgeIcon: Users,
|
||||
price: "Starting from R1,500", subtitle: "For intimate gatherings (10-20 people)", buttons: [
|
||||
price: "R 1,500", subtitle: "For intimate gatherings (10-20 people)", buttons: [
|
||||
{
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "plan-2", badge: "Standard", badgeIcon: Sparkles,
|
||||
price: "Starting from R3,000", subtitle: "For medium events (20-50 people)", buttons: [
|
||||
price: "R 3,000", subtitle: "For medium events (20-50 people)", buttons: [
|
||||
{
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "plan-3", badge: "Grand", badgeIcon: Award,
|
||||
price: "Starting from R6,000", subtitle: "For large celebrations (50+ people)", buttons: [
|
||||
price: "R 6,000", subtitle: "For large celebrations (50+ people)", buttons: [
|
||||
{
|
||||
text: "Request Quote", href: "#contact"},
|
||||
],
|
||||
@@ -205,13 +205,13 @@ export default function LandingPage() {
|
||||
"3 Main Dishes", "3 Side Dishes", "Dessert & Drinks", "Full Service Catering"],
|
||||
},
|
||||
{
|
||||
id: "plan-4", badge: "Individual Pricing", badgeIcon: Flame,
|
||||
price: "Varies per item", subtitle: "Our delicious dishes and extras by weight or unit.", buttons: [
|
||||
id: "plan-4", badge: "Individual Options", badgeIcon: Flame,
|
||||
price: "Varies", subtitle: "Our delicious dishes and extras by weight or unit.", buttons: [
|
||||
{
|
||||
text: "Order Individual Items", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Lamb Akhni - R120/kg", "Chicken Akhni - R100/kg", "Onion Salad - R10 (per serving)", "Dhey - R10 (per serving)", "Soorjie - R30 (per serving)"],
|
||||
"Lamb Akhni", "Chicken Akhni", "Onion Salad (per serving)", "Dhey (per serving)", "Soorjie (per serving)"],
|
||||
},
|
||||
]}
|
||||
title="Catering Packages & Options"
|
||||
|
||||
Reference in New Issue
Block a user