$w.onReady(function () { const content = { hero: { title: "Built on Craft. Driven by Service. Trusted for Every Event.", subtitle: "Buckner’s Event Catering is the umbrella brand behind two distinct catering experiences: Ember & Oak Smoke for upscale barbecue catering and The Crafted Lunch Co. for refined breakfast and lunch service. One trusted team. Two chef-driven concepts. Endless ways to serve your event well.", primaryButtonLabel: "Request a Quote", secondaryButtonLabel: "Explore Our Brands" }, welcome: { title: "One Catering Company. Two Distinct Experiences.", text: "At Buckner’s Event Catering, we believe every event deserves food that feels intentional, polished, and memorable. As the parent company behind Ember & Oak Smoke and The Crafted Lunch Co., we help clients choose the right culinary experience for weddings, corporate gatherings, office events, private parties, and community celebrations. Whether you need premium smokehouse catering or dependable daytime service, Buckner’s brings it all together under one standard of quality, consistency, and hospitality." }, brands: { title: "Meet the Buckner’s Brands", ember: { title: "Ember & Oak Smoke", text: "Upscale barbecue catering rooted in tradition and elevated through chef-driven craft. Built for weddings, private events, corporate gatherings, and any occasion where bold flavor and refined presentation matter.", buttonLabel: "Explore Ember & Oak Smoke" }, crafted: { title: "The Crafted Lunch Co.", text: "Thoughtfully prepared breakfast and lunch catering designed for modern workplaces and daytime events. Ideal for meetings, office lunches, staff appreciation events, drop-offs, and polished daytime service.", buttonLabel: "Explore The Crafted Lunch Co." } }, events: { title: "Catering for Events Big, Small, and Everything Between", text: "From recurring office orders to high-impact celebrations, Buckner’s Event Catering offers flexible service styles, chef-driven menus, and polished execution tailored to the needs of each event.", list: [ "Weddings", "Corporate Events", "Office Lunches", "Private Parties", "School & Community Events", "Drop-Off Catering", "Full-Service Catering" ] }, why: { title: "Why Clients Choose Buckner’s", intro: "We’re more than a caterer. We’re an event partner built on experience, consistency, and service.", items: [ { title: "Chef-Driven Execution", text: "Menus built with culinary intention, flavor, and presentation in mind." }, { title: "Two Distinct Catering Concepts", text: "From elevated BBQ to refined breakfast and lunch service, we help you choose the right fit." }, { title: "Reliable, Professional Service", text: "Clear communication, structured planning, and dependable delivery from start to finish." }, { title: "Built for Modern Events", text: "Ideal for weddings, corporate clients, private hosts, and organizations that need flexibility without sacrificing quality." } ] }, mission: { title: "Our Mission", text: "At Buckner’s Event Catering, our mission is to elevate every event through thoughtful execution, refined culinary craft, and dependable service, uniting multiple catering concepts under one standard of excellence to create experiences our clients can trust and their guests will remember." }, cta: { title: "Let’s Cater Your Next Event", text: "Whether you’re planning a wedding, feeding a team, hosting a private gathering, or organizing a large-scale event, Buckner’s Event Catering can guide you to the right concept and build a quote around your needs.", primaryButtonLabel: "Request a Quote", secondaryButtonLabel: "Contact Us" } }; // Hero $w("#heroTitle").text = content.hero.title; $w("#heroSubtitle").text = content.hero.subtitle; $w("#heroPrimaryButton").label = content.hero.primaryButtonLabel; $w("#heroSecondaryButton").label = content.hero.secondaryButtonLabel; // Welcome $w("#welcomeTitle").text = content.welcome.title; $w("#welcomeText").text = content.welcome.text; // Brands $w("#brandsTitle").text = content.brands.title; $w("#emberTitle").text = content.brands.ember.title; $w("#emberText").text = content.brands.ember.text; $w("#emberButton").label = content.brands.ember.buttonLabel; $w("#craftedTitle").text = content.brands.crafted.title; $w("#craftedText").text = content.brands.crafted.text; $w("#craftedButton").label = content.brands.crafted.buttonLabel; // Events $w("#eventsTitle").text = content.events.title; $w("#eventsText").text = content.events.text; const eventIds = [ "#event1", "#event2", "#event3", "#event4", "#event5", "#event6", "#event7" ]; eventIds.forEach((id, index) => { if ($w(id)) { $w(id).text = content.events.list[index] || ""; } }); // Why choose us $w("#whyTitle").text = content.why.title; $w("#whyIntro").text = content.why.intro; $w("#why1Title").text = content.why.items[0].title; $w("#why1Text").text = content.why.items[0].text; $w("#why2Title").text = content.why.items[1].title; $w("#why2Text").text = content.why.items[1].text; $w("#why3Title").text = content.why.items[2].title; $w("#why3Text").text = content.why.items[2].text; $w("#why4Title").text = content.why.items[3].title; $w("#why4Text").text = content.why.items[3].text; // Mission $w("#missionTitle").text = content.mission.title; $w("#missionText").text = content.mission.text; // CTA $w("#ctaTitle").text = content.cta.title; $w("#ctaText").text = content.cta.text; $w("#ctaPrimaryButton").label = content.cta.primaryButtonLabel; $w("#ctaSecondaryButton").label = content.cta.secondaryButtonLabel; // Navigation actions $w("#heroPrimaryButton").onClick(() => { wixLocation.to("/request-a-quote"); }); $w("#heroSecondaryButton").onClick(() => { wixLocation.to("/our-brands"); }); $w("#emberButton").onClick(() => { wixLocation.to("/ember-oak-smoke"); }); $w("#craftedButton").onClick(() => { wixLocation.to("/the-crafted-lunch-co"); }); $w("#ctaPrimaryButton").onClick(() => { wixLocation.to("/request-a-quote"); }); $w("#ctaSecondaryButton").onClick(() => { wixLocation.to("/contact"); }); });
top of page

PRIVACY POLICY

A legal disclaimer

The explanations and information provided on this page are only general and high-level explanations and information on how to write your own document of a Privacy Policy. You should not rely on this article as legal advice or as recommendations regarding what you should actually do, because we cannot know in advance what are the specific privacy policies you wish to establish between your business and your customers and visitors. We recommend that you seek legal advice to help you understand and to assist you in the creation of your own Privacy Policy.

Privacy Policy - the basics 

Having said that, a privacy policy is a statement that discloses some or all of the ways a website collects, uses, discloses, processes, and manages the data of its visitors and customers. It usually also includes a statement regarding the website’s commitment to protecting its visitors’ or customers’ privacy, and an explanation about the different mechanisms the website is implementing in order to protect privacy. 

Different jurisdictions have different legal obligations of what must be included in a Privacy Policy. You are responsible to make sure you are following the relevant legislation to your activities and location. 

What to include in the Privacy Policy

Generally speaking, a Privacy Policy often addresses these types of issues: the types of information the website is collecting and the manner in which it collects the data; an explanation about why is the website collecting these types of information; what are the website’s practices on sharing the information with third parties; ways in which your visitors an customers can exercise their rights according to the relevant privacy legislation; the specific practices regarding minors’ data collection; and much much more. 

To learn more about this, check out our article “Creating a Privacy Policy”.

bottom of page