--- interface Props { data:any } const {data}=Astro.props; // console.log(JSON.stringify(data.section_one_title1),"data"); ---