diff --git a/src/app/page.tsx b/src/app/page.tsx index 47a806a..5c586a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="mediumLarge" - background="circleGradient" + background="none" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Build the Future, Today" description="A clean, powerful platform designed for startups that dare to think different. Intuitive, elegant, and built for scale." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-vector/simple-dashboard-user-panel_23-2148372638.jpg" imageAlt="Dashboard interface" buttons={[ @@ -78,11 +78,9 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Intuitive Interface", author: "Design Philosophy", description: "A distraction-free workspace that adapts to your workflow. No steep learning curves, just pure productivity.", tags: ["UI/UX", "Design"], - imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg", imageAlt: "Clean interface"}, + id: "1", title: "Intuitive Interface", author: "Design Philosophy", description: "A distraction-free workspace that adapts to your workflow. No steep learning curves, just pure productivity.", tags: ["UI/UX", "Design"], imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-report-tablet_482257-120320.jpg", imageAlt: "Clean interface"}, { - id: "2", title: "Seamless Collaboration", author: "Team Performance", description: "Work together effortlessly. Real-time updates, shared spaces, and intelligent notifications keep everyone in sync.", tags: ["Collaboration", "Teamwork"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-workers-office-working-together-finishing-project_482257-126470.jpg", imageAlt: "Team collaboration"}, + id: "2", title: "Seamless Collaboration", author: "Team Performance", description: "Work together effortlessly. Real-time updates, shared spaces, and intelligent notifications keep everyone in sync.", tags: ["Collaboration", "Teamwork"], imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-workers-office-working-together-finishing-project_482257-126470.jpg", imageAlt: "Team collaboration"}, ]} animationType="slide-up" textboxLayout="default"