Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-26 09:12:44 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -85,7 +85,6 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
names={[]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-minimalist-abstract-logo-representing--1774516181212-1f2ca694.png",
@@ -173,6 +172,7 @@ export default function LandingPage() {
<MetricCardThree
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
metrics={[
{
id: "accuracy",

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { Linkedin, Twitter } from "lucide-react";
import { Circle, Linkedin, Twitter } from "lucide-react";
export default function LandingPage() {
return (
@@ -65,9 +65,9 @@ export default function LandingPage() {
imageAlt: "Abstract visualization of global data points",
},
items: [
{ text: "Real-time indexing" },
{ text: "Multi-source synthesis" },
{ text: "Customizable feeds" },
{ text: "Real-time indexing", icon: Circle },
{ text: "Multi-source synthesis", icon: Circle },
{ text: "Customizable feeds", icon: Circle },
],
reverse: false,
},
@@ -80,9 +80,9 @@ export default function LandingPage() {
imageAlt: "A futuristic, sleek AI dashboard",
},
items: [
{ text: "Predictive analytics" },
{ text: "Anomaly detection" },
{ text: "Sentiment analysis" },
{ text: "Predictive analytics", icon: Circle },
{ text: "Anomaly detection", icon: Circle },
{ text: "Sentiment analysis", icon: Circle },
],
reverse: true,
},
@@ -95,7 +95,7 @@ export default function LandingPage() {
imageAlt: "A researcher analyzing complex data",
},
items: [
{ text: "Interactive dashboards" },
{ text: "Interactive dashboards", icon: Circle },
],
},
]}