diff --git a/src/pages/HomePage/sections/Team.tsx b/src/pages/HomePage/sections/Team.tsx index ffcf133..9f109f4 100644 --- a/src/pages/HomePage/sections/Team.tsx +++ b/src/pages/HomePage/sections/Team.tsx @@ -1,37 +1,76 @@ -// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this -// file as the canonical source for the "team" section. - import React from 'react'; import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import Tag from '@/components/ui/Tag'; +import ImageOrVideo from '@/components/ui/ImageOrVideo'; +import ScrollReveal from '@/components/ui/ScrollReveal'; + +export default function TeamSection() { + const members = [ + { + name: "Chef Marco", + role: "Head Pizzaiolo", + imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-is-putting-gourmet-freshly-made-pizza-stone-oven_613910-14121.jpg", + }, + { + name: "Sophia Rodriguez", + role: "Assistant Chef", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-pretty-delivery-girl-red-uniform-cap-holding-pizza-packages_141793-31534.jpg", + }, + { + name: "David Kim", + role: "Operations Manager", + imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg", + }, + ]; -export default function TeamSection(): React.JSX.Element { return ( -
+ Behind every delicious pizza is a dedicated team committed to quality and a warm dining experience. +
+{member.role}
+