diff --git a/src/app/page.tsx b/src/app/page.tsx index 1827893..be285b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -59,25 +51,15 @@ export default function LandingPage() { showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", - alt: "Abstract techno background", - }, + src: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg", alt: "Abstract techno background"}, { - src: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", - alt: "3D technology background", - }, + src: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", alt: "3D technology background"}, { - src: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-low-poly-plexus-design_1048-18670.jpg", - alt: "3D modern technology background", - }, + src: "http://img.b2bpic.net/free-photo/3d-modern-technology-background-with-low-poly-plexus-design_1048-18670.jpg", alt: "3D modern technology background"}, { - src: "http://img.b2bpic.net/free-photo/abstract-techno-background_1048-7484.jpg", - alt: "Abstract techno background", - }, + src: "http://img.b2bpic.net/free-photo/abstract-techno-background_1048-7484.jpg", alt: "Abstract techno background"}, { - src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-connecting-flowing-lines-dots_1048-12209.jpg", - alt: "3D modern background", - }, + src: "http://img.b2bpic.net/free-photo/3d-modern-background-with-connecting-flowing-lines-dots_1048-12209.jpg", alt: "3D modern background"}, ]} avatarText="Trusted by global teams" /> @@ -91,26 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Neural Networks", - description: "Cutting edge neural architecture for complex problem solving.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", - titleIconSrc: "Brain", - buttonText: "Explore", - }, + title: "Neural Networks", description: "Cutting edge neural architecture for complex problem solving.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg", titleIconSrc: "Brain", buttonText: "Explore"}, { - title: "Natural Language", - description: "Advanced linguistic bots that understand human intent.", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg", - titleIconSrc: "MessageSquare", - buttonText: "Try Now", - }, + title: "Natural Language", description: "Advanced linguistic bots that understand human intent.", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-opened-ai-chat-it_1268-21624.jpg", titleIconSrc: "MessageSquare", buttonText: "Try Now"}, { - title: "Realtime Data", - description: "Instant data processing and analytics visualization.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", - titleIconSrc: "Zap", - buttonText: "View Metrics", - }, + title: "Realtime Data", description: "Instant data processing and analytics visualization.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", titleIconSrc: "Zap", buttonText: "View Metrics"}, ]} title="Smart Features" description="Unlock unparalleled performance with our AI platform." @@ -122,14 +89,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "Microsoft", - "Google", - "Amazon", - "OpenAI", - "Meta", - "NVIDIA", - "Tesla", - ]} + "Microsoft", "Google", "Amazon", "OpenAI", "Meta", "NVIDIA", "Tesla"]} title="Trusted by Industry Leaders" description="We build with the world's most innovative companies." /> @@ -137,44 +97,20 @@ export default function LandingPage() {
@@ -241,29 +160,19 @@ export default function LandingPage() {