Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-22 10:43:57 +00:00

View File

@@ -50,18 +50,18 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg", imageAlt: "Spanish tapas with beautiful plating"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg?_wi=1", imageAlt: "Spanish tapas with beautiful plating"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg", imageAlt: "Traditional Spanish paella"
imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg?_wi=1", imageAlt: "Traditional Spanish paella"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg", imageAlt: "Homemade Spanish croquetas"
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg?_wi=1", imageAlt: "Homemade Spanish croquetas"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg", imageAlt: "Busy restaurant full of happy diners"
imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg?_wi=1", imageAlt: "Busy restaurant full of happy diners"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208271.jpg", imageAlt: "Professional kitchen in action"
@@ -120,19 +120,19 @@ export default function LandingPage() {
features={[
{
id: "homemade", title: "Homemade Daily", tags: ["Fresh", "Authentic"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg", imageAlt: "Spanish tapas with beautiful plating"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-eggs-with-sausages-with-cheese-glass-tea-rowan-clay-plate_176474-3357.jpg?_wi=2", imageAlt: "Spanish tapas with beautiful plating"
},
{
id: "generous", title: "Generous Portions", tags: ["Value", "Satisfying"],
imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg", imageAlt: "Traditional Spanish paella"
imageSrc: "http://img.b2bpic.net/free-photo/yellow-rice-with-chicken-vegetables-black-slate-background_123827-31607.jpg?_wi=2", imageAlt: "Traditional Spanish paella"
},
{
id: "lightning-fast", title: "Lightning-Fast Service", tags: ["Efficient", "Professional"],
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg", imageAlt: "Homemade Spanish croquetas"
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens-1_140725-8793.jpg?_wi=2", imageAlt: "Homemade Spanish croquetas"
},
{
id: "gluten-free", title: "Gluten-Free Options", tags: ["Dietary", "Inclusive"],
imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg", imageAlt: "Busy restaurant full of happy diners"
imageSrc: "http://img.b2bpic.net/free-photo/brightly-lit-dining-blur_1203-761.jpg?_wi=2", imageAlt: "Busy restaurant full of happy diners"
}
]}
animationType="slide-up"