Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-12 18:21:05 +00:00
2 changed files with 36 additions and 51 deletions

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="small"
sizing="medium"
background="fluid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -46,8 +46,8 @@ export default function LandingPage() {
description="Transforming data into intelligent solutions through advanced machine learning, deep learning, and AI research. Specializing in NLP, computer vision, and recommendation systems."
tag="Featured Portfolio"
tagAnimation="slide-up"
background={{ variant: "fluid" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png"
imageAlt="AI/ML Engineer Workspace"
mediaAnimation="slide-up"
imagePosition="right"
@@ -99,13 +99,13 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "nlp-sentiment", name: "Advanced NLP Sentiment Analysis", price: "BERT + Transformers", variant: "Production | Real-time Processing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png?_wi=1", imageAlt: "NLP Sentiment Analysis Project"
id: "nlp-sentiment", name: "Advanced NLP Sentiment Analysis", price: "BERT + Transformers", variant: "Production | Real-time Processing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png", imageAlt: "NLP Sentiment Analysis Project"
},
{
id: "cv-detection", name: "Real-time Object Detection System", price: "YOLOv8 + OpenCV", variant: "Live Video | Multi-class Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/computer-vision-interface-displaying-ima-1773339569881-320722b2.png?_wi=1", imageAlt: "Computer Vision Project"
id: "cv-detection", name: "Real-time Object Detection System", price: "YOLOv8 + OpenCV", variant: "Live Video | Multi-class Detection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/computer-vision-interface-displaying-ima-1773339569881-320722b2.png", imageAlt: "Computer Vision Project"
},
{
id: "recommendation", name: "Personalized Recommendation Engine", price: "Collaborative Filtering + Deep Learning", variant: "Scalable | 98% Accuracy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/recommendation-system-algorithm-visualiz-1773339570960-fdd56c6b.png?_wi=1", imageAlt: "Recommendation System Project"
id: "recommendation", name: "Personalized Recommendation Engine", price: "Collaborative Filtering + Deep Learning", variant: "Scalable | 98% Accuracy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/recommendation-system-algorithm-visualiz-1773339570960-fdd56c6b.png", imageAlt: "Recommendation System Project"
}
]}
buttons={[
@@ -126,19 +126,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Machine Learning", description: "Scikit-learn, XGBoost, LightGBM, statistical modeling, feature engineering, and model optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png?_wi=2"
title: "Machine Learning", description: "Scikit-learn, XGBoost, LightGBM, statistical modeling, feature engineering, and model optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png"
},
{
id: 2,
title: "Deep Learning", description: "TensorFlow, PyTorch, CNN, RNN, LSTM, Transformers, and advanced neural network architectures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/computer-vision-interface-displaying-ima-1773339569881-320722b2.png?_wi=2"
title: "Deep Learning", description: "TensorFlow, PyTorch, CNN, RNN, LSTM, Transformers, and advanced neural network architectures.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/computer-vision-interface-displaying-ima-1773339569881-320722b2.png"
},
{
id: 3,
title: "Natural Language Processing", description: "BERT, GPT models, text classification, sentiment analysis, and language understanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png?_wi=2"
title: "Natural Language Processing", description: "BERT, GPT models, text classification, sentiment analysis, and language understanding.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png"
},
{
id: 4,
title: "Production & Deployment", description: "Docker, Kubernetes, FastAPI, cloud deployment (AWS/GCP), MLOps, and model serving.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png?_wi=3"
title: "Production & Deployment", description: "Docker, Kubernetes, FastAPI, cloud deployment (AWS/GCP), MLOps, and model serving.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png"
}
]}
buttonAnimation="slide-up"
@@ -155,22 +155,22 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Rodriguez, VP Engineering at DataFlow Labs", date: "Date: 15 November 2024", title: "Exceptional ML Engineering Excellence", quote: "Alex redesigned our entire recommendation pipeline, improving accuracy from 92% to 98% while reducing inference latency by 60%. Their system architecture knowledge and attention to detail transformed our product.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-tech-industry-1773339568998-aad1b44d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/recommendation-system-algorithm-visualiz-1773339570960-fdd56c6b.png?_wi=2"
id: "1", name: "Sarah Rodriguez, VP Engineering at DataFlow Labs", date: "Date: 15 November 2024", title: "Exceptional ML Engineering Excellence", quote: "Alex redesigned our entire recommendation pipeline, improving accuracy from 92% to 98% while reducing inference latency by 60%. Their system architecture knowledge and attention to detail transformed our product.", tag: "Enterprise", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-tech-industry-1773339568998-aad1b44d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/recommendation-system-algorithm-visualiz-1773339570960-fdd56c6b.png"
},
{
id: "2", name: "Michael Zhang, Founder at AI Ventures", date: "Date: 8 October 2024", title: "Outstanding Technical Leadership", quote: "Working with Alex on our NLP platform was remarkable. They brought deep expertise in transformer models and solved complex deployment challenges that other teams couldn't handle.", tag: "Startup", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-portrait-of-a-startup-found-1773339569118-d5837ddf.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png?_wi=3"
id: "2", name: "Michael Zhang, Founder at AI Ventures", date: "Date: 8 October 2024", title: "Outstanding Technical Leadership", quote: "Working with Alex on our NLP platform was remarkable. They brought deep expertise in transformer models and solved complex deployment challenges that other teams couldn't handle.", tag: "Startup", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-portrait-of-a-startup-found-1773339569118-d5837ddf.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png"
},
{
id: "3", name: "Dr. Emily Chen, Research Director at TechLabs", date: "Date: 22 September 2024", title: "Innovative Research Implementation", quote: "Alex successfully implemented cutting-edge computer vision techniques for our research project. Their ability to bridge academic research and production code is exceptional.", tag: "Research", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-research-dire-1773339568770-453ffd74.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/computer-vision-interface-displaying-ima-1773339569881-320722b2.png?_wi=3"
id: "3", name: "Dr. Emily Chen, Research Director at TechLabs", date: "Date: 22 September 2024", title: "Innovative Research Implementation", quote: "Alex successfully implemented cutting-edge computer vision techniques for our research project. Their ability to bridge academic research and production code is exceptional.", tag: "Research", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-research-dire-1773339568770-453ffd74.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/computer-vision-interface-displaying-ima-1773339569881-320722b2.png"
},
{
id: "4", name: "James Wilson, Product Manager at CloudAI", date: "Date: 10 August 2024", title: "Reliable & Innovative Problem Solver", quote: "Best AI engineer I've collaborated with. Alex delivered complex ML solutions on time, communicated technical concepts clearly, and consistently exceeded expectations.", tag: "Product", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-product-manag-1773339568684-ae761296.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png?_wi=4"
id: "4", name: "James Wilson, Product Manager at CloudAI", date: "Date: 10 August 2024", title: "Reliable & Innovative Problem Solver", quote: "Best AI engineer I've collaborated with. Alex delivered complex ML solutions on time, communicated technical concepts clearly, and consistently exceeded expectations.", tag: "Product", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-product-manag-1773339568684-ae761296.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png"
},
{
id: "5", name: "Lisa Park, CTO at InnovateTech", date: "Date: 25 July 2024", title: "System Architecture Visionary", quote: "Alex's architectural approach to our ML infrastructure scaled beautifully. Their understanding of distributed systems and MLOps practices was invaluable to our growth.", tag: "Infrastructure", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-tech-industry-1773339568998-aad1b44d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png?_wi=5"
id: "5", name: "Lisa Park, CTO at InnovateTech", date: "Date: 25 July 2024", title: "System Architecture Visionary", quote: "Alex's architectural approach to our ML infrastructure scaled beautifully. Their understanding of distributed systems and MLOps practices was invaluable to our growth.", tag: "Infrastructure", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-headshot-of-a-tech-industry-1773339568998-aad1b44d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/a-modern-ai-ml-engineer-workspace-showin-1773339570491-02149b39.png"
},
{
id: "6", name: "David Park, Engineering Lead at DataCore", date: "Date: 12 June 2024", title: "Mentorship & Technical Excellence", quote: "Alex not only delivered exceptional ML solutions but also mentored our team. Their knowledge transfer and collaborative approach elevated our entire engineering practice.", tag: "Mentorship", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-portrait-of-a-startup-found-1773339569118-d5837ddf.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png?_wi=4"
id: "6", name: "David Park, Engineering Lead at DataCore", date: "Date: 12 June 2024", title: "Mentorship & Technical Excellence", quote: "Alex not only delivered exceptional ML solutions but also mentored our team. Their knowledge transfer and collaborative approach elevated our entire engineering practice.", tag: "Mentorship", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/professional-portrait-of-a-startup-found-1773339569118-d5837ddf.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ar8nlNqwXjTXa28aBP3diQy1wp/advanced-natural-language-processing-int-1773339569848-5a62197a.png"
}
]}
/>

