diff --git a/src/app/page.tsx b/src/app/page.tsx index fcb1c04..4e104a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,16 +81,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sourcing Excellence", description: "I hand-select only the freshest, seasonal, and organic ingredients from trusted local farms.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-adding-vegetables-into-seasonal-salad-side-view_176474-5526.jpg", imageAlt: "Fresh ingredients" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-adding-vegetables-into-seasonal-salad-side-view_176474-5526.jpg", imageAlt: "Fresh ingredients detail" } + title: "Sourcing Excellence", description: "I hand-select only the freshest, seasonal, and organic ingredients from trusted local farms.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-adding-vegetables-into-seasonal-salad-side-view_176474-5526.jpg?_wi=1", imageAlt: "Fresh ingredients" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-adding-vegetables-into-seasonal-salad-side-view_176474-5526.jpg?_wi=2", imageAlt: "Fresh ingredients detail" } }, { - title: "Curated Menu Design", description: "Bespoke menus developed specifically for your dietary preferences and event theme.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/reading-menu-restaurant_1098-13294.jpg", imageAlt: "Menu planning" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reading-menu-restaurant_1098-13294.jpg", imageAlt: "Chef notes" } + title: "Curated Menu Design", description: "Bespoke menus developed specifically for your dietary preferences and event theme.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/reading-menu-restaurant_1098-13294.jpg?_wi=1", imageAlt: "Menu planning" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reading-menu-restaurant_1098-13294.jpg?_wi=2", imageAlt: "Chef notes" } }, { - title: "Professional Execution", description: "Full-service dinner parties where I handle everything from preparation to clean-up.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", imageAlt: "Dining service" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg", imageAlt: "Guests dining" } + title: "Professional Execution", description: "Full-service dinner parties where I handle everything from preparation to clean-up.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg?_wi=1", imageAlt: "Dining service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-beige-color-tones-interior-design_114579-2225.jpg?_wi=2", imageAlt: "Guests dining" } } ]} showStepNumbers={true}