diff --git a/src/app/page.tsx b/src/app/page.tsx
index e191e0b..fb0d798 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -54,40 +42,16 @@ export default function LandingPage() {
logoText="SaaSFlow"
description="Unlock infinite scalability with our advanced, AI-driven software platform tailored for modern enterprise needs."
buttons={[
- {
- text: "Start Free Trial",
- href: "#contact",
- },
- {
- text: "See Demo",
- href: "#features",
- },
+ { text: "Start Free Trial", href: "#contact" },
+ { text: "See Demo", href: "#features" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-dots-design_1048-14068.jpg?_wi=1",
- imageAlt: "Dashboard overview",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1",
- imageAlt: "Platform homepage",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg?_wi=1",
- imageAlt: "Tech connectivity",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/three-coworkers-looking-monitor_23-2149370564.jpg?_wi=1",
- imageAlt: "Expert team",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg?_wi=1",
- imageAlt: "Metrics dashboard",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-thread-flat-lay_23-2148999165.jpg?_wi=1",
- imageAlt: "System flow",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-cyber-dots-design_1048-14068.jpg", imageAlt: "Dashboard overview" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Platform homepage" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg", imageAlt: "Tech connectivity" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/three-coworkers-looking-monitor_23-2149370564.jpg", imageAlt: "Expert team" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884885.jpg", imageAlt: "Metrics dashboard" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-thread-flat-lay_23-2148999165.jpg", imageAlt: "System flow" },
]}
/>
@@ -96,42 +60,19 @@ export default function LandingPage() {
@@ -222,42 +132,21 @@ export default function LandingPage() {
logoText="SaaSFlow"
columns={[
{
- title: "Platform",
- items: [
- {
- label: "Features",
- href: "#features",
- },
- {
- label: "About",
- href: "#about",
- },
+ title: "Platform", items: [
+ { label: "Features", href: "#features" },
+ { label: "About", href: "#about" },
],
},
{
- title: "Resources",
- items: [
- {
- label: "Blog",
- href: "#",
- },
- {
- label: "Support",
- href: "#",
- },
+ title: "Resources", items: [
+ { label: "Blog", href: "#" },
+ { label: "Support", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}
@@ -267,4 +156,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file