From 828c7fa2e1def7352584205d1b0f53c43653039d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:00:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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" } + ]} />
-- 2.49.1