Update src/app/page.tsx

This commit is contained in:
2026-04-02 23:22:37 +00:00
parent 9b106a826f
commit 44657e3d67

View File

@@ -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" }]}
/>
</div>
<div id="services" data-section="services">
@@ -59,8 +58,7 @@ export default function Page() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[{ type: 'text', content: 'About Us' }, { type: 'image', src: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=800', alt: 'Team' }]
}
heading={[{ type: 'text', content: 'About Us' }, { type: 'image', src: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=800', alt: 'Team' }]}
/>
</div>
<div id="reviews" data-section="reviews">
@@ -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}
/>
</div>
<div id="contact" data-section="contact">