From dde691e14bf663cd44c75c722ad66f8aad6e06b4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:38:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01ffa36..97378aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { title: "Flexible Menus", description: "Custom culinary creations tailored to your preferences, dietary needs, and vision.", icon: Leaf } ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-kitchen_23-2149631680.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BypzldD3Nvcpj8fQh7Hwjjeb/uploaded-1773740246361-12nvrk4z.jpg" imageAlt="Modern professional catering kitchen" mediaAnimation="slide-up" imagePosition="right" @@ -102,16 +102,16 @@ export default function LandingPage() { description="Carefully curated culinary experiences designed to delight and impress your guests." products={[ { - id: "signature", name: "Signature Menus", price: "", variant: "Timeless Classics", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-tomato-slices-greens-sauce-rosemary-sprig-2_140725-8550.jpg?_wi=1", imageAlt: "Signature gourmet plated course" + id: "signature", name: "Signature Menus", price: "", variant: "Timeless Classics", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BypzldD3Nvcpj8fQh7Hwjjeb/uploaded-1773740261185-x5ucux9h.jpg", imageAlt: "Signature gourmet plated course" }, { - id: "stations", name: "Station Experiences", price: "", variant: "Interactive & Engaging", imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-slate_23-2148491231.jpg", imageAlt: "Live catering station setup" + id: "stations", name: "Station Experiences", price: "", variant: "Interactive & Engaging", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BypzldD3Nvcpj8fQh7Hwjjeb/uploaded-1773740270449-cg45rkrm.jpg", imageAlt: "Live catering station setup" }, { - id: "hors", name: "Hors d'Oeuvres", price: "", variant: "Passed & Displayed", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plates-served-with-snacks-vegetables-cheese_8353-402.jpg", imageAlt: "Elegant gourmet appetizer display" + id: "hors", name: "Hors d'Oeuvres", price: "", variant: "Passed & Displayed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BypzldD3Nvcpj8fQh7Hwjjeb/uploaded-1773740277866-6a0edo2a.webp", imageAlt: "Elegant gourmet appetizer display" }, { - id: "custom", name: "Custom Menus", price: "Let's Create", variant: "Your Vision, Our Expertise", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-cutlery-crockery_8353-9876.jpg", imageAlt: "Personalized menu planning consultation" + id: "custom", name: "Custom Menus", price: "Let's Create", variant: "Your Vision, Our Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B4BypzldD3Nvcpj8fQh7Hwjjeb/uploaded-1773740285469-o699sgif.jpg", imageAlt: "Personalized menu planning consultation" } ]} gridVariant="two-columns-alternating-heights" @@ -162,16 +162,16 @@ export default function LandingPage() {