Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 09:40:50 +00:00

View File

@@ -109,8 +109,8 @@ export default function LandingPage() {
title="Our Team"
description="The brains behind the hotplates."
members={[
{ name: "Alex", role: "Head Chef", imageSrc: "https://img.b2bpic.net/free-photo/man-in-white-chef-uniform-cooking-in-a-kitchen_23-2149175409.jpg" },
{ name: "Sarah", role: "Store Manager", imageSrc: "https://img.b2bpic.net/free-photo/portrait-of-confident-young-woman-with-crossed-arms_1142-1262.jpg" }
{ id: "1", name: "Alex", role: "Head Chef", description: "Passionate about spice levels.", imageSrc: "https://img.b2bpic.net/free-photo/man-in-white-chef-uniform-cooking-in-a-kitchen_23-2149175409.jpg" },
{ id: "2", name: "Sarah", role: "Store Manager", description: "Keeps the classroom running.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-of-confident-young-woman-with-crossed-arms_1142-1262.jpg" }
]}
animationType="slide-up"
textboxLayout="default"