export default function MeatyoriteComingSoon() {
const foods = ["Tacos", "Nachos", "Ramen", "Baked Potatoes", "Pizza", "Mac & Cheese"];
const features = [
{
title: "Real smoked meat",
text: "Craft BBQ meat bites made for real flavor, real convenience, and real cravings.",
},
{
title: "Ready when you are",
text: "Snack them straight from the pack or drop them onto your next meal for instant impact.",
},
{
title: "Built for anywhere",
text: "Convenience stores, grocery shelves, tailgates, camping trips, game days, and fast-paced lives.",
},
];
return (
From the pit to orbit
MEATYORITE
The smoked meat snack built for flavor impact. Craft BBQ meat bites that hit meals hard and fuel life fast.
Flavor Impact
Add Meat Anytime In No Time
Real Smoke. Real Meat.
MEATYORITE is a new category of ready-to-eat smoked meat bites made to be eaten on the go or dropped onto tacos, nachos, eggs, ramen, rice bowls, pizza, and more. Bold, smoky, versatile, and unforgettable on the shelf.
Coming Soon
Meteor Flavor Strike
Shelf-Stable
{Array.from({ length: 12 }).map((_, i) => (
))}
Core product
Smoked Meat Bites
Tender, smoky pork shoulder cubes and future flavor drops built for snacking or adding to meals.
Brand promise
Add meat to anything
Turn simple food into a bold BBQ experience in seconds.
What is MEATYORITE?
A meat meteor strike for everyday meals
MEATYORITE is built around one unforgettable idea: a meteor made of delicious smoked meat cubes crashing into food and creating an explosion of flavor. It is fast protein, real BBQ craft, and convenience-store energy in one bold format.
{features.map((feature) => (
{feature.title}
{feature.text}
))}
Flavor targets
Drop it on everything
Built for quick meals, late-night cravings, game days, lunch upgrades, road trips, and everyday wins.
{foods.map((food) => (
{food}
))}
{[
{
title: 'Craft BBQ energy',
text: 'Black, ember-red, and fire-orange visuals with smoky depth built to jump off the shelf.',
},
{
title: 'Impulse buy appeal',
text: 'Fast, bold, dramatic packaging designed for c-stores, grocery snack aisles, and wholesale retail.',
},
{
title: 'Protein with personality',
text: 'Not another boring meat snack. This is a flavor weapon with a story people remember.',
},
{
title: 'Coming soon',
text: 'We are building the next bold category in smoked meat snacks. Follow the launch and be first to know.',
},
].map((item) => (
))}
Coming soon
Be first when the meteor lands
MEATYORITE is gearing up for launch. Follow the brand, grab early updates, and be ready for the first flavor strike.
Flavor Impact • Add Meat Anytime • Real Smoke. Real Meat.
);
}