diff --git a/src/app/page.tsx b/src/app/page.tsx
index db93c17..e30c810 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,125 +33,72 @@ export default function LandingPage() {
@@ -162,9 +109,7 @@ export default function LandingPage() {
title="Empowering Your Digital Collaboration"
buttons={[
{
- text: "Learn More",
- href: "#features",
- },
+ text: "Learn More", href: "#features"},
]}
/>
@@ -176,35 +121,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Global Sync",
- description: "Keep data consistent everywhere.",
- bentoComponent: "globe",
- imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-sitting-his-office-working-pc-productivity_482257-123166.jpg",
- imageAlt: "minimal workspace laptop clean desk",
- },
+ title: "Global Sync", description: "Keep data consistent everywhere.", bentoComponent: "globe"},
{
- title: "Performance Analytics",
- description: "Track metrics in real-time.",
- bentoComponent: "animated-bar-chart",
- imageSrc: "http://img.b2bpic.net/free-photo/go-digital-with-wires-new-york-city-background_53876-94933.jpg?_wi=2",
- imageAlt: "minimal workspace laptop clean desk",
- },
+ title: "Performance Analytics", description: "Track metrics in real-time.", bentoComponent: "animated-bar-chart"},
{
- title: "AI Integration",
- description: "Smarter insights for teams.",
- bentoComponent: "chat",
- aiIcon: MessageSquare,
+ title: "AI Integration", description: "Smarter insights for teams.", bentoComponent: "chat", aiIcon: MessageSquare,
userIcon: User,
exchanges: [
{
- userMessage: "Share this report",
- aiResponse: "Shared securely.",
- },
+ userMessage: "Share this report", aiResponse: "Shared securely."},
],
- placeholder: "Ask AI...",
- imageSrc: "http://img.b2bpic.net/free-vector/realistic-glass-morphism-transparent-ui-icons-mobile-app-with-blurred-color-gradient_88138-1685.jpg",
- imageAlt: "minimal workspace laptop clean desk",
- },
+ placeholder: "Ask AI..."},
]}
title="Features That Scale"
description="Built for modern software development and global team collaboration."
@@ -219,41 +146,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Core Sync",
- price: "$19/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-table-closeup_169016-47031.jpg",
- },
+ id: "p1", name: "Core Sync", price: "$19/mo", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-stylus-pen-table-closeup_169016-47031.jpg"},
{
- id: "p2",
- name: "Cloud Pro",
- price: "$49/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
- },
+ id: "p2", name: "Cloud Pro", price: "$49/mo", imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg"},
{
- id: "p3",
- name: "Enterprise Hub",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tablet-with-active-smart-home-application-holded-by-man_482257-7528.jpg",
- },
+ id: "p3", name: "Enterprise Hub", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tablet-with-active-smart-home-application-holded-by-man_482257-7528.jpg"},
{
- id: "p4",
- name: "API Access",
- price: "$99/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg",
- },
+ id: "p4", name: "API Access", price: "$99/mo", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-intelligent-software-placed-table-kitchen-with-nobody_482257-8724.jpg"},
{
- id: "p5",
- name: "Data Analytics",
- price: "$59/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-123120.jpg",
- },
+ id: "p5", name: "Data Analytics", price: "$59/mo", imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-123120.jpg"},
{
- id: "p6",
- name: "Security Suite",
- price: "$79/mo",
- imageSrc: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg",
- },
+ id: "p6", name: "Security Suite", price: "$79/mo", imageSrc: "http://img.b2bpic.net/free-photo/man-switching-bulbs-using-voice-command-tablet_482257-8730.jpg"},
]}
title="Explore Our Tools"
description="Powerful products designed for your success."
@@ -267,48 +170,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "free",
- price: "$0",
- name: "Free Tier",
- features: [
- "Limited sharing",
- "1 team member",
- ],
+ id: "free", price: "$0", name: "Free Tier", features: [
+ "Limited sharing", "1 team member"],
buttons: [
{
- text: "Sign Up",
- href: "#contact",
- },
+ text: "Sign Up", href: "#contact"},
],
},
{
- id: "pro",
- price: "$29",
- name: "Pro Plan",
- features: [
- "Unlimited sharing",
- "10 team members",
- ],
+ id: "pro", price: "$29", name: "Pro Plan", features: [
+ "Unlimited sharing", "10 team members"],
buttons: [
{
- text: "Sign Up",
- href: "#contact",
- },
+ text: "Sign Up", href: "#contact"},
],
},
{
- id: "ent",
- price: "$199",
- name: "Enterprise",
- features: [
- "Unlimited everything",
- "Custom API",
- ],
+ id: "ent", price: "$199", name: "Enterprise", features: [
+ "Unlimited everything", "Custom API"],
buttons: [
{
- text: "Sign Up",
- href: "#contact",
- },
+ text: "Sign Up", href: "#contact"},
],
},
]}
@@ -324,45 +206,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah",
- handle: "@sarah",
- testimonial: "Amazing product!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
- },
+ id: "t1", name: "Sarah", handle: "@sarah", testimonial: "Amazing product!", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg"},
{
- id: "t2",
- name: "Mark",
- handle: "@mark",
- testimonial: "Game changer.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg",
- },
+ id: "t2", name: "Mark", handle: "@mark", testimonial: "Game changer.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/scientist-factory-using-tablet-check-photovoltaics-materials-parameters_482257-120526.jpg"},
{
- id: "t3",
- name: "Anna",
- handle: "@anna",
- testimonial: "Simply perfect.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
- },
+ id: "t3", name: "Anna", handle: "@anna", testimonial: "Simply perfect.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
{
- id: "t4",
- name: "Tom",
- handle: "@tom",
- testimonial: "Incredible value.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/job-position-beside-employee-portrait_23-2150037696.jpg",
- },
+ id: "t4", name: "Tom", handle: "@tom", testimonial: "Incredible value.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/job-position-beside-employee-portrait_23-2150037696.jpg"},
{
- id: "t5",
- name: "Jen",
- handle: "@jen",
- testimonial: "Reliable and fast.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-executive-with-glasses_1098-1818.jpg",
- },
+ id: "t5", name: "Jen", handle: "@jen", testimonial: "Reliable and fast.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/bearded-executive-with-glasses_1098-1818.jpg"},
]}
showRating={true}
title="What Our Users Say"
@@ -376,20 +233,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Is it secure?",
- content: "Yes, top-tier encryption.",
- },
+ id: "f1", title: "Is it secure?", content: "Yes, top-tier encryption."},
{
- id: "f2",
- title: "Can I upgrade?",
- content: "Anytime via dashboard.",
- },
+ id: "f2", title: "Can I upgrade?", content: "Anytime via dashboard."},
{
- id: "f3",
- title: "Any support?",
- content: "24/7 dedicated support.",
- },
+ id: "f3", title: "Any support?", content: "24/7 dedicated support."},
]}
title="Common Questions"
description="Get answers about our platform."
@@ -401,8 +249,7 @@ export default function LandingPage() {