Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:20:11 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="ALEXO"
description="Full-stack developer & digital artist creating immersive digital experiences. Specializing in futuristic interfaces with cutting-edge technology and stunning visual design."
background={{ variant: "noiseDiagonalGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Explore My Work", href: "#portfolio" },
{ text: "View Resume", href: "#services" },
@@ -126,11 +126,11 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Neural Interface Dashboard", price: "Featured", variant: "Real-time Data Visualization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-sleek-digital-interface-design-with-ne-1772695074152-ddda7c58.png?_wi=1", imageAlt: "Advanced dashboard interface with neon accents"},
id: "1", name: "Neural Interface Dashboard", price: "Featured", variant: "Real-time Data Visualization", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-sleek-digital-interface-design-with-ne-1772695074152-ddda7c58.png", imageAlt: "Advanced dashboard interface with neon accents"},
{
id: "2", name: "Quantum Mobile App", price: "Featured", variant: "iOS & Android Native", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-futuristic-mobile-application-interfac-1772695074378-0886487e.png?_wi=1", imageAlt: "Futuristic mobile application interface"},
id: "2", name: "Quantum Mobile App", price: "Featured", variant: "iOS & Android Native", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-futuristic-mobile-application-interfac-1772695074378-0886487e.png", imageAlt: "Futuristic mobile application interface"},
{
id: "3", name: "AI-Powered Platform", price: "Featured", variant: "Machine Learning Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/an-ai-powered-software-interface-with-ne-1772695074206-48e8d921.png?_wi=1", imageAlt: "Advanced AI interface with neural networks"},
id: "3", name: "AI-Powered Platform", price: "Featured", variant: "Machine Learning Integration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/an-ai-powered-software-interface-with-ne-1772695074206-48e8d921.png", imageAlt: "Advanced AI interface with neural networks"},
]}
title="Featured Projects"
description="Showcasing innovation and technical excellence. Each project represents cutting-edge development, immersive design, and user-centric solutions."
@@ -158,17 +158,17 @@ export default function LandingPage() {
<PricingCardNine
plans={[
{
id: "consultation", title: "Web Development", price: "Custom", period: "Project-Based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-sleek-digital-interface-design-with-ne-1772695074152-ddda7c58.png?_wi=2", imageAlt: "Web development service showcase", features: [
id: "consultation", title: "Web Development", price: "Custom", period: "Project-Based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-sleek-digital-interface-design-with-ne-1772695074152-ddda7c58.png", imageAlt: "Web development service showcase", features: [
"Full-stack development", "React & Next.js expertise", "3D interactive features", "Performance optimization", "Mobile responsive design"],
button: { text: "Get Quote", href: "#contact" },
},
{
id: "design", title: "UI/UX Design", price: "Custom", period: "Project-Based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-futuristic-mobile-application-interfac-1772695074378-0886487e.png?_wi=2", imageAlt: "Design service showcase", features: [
id: "design", title: "UI/UX Design", price: "Custom", period: "Project-Based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/a-futuristic-mobile-application-interfac-1772695074378-0886487e.png", imageAlt: "Design service showcase", features: [
"Figma design systems", "Prototype creation", "Animation design", "Accessibility compliance", "Brand identity development"],
button: { text: "Get Quote", href: "#contact" },
},
{
id: "animation", title: "3D & Animation", price: "Custom", period: "Project-Based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/an-ai-powered-software-interface-with-ne-1772695074206-48e8d921.png?_wi=2", imageAlt: "3D animation service showcase", features: [
id: "animation", title: "3D & Animation", price: "Custom", period: "Project-Based", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVugSI1UBuZxDYgucMsvxTGASR/an-ai-powered-software-interface-with-ne-1772695074206-48e8d921.png", imageAlt: "3D animation service showcase", features: [
"Three.js development", "GSAP animations", "Interactive graphics", "Motion design", "WebGL experiences"],
button: { text: "Get Quote", href: "#contact" },
},