import wixData from 'wix-data'; $w.onReady(function () { // Dropdown ke options define karein let options = [ { label: "10 People - $200", value: "10_people_200" }, { label: "11 People - $300", value: "11_people_300" }, { label: "12 People - $400", value: "12_people_400" }, { label: "13 People - $500", value: "13_people_500" } ]; // Dropdown me options set karein $w("#quantityDropdown").options = options; // Jab user dropdown select kare to value store karein $w("#quantityDropdown").onChange((event) => { let selectedValue = event.target.value; console.log("Selected: ", selectedValue); }); }); import { cart } from 'wix-stores'; $w("#quantityDropdown").onChange((event) => { let selectedOption = event.target.value; cart.addProducts([ { productId: "your_product_id", quantity: 1, options: { "Quantity": selectedOption } } ]) .then(() => { console.log("Product added with quantity:", selectedOption); }) .catch((error) => { console.error("Error adding product:", error); }); });
top of page

Rise and Shine with Big City Bagels: Your Go-To Breakfast Catering

Writer's picture: Big City BagelsBig City Bagels

Nothing starts the day off right like a delicious, hearty breakfast. Whether you're fueling a morning meeting, treating your office to something special, or planning an early event, Big City Bagels has you covered with our breakfast catering services.


A Breakfast Spread to Satisfy Every Taste

At Big City Bagels, we believe that breakfast should be both delicious and convenient. Our catering menu features an array of mouthwatering options, including:

  • Freshly Baked Bagels with a variety of cream cheeses and spreads

  • Breakfast Sandwiches packed with eggs, cheese, and your choice of bacon, sausage, or avocado

  • Savory Breakfast Burritos filled with eggs, cheese, potatoes, and your protein of choice

  • Hot Coffee and Fresh Juice to jumpstart your morning


Early Morning Delivery for Your Convenience

We know mornings can be hectic, so we offer early morning delivery to ensure your breakfast arrives fresh and on time. Whether you're planning a corporate breakfast, a team meeting, or a family gathering, we make it easy to enjoy a stress-free, delicious start to your day.


Order Your Breakfast Catering Today!

Big City Bagels is proud to serve fresh, high-quality breakfast options for businesses, events, and gatherings of all sizes. Order through EzCater or visit our website at www.bigcitybagels.net to plan your perfect breakfast spread!

Start your morning with flavor, freshness, and convenience—because every great day begins with a great breakfast!



5 views0 comments

Comments


bottom of page