From 44657e3d6721e73f4cdcd436fc2a49b15498d093 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:22:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfc5de1..37f287c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,8 +39,7 @@ export default function Page() { title="Welcome to Our Platform" description="Experience the future of digital solutions with our innovative tools." background={{ variant: "gradient-bars" }} - mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600", imageAlt: "Digital innovation" }] -} + mediaItems={[{ imageSrc: "https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=1600", imageAlt: "Digital innovation" }]} />
@@ -59,8 +58,7 @@ export default function Page() {
@@ -83,6 +81,7 @@ export default function Page() { description="Schedule a time that works best for your needs." background={{ variant: "plain" }} buttons={[{ text: "Schedule Now", href: "#" }]} + useInvertedBackground={false} />