From 93cc80ae71b68669d90755b909145f2661849b7d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:19:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 137 ++++++++++------------------------------------- 1 file changed, 28 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee2c31b..29e6aaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Security", href: "#" }, @@ -31,8 +30,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -40,8 +38,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Integrations", href: "#" }, @@ -49,8 +46,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -67,7 +63,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="fluid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -86,46 +82,30 @@ export default function HomePage() { tag="Launch Your Workflow" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-modern-saas-dashboard-interface-displa-1772694972046-068938a0.png?_wi=1" + background={{ variant: "glowing-orb" }} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-modern-saas-dashboard-interface-displa-1772694972046-068938a0.png" imageAlt="ToolVault Dashboard Interface" imagePosition="right" mediaAnimation="slide-up" useInvertedBackground={false} buttons={[ - { text: "Start Free Trial", href: "/pricing" }, + { text: "Start Free Trial", href: "#pricing" }, { text: "View Demo", href: "#features" }, ]} buttonAnimation="slide-up" testimonials={[ { - name: "Sarah Chen", - handle: "CEO, GrowthCo", - testimonial: "ToolVault transformed how our team collaborates. Productivity increased by 45% in just two months.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-professional-portrait-of-a-satisfied-b-1772694971086-94a26620.png", - }, + name: "Sarah Chen", handle: "CEO, GrowthCo", testimonial: "ToolVault transformed how our team collaborates. Productivity increased by 45% in just two months.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-professional-portrait-of-a-satisfied-b-1772694971086-94a26620.png"}, { - name: "Michael Rodriguez", - handle: "CTO, TechFlow", - testimonial: "The integration capabilities are incredible. Finally, one platform that connects everything seamlessly.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-dynamic-team-collaboration-scene-showi-1772694970416-e9c6e790.png?_wi=1", - }, + name: "Michael Rodriguez", handle: "CTO, TechFlow", testimonial: "The integration capabilities are incredible. Finally, one platform that connects everything seamlessly.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-dynamic-team-collaboration-scene-showi-1772694970416-e9c6e790.png"}, { - name: "Emma Williams", - handle: "Founder, StartupXYZ", - testimonial: "Affordable, powerful, and intuitive. Exactly what every growing business needs.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-young-entrepreneur-in-a-modern-startup-1772694971659-fa6f99ee.png", - }, + name: "Emma Williams", handle: "Founder, StartupXYZ", testimonial: "Affordable, powerful, and intuitive. Exactly what every growing business needs.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-young-entrepreneur-in-a-modern-startup-1772694971659-fa6f99ee.png"}, { - name: "David Kim", - handle: "VP Operations, Enterprise Corp", - testimonial: "Enterprise-grade features with startup-friendly pricing. A game-changer for our organization.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-senior-business-executive-in-a-contemp-1772694971680-7c45ef4a.png", - }, + name: "David Kim", handle: "VP Operations, Enterprise Corp", testimonial: "Enterprise-grade features with startup-friendly pricing. A game-changer for our organization.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-senior-business-executive-in-a-contemp-1772694971680-7c45ef4a.png"}, ]} testimonialRotationInterval={5000} showMarqueeCard={true} @@ -160,23 +140,11 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Seamless Integration Hub", - author: "Product Team", - description: "Connect all your favorite tools in one unified workspace. Sync data automatically, eliminate manual handoffs, and keep everything in perfect harmony.", - tags: ["Integration", "Automation"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-collaborative-workspace-scene-showing--1772694971450-23542354.png?_wi=1", - imageAlt: "Integration Dashboard", - }, + id: "1", title: "Seamless Integration Hub", author: "Product Team", description: "Connect all your favorite tools in one unified workspace. Sync data automatically, eliminate manual handoffs, and keep everything in perfect harmony.", tags: ["Integration", "Automation"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-collaborative-workspace-scene-showing--1772694971450-23542354.png", imageAlt: "Integration Dashboard"}, { - id: "2", - title: "Real-Time Collaboration", - author: "Engineering", - description: "Work together in real-time with your team. See instant updates, leave comments, and make decisions faster than ever before.", - tags: ["Collaboration", "Teams"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-sleek-automation-tool-interface-showin-1772694971005-538e45be.png?_wi=1", - imageAlt: "Collaboration Features", - }, + id: "2", title: "Real-Time Collaboration", author: "Engineering", description: "Work together in real-time with your team. See instant updates, leave comments, and make decisions faster than ever before.", tags: ["Collaboration", "Teams"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-sleek-automation-tool-interface-showin-1772694971005-538e45be.png", imageAlt: "Collaboration Features"}, ]} buttons={[{ text: "Explore All Features", href: "#products" }]} buttonAnimation="slide-up" @@ -197,28 +165,13 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Project Manager Pro", - price: "$29/month", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-sleek-automation-tool-interface-showin-1772694971005-538e45be.png?_wi=2", - imageAlt: "Project Management Tool", - initialQuantity: 1, + id: "1", name: "Project Manager Pro", price: "$29/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-sleek-automation-tool-interface-showin-1772694971005-538e45be.png", imageAlt: "Project Management Tool", initialQuantity: 1, }, { - id: "2", - name: "Analytics Suite", - price: "$49/month", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-vibrant-data-visualization-dashboard-s-1772694972188-1e86887d.png?_wi=1", - imageAlt: "Analytics Dashboard", - initialQuantity: 1, + id: "2", name: "Analytics Suite", price: "$49/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-vibrant-data-visualization-dashboard-s-1772694972188-1e86887d.png", imageAlt: "Analytics Dashboard", initialQuantity: 1, }, { - id: "3", - name: "Team Collaboration Hub", - price: "$39/month", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-collaborative-workspace-scene-showing--1772694971450-23542354.png?_wi=2", - imageAlt: "Collaboration Platform", - initialQuantity: 1, + id: "3", name: "Team Collaboration Hub", price: "$39/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-collaborative-workspace-scene-showing--1772694971450-23542354.png", imageAlt: "Collaboration Platform", initialQuantity: 1, }, ]} buttons={[{ text: "View Pricing", href: "#pricing" }]} @@ -239,37 +192,13 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "10,000+", - title: "Active Teams", - description: "Growing daily across all industries", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-collaborative-workspace-scene-showing--1772694971450-23542354.png?_wi=3", - imageAlt: "Active Teams Dashboard", - }, + id: "1", value: "10,000+", title: "Active Teams", description: "Growing daily across all industries", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-collaborative-workspace-scene-showing--1772694971450-23542354.png", imageAlt: "Active Teams Dashboard"}, { - id: "2", - value: "45%", - title: "Productivity Gain", - description: "Average increase reported by users", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-vibrant-data-visualization-dashboard-s-1772694972188-1e86887d.png?_wi=2", - imageAlt: "Productivity Growth Chart", - }, + id: "2", value: "45%", title: "Productivity Gain", description: "Average increase reported by users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-vibrant-data-visualization-dashboard-s-1772694972188-1e86887d.png", imageAlt: "Productivity Growth Chart"}, { - id: "3", - value: "250M+", - title: "Tasks Completed", - description: "Through ToolVault platform", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-modern-saas-dashboard-interface-displa-1772694972046-068938a0.png?_wi=2", - imageAlt: "Tasks Dashboard", - }, + id: "3", value: "250M+", title: "Tasks Completed", description: "Through ToolVault platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-modern-saas-dashboard-interface-displa-1772694972046-068938a0.png", imageAlt: "Tasks Dashboard"}, { - id: "4", - value: "99.9%", - title: "Uptime SLA", - description: "Enterprise-grade reliability", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-sleek-automation-tool-interface-showin-1772694971005-538e45be.png?_wi=3", - imageAlt: "Uptime Status", - }, + id: "4", value: "99.9%", title: "Uptime SLA", description: "Enterprise-grade reliability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-sleek-automation-tool-interface-showin-1772694971005-538e45be.png", imageAlt: "Uptime Status"}, ]} /> @@ -285,17 +214,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} logos={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-minimalist-tech-company-logo-or-wordma-1772694978631-c72bbcc1.png", alt: "Tech Company" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-modern-startup-company-logo-or-badge-w-1772694970936-7221d857.png", alt: "Startup" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-corporate-agency-logo-featuring-modern-1772694970958-5fa6c1af.png", alt: "Agency" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-consulting-firm-logo-or-emblem-with-pr-1772694971367-a89a6c55.png", alt: "Consulting Firm" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-fintech-or-financial-services-logo-wit-1772694970889-a18a4f17.png", alt: "Finance Company" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/an-educational-technology-or-online-lear-1772694970629-ac8d5ef0.png", alt: "Education Platform" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/an-e-commerce-or-retail-technology-logo--1772694970552-daf6b9e0.png", alt: "E-commerce Platform" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-healthcare-technology-or-medical-softw-1772694970906-880a3f90.png", alt: "Healthcare Tech" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/an-industrial-or-manufacturing-software--1772694971062-c4892120.png", alt: "Manufacturing Software" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-marketing-technology-or-digital-market-1772694970526-d744289a.png", alt: "Marketing Platform" }, - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-minimalist-tech-company-logo-or-wordma-1772694978631-c72bbcc1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-modern-startup-company-logo-or-badge-w-1772694970936-7221d857.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-corporate-agency-logo-featuring-modern-1772694970958-5fa6c1af.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-consulting-firm-logo-or-emblem-with-pr-1772694971367-a89a6c55.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-fintech-or-financial-services-logo-wit-1772694970889-a18a4f17.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/an-educational-technology-or-online-lear-1772694970629-ac8d5ef0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/an-e-commerce-or-retail-technology-logo--1772694970552-daf6b9e0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-healthcare-technology-or-medical-softw-1772694970906-880a3f90.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/an-industrial-or-manufacturing-software--1772694971062-c4892120.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW3bZgh406fY6Z6tzmCD6456JG/a-marketing-technology-or-digital-market-1772694970526-d744289a.png"]} names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "Enterprise Solutions", "CloudSync", "DataFlow", "AnalyticsPro"]} speed={40} showCard={true} -- 2.49.1