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} />