Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-07 11:56:14 +00:00

View File

@@ -63,17 +63,17 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-sauce-dark-background_84443-94477.jpg", imageAlt: "Premium smoked brisket on a plate"},
id: "hero-1", imageSrc: "https://assets.refact.ai/image-service/816a3a40-276c-4976-b6b6-896172605e5d_premium-smoked-brisket-platter-dark.webp", imageAlt: "Premium smoked brisket on a dark platter"},
{
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-barbecue-ribs_93675-132405.jpg", imageAlt: "Elegant restaurant interior with warm lighting"},
id: "hero-2", imageSrc: "https://assets.refact.ai/image-service/d8e3b330-0105-4927-99f5-19e591703c9b_luxury-steak-restaurant-interior-no-people.webp", imageAlt: "Luxury steak restaurant interior with warm lighting and empty tables"},
{
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/medieval-king-queen-posing-real-context_23-2151156396.jpg", imageAlt: "Close-up of juicy smoked ribs"},
id: "hero-3", imageSrc: "https://assets.refact.ai/image-service/65b6e4e3-3e74-41d3-a558-86d4e5f41240_close-up-smoked-tomahawk-steak.webp", imageAlt: "Close-up of a perfectly smoked tomahawk steak on a dark wooden board"},
{
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-dreadlocks-walking-night-street-city_627829-9558.jpg", imageAlt: "Chef preparing a smoked meat dish"},
id: "hero-4", imageSrc: "https://assets.refact.ai/image-service/72134914-9988-466d-a774-67d71b86d944_smoked-beef-ribs-dark-background.webp", imageAlt: "Smoked beef ribs with a rich glaze on a dark background"},
{
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/chicken-hearts-slice-onion-with-pomegranate-arils-wooden-plate_114579-86026.jpg", imageAlt: "Luxurious dining table setting"},
id: "hero-5", imageSrc: "https://assets.refact.ai/image-service/f1d7d605-7f41-4770-b747-9759c945761a_gourmet-meat-cuts-dark-platter.webp", imageAlt: "Gourmet selection of various meat cuts on a dark serving platter"},
{
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-christmas-food_23-2148719841.jpg", imageAlt: "Variety of smoked meats on a serving board"},
id: "hero-6", imageSrc: "https://assets.refact.ai/image-service/a7e584f1-397a-493e-8686-e8e6047249b5_luxurious-restaurant-dining-table-setting.webp", imageAlt: "Luxurious restaurant dining table setting with fine cutlery and glassware"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -273,4 +273,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}