$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
Artisanal Food
Catering Experiences
crafted with passion and fresh, seasonal ingredients.
The purpose of the following template is to assist you in writing your accessibility statement. Please note that you are responsible for ensuring that your site's statement meets the requirements of the local law in your area or region.
*Note: This page currently has several sections. Once you complete editing the Accessibility Statement below, you need to delete this section.
This statement was last updated on [enter relevant date].
We at [enter organization / business name] are working to make our site [enter site name and address] accessible to people with disabilities.
What web accessibility is
An accessible site allows visitors with disabilities to browse the site with the same or a similar level of ease and enjoyment as other visitors. This can be achieved with the capabilities of the system on which the site is operating, and through assistive technologies.
Accessibility adjustments on this site
We have adapted this site in accordance with WCAG [2.0 / 2.1 / 2.2 - select relevant option] guidelines, and have made the site accessible to the level of [A / AA / AAA - select relevant option]. This site's contents have been adapted to work with assistive technologies, such as screen readers and keyboard use. As part of this effort, we have also [remove irrelevant information]:
Used the Accessibility Wizard to find and fix potential accessibility issues
Set the language of the site
Set the content order of the site’s pages
Defined clear heading structures on all of the site’s pages
Added alternative text to images
Implemented color combinations that meet the required color contrast
Reduced the use of motion on the site
Ensured all videos, audio, and files on the site are accessible
Declaration of partial compliance with the standard due to third-party content [only add if relevant]
The accessibility of certain pages on the site depend on contents that do not belong to the organization, and instead belong to [enter relevant third-party name]. The following pages are affected by this: [list the URLs of the pages]. We therefore declare partial compliance with the standard for these pages.
Accessibility arrangements in the organization [only add if relevant]
[Enter a description of the accessibility arrangements in the physical offices / branches of your site's organization or business. The description can include all current accessibility arrangements - starting from the beginning of the service (e.g., the parking lot and / or public transportation stations) to the end (such as the service desk, restaurant table, classroom etc.). It is also required to specify any additional accessibility arrangements, such as disabled services and their location, and accessibility accessories (e.g. in audio inductions and elevators) available for use]
Requests, issues and suggestions
If you find an accessibility issue on the site, or if you require further assistance, you are welcome to contact us through the organization's accessibility coordinator:
[Name of the accessibility coordinator]
[Telephone number of the accessibility coordinator]
[Email address of the accessibility coordinator]
[Enter any additional contact details if relevant / available]