From 77e4e532230632643990743c0091b28eb921dd29 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:13:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++------------------------------------ 1 file changed, 38 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4639db..1faccde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,17 @@ export default function LandingPage() { @@ -58,32 +49,21 @@ export default function LandingPage() { description="Unleash the power of high-tech digital solutions with AetherVibe's interactive SaaS ecosystem." buttons={[ { - text: "Explore Features", - href: "/dashboard", - }, + text: "Explore Features", href: "/dashboard"}, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-futuristic-background-with-particle-design_1048-11886.jpg" + imageClassName="animate-float" avatars={[ { - src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", - alt: "Team member 1", - }, + src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "Team member 1"}, { - src: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-smiling-sitting-workplace-desk_482257-5730.jpg", - alt: "Team member 2", - }, + src: "http://img.b2bpic.net/free-photo/senior-man-looking-camera-smiling-sitting-workplace-desk_482257-5730.jpg", alt: "Team member 2"}, { - src: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", - alt: "Team member 3", - }, + src: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", alt: "Team member 3"}, { - src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", - alt: "Team member 4", - }, + src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "Team member 4"}, { - src: "http://img.b2bpic.net/free-photo/man-with-glasses-holding-up-his-laptop-with-copy-space_23-2148422278.jpg", - alt: "Team member 5", - }, + src: "http://img.b2bpic.net/free-photo/man-with-glasses-holding-up-his-laptop-with-copy-space_23-2148422278.jpg", alt: "Team member 5"}, ]} avatarText="Trusted by 500+ global experts" /> @@ -96,26 +76,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "99.9%", - title: "Uptime", - description: "Reliable high-speed performance", - imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-element-collection_23-2148039279.jpg", - }, + id: "m1", value: "99.9%", title: "Uptime", description: "Reliable high-speed performance", imageSrc: "http://img.b2bpic.net/free-vector/flat-infographic-element-collection_23-2148039279.jpg"}, { - id: "m2", - value: "500+", - title: "Clients", - description: "Global agency reach", - imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-holding-wed-design-board_53876-65667.jpg", - }, + id: "m2", value: "500+", title: "Clients", description: "Global agency reach", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-holding-wed-design-board_53876-65667.jpg"}, { - id: "m3", - value: "24/7", - title: "Support", - description: "Elite technical assistance", - imageSrc: "http://img.b2bpic.net/free-photo/purple-calendar-clock-search-icon-reminder-notification-concept-website-ui-purple-background-3d-rendering-illustration_56104-1318.jpg", - }, + id: "m3", value: "24/7", title: "Support", description: "Elite technical assistance", imageSrc: "http://img.b2bpic.net/free-photo/purple-calendar-clock-search-icon-reminder-notification-concept-website-ui-purple-background-3d-rendering-illustration_56104-1318.jpg"}, ]} title="Performance at Scale" description="Driving business growth through advanced data analytics." @@ -130,23 +95,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time Data", - description: "Sync metrics instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background-with-shallow-depth-field_1048-12413.jpg", - imageAlt: "Data", - }, + title: "Real-time Data", description: "Sync metrics instantly.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-particle-background-with-shallow-depth-field_1048-12413.jpg", imageAlt: "Data"}, { - title: "AI Analytics", - description: "Deep insights for growth.", - imageSrc: "http://img.b2bpic.net/free-photo/ai-technology-microchip-background-digital-transformation-concept_53876-124669.jpg", - imageAlt: "AI", - }, + title: "AI Analytics", description: "Deep insights for growth.", imageSrc: "http://img.b2bpic.net/free-photo/ai-technology-microchip-background-digital-transformation-concept_53876-124669.jpg", imageAlt: "AI"}, { - title: "Secure Cloud", - description: "Global storage solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg", - imageAlt: "Cloud", - }, + title: "Secure Cloud", description: "Global storage solutions.", imageSrc: "http://img.b2bpic.net/free-photo/data-center-programmers-doing-brainstorming-setting-up-machine-learning-systems_482257-126248.jpg", imageAlt: "Cloud"}, ]} title="Advanced Features" description="Powerful tools designed to accelerate your workflow and agency success." @@ -160,59 +113,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice", - role: "CEO", - company: "TechCorp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg", - }, + id: "1", name: "Alice", role: "CEO", company: "TechCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-coat_1098-3778.jpg"}, { - id: "2", - name: "Bob", - role: "CTO", - company: "DevLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/financial-department-team-leader-researching-marketing-ideas-while-analyzing-company-expenses-report-startup-project-manager-developing-budget-growth-solutions-while-brainstorming-promoting-strategy_482257-38904.jpg", - }, + id: "2", name: "Bob", role: "CTO", company: "DevLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/financial-department-team-leader-researching-marketing-ideas-while-analyzing-company-expenses-report-startup-project-manager-developing-budget-growth-solutions-while-brainstorming-promoting-strategy_482257-38904.jpg"}, { - id: "3", - name: "Charlie", - role: "PM", - company: "StartUp", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg", - }, + id: "3", name: "Charlie", role: "PM", company: "StartUp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"}, { - id: "4", - name: "David", - role: "CFO", - company: "FinanceCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", - }, + id: "4", name: "David", role: "CFO", company: "FinanceCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg"}, { - id: "5", - name: "Eve", - role: "CMO", - company: "GrowthCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nervous-puzzled-woman-banker-bites-lips-worries_273609-45620.jpg", - }, + id: "5", name: "Eve", role: "CMO", company: "GrowthCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/nervous-puzzled-woman-banker-bites-lips-worries_273609-45620.jpg"}, ]} kpiItems={[ { - value: "10M+", - label: "Processes Run", - }, + value: "10M+", label: "Processes Run"}, { - value: "45%", - label: "Growth Rate", - }, + value: "45%", label: "Growth Rate"}, { - value: "150ms", - label: "Latency", - }, + value: "150ms", label: "Latency"}, ]} title="Trusted by Leaders" description="See why top agencies rely on AetherVibe." @@ -225,20 +147,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Setup time?", - content: "Instant activation.", - }, + id: "q1", title: "Setup time?", content: "Instant activation."}, { - id: "q2", - title: "Scaling?", - content: "Seamless auto-scaling.", - }, + id: "q2", title: "Scaling?", content: "Seamless auto-scaling."}, { - id: "q3", - title: "API Support?", - content: "Full REST support.", - }, + id: "q3", title: "API Support?", content: "Full REST support."}, ]} imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-laughing-while-talking-with-funny-customer-using-headset-mic_482257-125082.jpg" mediaAnimation="slide-up" @@ -254,25 +167,17 @@ export default function LandingPage() { { items: [ { - label: "Dashboard", - href: "/dashboard", - }, + label: "Dashboard", href: "/dashboard"}, { - label: "Blog", - href: "/resources", - }, + label: "Blog", href: "/resources"}, ], }, { items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}