View File

@@ -1,51 +1,36 @@
"use client";
import { memo } from "react";
import useSvgTextLogo from "./useSvgTextLogo";
import { cls } from "@/lib/utils";
import React from 'react';
interface SvgTextLogoProps {
logoText: string;
adjustHeightFactor?: number;
verticalAlign?: "top" | "center";
text: string;
className?: string;
fontSize?: number;
fill?: string;
}
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
logoText,
adjustHeightFactor,
verticalAlign = "top",
className = "",
}) {
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text,
className = '',
fontSize = 48,
fill = 'currentColor',
}) => {
return (
<svg
ref={svgRef}
viewBox={viewBox}
className={cls("w-full", className)}
style={{ aspectRatio: aspectRatio }}
preserveAspectRatio="none"
role="img"
aria-label={`${logoText} logo`}
viewBox={`0 0 ${text.length * fontSize * 0.6} ${fontSize * 1.2}`}
className={className}
xmlns="http://www.w3.org/2000/svg"
>
<text
ref={textRef}
x="0"
y={verticalAlign === "center" ? "50%" : "0"}
className="font-bold fill-current"
style={{
fontSize: "20px",
letterSpacing: "-0.02em",
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
}}
y={fontSize * 0.85}
fontSize={fontSize}
fill={fill}
fontWeight="bold"
dominantBaseline="auto"
>
{logoText}
{text}
</text>
</svg>
);
});
SvgTextLogo.displayName = "SvgTextLogo";
};
export default SvgTextLogo;