3 Commits

Author SHA1 Message Date
b09f3ebd54 Update src/app/page.tsx 2026-04-26 02:56:51 +00:00
d69a62ed27 Merge version_1 into main
Merge version_1 into main
2026-04-26 02:51:39 +00:00
6b30cb54dc Merge version_1 into main
Merge version_1 into main
2026-04-26 02:51:08 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "glowing-orb" }} 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." description="Building the future, one byte at a time. Exploring the intersection of deep learning and intuitive user experiences."
testimonials={[ 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" }, { 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> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }