Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-26 02:56:58 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "glowing-orb" }}
title="Aspiring AI/ML & Software Developer"
title="Building Scalable AI & Software Solutions"
description="Building the future, one byte at a time. Exploring the intersection of deep learning and intuitive user experiences."
testimonials={[
{ name: "Alex R.", handle: "@developer", testimonial: "Exceptional logic and design sense.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-indoors_23-2149734568.jpg" },
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}