Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 17:18:42 +00:00

View File

@@ -100,19 +100,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Private Dinner Parties", tags: ["Intimate Gatherings", "Custom Menu"],
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Elegant private dinner table setting"
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=1", imageAlt: "Elegant private dinner table setting"
},
{
id: "2", title: "Corporate Events & Entertaining", tags: ["Professional Service", "Large Groups"],
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Professional catering setup"
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=2", imageAlt: "Professional catering setup"
},
{
id: "3", title: "Special Occasions", tags: ["Celebrations", "Memorable Moments"],
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Celebratory dinner presentation"
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=3", imageAlt: "Celebratory dinner presentation"
},
{
id: "4", title: "Cooking Classes", tags: ["Education", "Interactive Experience"],
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg", imageAlt: "Interactive cooking demonstration"
imageSrc: "http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=4", imageAlt: "Interactive cooking demonstration"
}
]}
animationType="slide-up"
@@ -212,7 +212,7 @@ export default function LandingPage() {
}}
buttonText="Request Consultation"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg"
imageSrc="http://img.b2bpic.net/free-photo/various-food-with-glass-wine_141793-847.jpg?_wi=5"
imageAlt="Elegant dining table setup"
mediaAnimation="slide-up"
mediaPosition="right"