diff --git a/src/app/page.tsx b/src/app/page.tsx index a0ef571..364a164 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,12 +43,16 @@ export default function WebsiteBuilderPage() { title="Craft Stunning Websites in Minutes" description="The all-in-one platform for designers and founders to build, customize, and launch professional websites without writing a single line of code." buttons={[{ text: "Start Building", href: "#templates" }]} + mediaItems={[ + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D9u9a4niXOwkTd0Vfg7jUohDTF/uploaded-1777708840347-2hfn9ssm.png", imageAlt: "Interface Preview 1" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D9u9a4niXOwkTd0Vfg7jUohDTF/uploaded-1777708840347-ropmip58.png", imageAlt: "Interface Preview 2" } + ]} />