diff --git a/src/app/bulk-orders/page.tsx b/src/app/bulk-orders/page.tsx index 247421d..7536e6d 100644 --- a/src/app/bulk-orders/page.tsx +++ b/src/app/bulk-orders/page.tsx @@ -37,8 +37,8 @@ export default function BulkOrdersPage() { description="Order fresh, sustainably sourced seafood for your Christmas parties and family gatherings." plans={[ { id: "b1", title: "Medium Event Pack", price: "Custom", period: "Seasonal", features: ["5kg Prawns", "2kg Fish Fillets", "Calamari Included"], button: { text: "Call Now", href: "tel:0247000000" }, imageSrc: "http://img.b2bpic.net/free-photo/two-tasty-toast-with-fried-vegetables-wooden-board_114579-86084.jpg", imageAlt: "Two tasty toast with fried vegetables on wooden board" }, - { id: "b2", title: "Large Celebration Pack", price: "Custom", period: "Seasonal", features: ["10kg Prawns", "4kg Fish Fillets", "Calamari & Sides"], button: { text: "Call Now", href: "tel:0247000000" }, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409227.jpg", imageAlt: "Two tasty toast with fried vegetables on wooden board" }, - { id: "b3", title: "Custom Order", price: "Custom", period: "On Request", features: ["Tailored to your needs", "Fresh daily delivery", "Ready for pickup"], button: { text: "Call Now", href: "tel:0247000000" }, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-arrangement_23-2148926761.jpg", imageAlt: "Two tasty toast with fried vegetables on wooden board" } + { id: "b2", title: "Large Celebration Pack", price: "Custom", period: "Seasonal", features: ["10kg Prawns", "4kg Fish Fillets", "Calamari & Sides"], button: { text: "Call Now", href: "tel:0247000000" }, imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409227.jpg?_wi=2", imageAlt: "Two tasty toast with fried vegetables on wooden board" }, + { id: "b3", title: "Custom Order", price: "Custom", period: "On Request", features: ["Tailored to your needs", "Fresh daily delivery", "Ready for pickup"], button: { text: "Call Now", href: "tel:0247000000" }, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-seafood-arrangement_23-2148926761.jpg?_wi=2", imageAlt: "Two tasty toast with fried vegetables on wooden board" } ]} />