3 Commits

Author SHA1 Message Date
fbc507d175 Update src/app/page.tsx 2026-06-07 14:26:57 +00:00
a27064ab78 Update src/app/page.tsx 2026-06-07 14:26:36 +00:00
2565772891 Update src/app/page.tsx 2026-06-07 14:25:43 +00:00

View File

@@ -80,23 +80,7 @@ export default function LandingPage() {
buttons={[]} buttons={[]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
fixedMediaHeight={true} fixedMediaHeight={true}
avatars={[ avatars={[]}
{
src: "", alt: "Client Avatar 1"
},
{
src: "", alt: "Client Avatar 2"
},
{
src: "", alt: "Client Avatar 3"
},
{
src: "", alt: "Client Avatar 4"
},
{
src: "", alt: "Client Avatar 5"
}
]}
avatarText="" avatarText=""
/> />
</div> </div>