Merge version_1_1781705612085 into main #1

Merged
bender merged 2 commits from version_1_1781705612085 into main 2026-06-17 14:15:01 +00:00

View File

@@ -18,20 +18,14 @@ export default function HomePage() {
title="Bifana: The Ultimate Pork Sandwich"
description="Experience authentic flavors crafted with passion. Join us for a culinary journey in the heart of the city."
primaryButton={{
text: "Reserve Now",
href: "#contact",
}}
text: "Reserve Now", href: "#contact"}}
secondaryButton={{
text: "View Menu",
href: "#menu",
}}
text: "View Menu", href: "#menu"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bagel-bread-with-smoked-salmon-meat-vegetable_74190-7666.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/bagel-bread-with-smoked-salmon-meat-vegetable_74190-7666.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -53,40 +47,19 @@ export default function HomePage() {
description="Browse our curated selection of traditional bifanas and artisanal sides."
items={[
{
title: "Original Bifana",
description: "The classic, marinated pork steak sandwich.",
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dish-three-sisters-dolma-stuffed-vegetables-with-minced-meat_140725-4848.jpg",
},
title: "Original Bifana", description: "The classic, marinated pork steak sandwich.", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dish-three-sisters-dolma-stuffed-vegetables-with-minced-meat_140725-4848.jpg"},
{
title: "Garlic Fries",
description: "Hand-cut fries tossed with fresh garlic.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-potato-fries-wooden-table_23-2148501555.jpg",
},
title: "Garlic Fries", description: "Hand-cut fries tossed with fresh garlic.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-potato-fries-wooden-table_23-2148501555.jpg"},
{
title: "Craft Beer",
description: "Local brews to pair with your meal.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8073.jpg",
},
title: "Craft Beer", description: "Local brews to pair with your meal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tattooed-bearded-hipster-male-manufacturer-presenting-beer-microbrewery_613910-8073.jpg"},
{
title: "Spicy Bifana",
description: "With homemade chili oil blend.",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35229.jpg",
},
title: "Spicy Bifana", description: "With homemade chili oil blend.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35229.jpg"},
{
title: "Sweet Tart",
description: "Traditional custard dessert tart.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg",
},
title: "Sweet Tart", description: "Traditional custard dessert tart.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
{
title: "House Salad",
description: "Fresh seasonal greens and vinaigrette.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-healthy-salad-white-bowl_23-2148747473.jpg",
},
title: "House Salad", description: "Fresh seasonal greens and vinaigrette.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-healthy-salad-white-bowl_23-2148747473.jpg"},
{
title: "Bifana Combo",
description: "Sandwich, fries, and beverage.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg",
},
title: "Bifana Combo", description: "Sandwich, fries, and beverage.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spicy-mini-tacos-served-with-chili-paste_140725-4995.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -97,22 +70,14 @@ export default function HomePage() {
<MetricsIconCards
tag="By the numbers"
title="Crafted with quality"
description="Quality and tradition define our culinary legacy."
metrics={[
{
icon: Award,
title: "Years of Tradition",
value: "25+",
},
icon: "Award", title: "Years of Tradition", value: "25+"},
{
icon: Users,
title: "Happy Diners",
value: "100k+",
},
icon: "Users", title: "Happy Diners", value: "100k+"},
{
icon: Utensils,
title: "Bifanas Served",
value: "500k+",
},
icon: "Utensils", title: "Bifanas Served", value: "500k+"},
]}
/>
</SectionErrorBoundary>
@@ -123,37 +88,18 @@ export default function HomePage() {
<TestimonialMarqueeCards
tag="Reviews"
title="What our guests say"
description="Join the community of food lovers who enjoy our traditional bifanas."
testimonials={[
{
name: "Maria",
role: "Local Foodie",
quote: "Best bifana I've ever had, truly authentic.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-736.jpg",
},
name: "Maria", role: "Local Foodie", quote: "Best bifana I've ever had, truly authentic.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-736.jpg"},
{
name: "Carlos",
role: "Regular Guest",
quote: "The atmosphere and flavors are unbeatable.",
imageSrc: "http://img.b2bpic.net/free-photo/food-blogger-cute-fitness-cook-recording-video-social-media-making-salad_140725-166656.jpg",
},
name: "Carlos", role: "Regular Guest", quote: "The atmosphere and flavors are unbeatable.", imageSrc: "http://img.b2bpic.net/free-photo/food-blogger-cute-fitness-cook-recording-video-social-media-making-salad_140725-166656.jpg"},
{
name: "Sofia",
role: "Visitor",
quote: "A must-visit spot in the city center.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
},
name: "Sofia", role: "Visitor", quote: "A must-visit spot in the city center.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
{
name: "Joao",
role: "Food Critic",
quote: "Excellence in every bite.",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg",
},
name: "Joao", role: "Food Critic", quote: "Excellence in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-female-entrepreneur-trendy-sunglasses-denim-jacke_197531-31011.jpg"},
{
name: "Ana",
role: "Happy Diner",
quote: "Perfect service and delicious food.",
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg",
},
name: "Ana", role: "Happy Diner", quote: "Perfect service and delicious food.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517422.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -164,19 +110,14 @@ export default function HomePage() {
<FaqSplitMedia
tag="Help"
title="Common Questions"
description="Need assistance? We're here to help you have the best experience."
items={[
{
question: "Do you accept reservations?",
answer: "Yes, we highly recommend booking ahead for groups.",
},
question: "Do you accept reservations?", answer: "Yes, we highly recommend booking ahead for groups."},
{
question: "Are vegetarian options available?",
answer: "We offer several salad and side options.",
},
question: "Are vegetarian options available?", answer: "We offer several salad and side options."},
{
question: "Is the menu online?",
answer: "Yes, you can browse our full digital menu above.",
},
question: "Is the menu online?", answer: "Yes, you can browse our full digital menu above."},
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-kitchen-pointing-towards-copyspace_23-2148006150.jpg"
/>
@@ -189,13 +130,9 @@ export default function HomePage() {
tag="Booking"
text="Reserve your table today and taste the best Bifana in town."
primaryButton={{
text: "Book via Phone",
href: "tel:+123456789",
}}
text: "Book via Phone", href: "tel:+123456789"}}
secondaryButton={{
text: "Contact Us",
href: "mailto:info@bifana.com",
}}
text: "Contact Us", href: "mailto:info@bifana.com"}}
/>
</SectionErrorBoundary>
</div>