diff --git a/src/app/page.tsx b/src/app/page.tsx
index 952fe57..1269218 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,40 +31,33 @@ export default function LandingPage() {
@@ -75,15 +68,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
- {
- title: "Full Stack Mastery", description: "Seamless integration from database to UI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pz3k5k", imageAlt: "red sword icon vector"},
- {
- title: "Performance Tuning", description: "Optimizing execution speed and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-adding-removing-rating-star_107791-16382.jpg", imageAlt: "red lightning icon"},
- {
- title: "Intelligent Systems", description: "Implementing smart algorithms for better user impact.", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-sun-space_23-2150953763.jpg", imageAlt: "energy orb icon red"},
+ { title: "Science Stuff", description: "Advanced algorithms for everything.", imageSrc: "https://img.b2bpic.net/free-photo/portal-gun-icon_111.jpg", imageAlt: "Portal Gun" },
+ { title: "Dimension Hopping", description: "Fast deployment across all environments.", imageSrc: "https://img.b2bpic.net/free-photo/spaceship-icon_222.jpg", imageAlt: "Spaceship" },
+ { title: "Rick's Logic", description: "High-performance code that simply works.", imageSrc: "https://img.b2bpic.net/free-photo/science-flask_333.jpg", imageAlt: "Science Flask" },
]}
- title="My Zen Techniques"
- description="Tools and paradigms I master to build scalable high-performance systems."
+ title="Signature Methods"
+ description="Paradigms that would make the Council of Ricks jealous."
/>
@@ -94,15 +84,12 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="slide-up"
products={[
- {
- id: "p1", name: "Soul Engine", price: "Live", variant: "SaaS", imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349247.jpg", imageAlt: "dark theme portfolio card"},
- {
- id: "p2", name: "Spirit Stats", price: "OS", variant: "Library", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736730.jpg", imageAlt: "dark theme portfolio card"},
- {
- id: "p3", name: "Blade UI", price: "OS", variant: "Design", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104476.jpg", imageAlt: "dark theme portfolio card"}
+ { id: "p1", name: "Portal App", price: "Infinite", variant: "SaaS", imageSrc: "https://img.b2bpic.net/free-photo/cartoon-planet_1.jpg", imageAlt: "Portal App" },
+ { id: "p2", name: "Meeseeks Tasks", price: "Fast", variant: "Library", imageSrc: "https://img.b2bpic.net/free-photo/cartoon-meeseeks_2.jpg", imageAlt: "Meeseeks" },
+ { id: "p3", name: "Plumbus UI", price: "OS", variant: "Design", imageSrc: "https://img.b2bpic.net/free-photo/cartoon-plumbus_3.jpg", imageAlt: "Plumbus" }
]}
- title="My Bankai Projects"
- description="A collection of my most powerful digital works."
+ title="My Greatest Inventions"
+ description="Projects that are definitely worth the multiverse."
/>
@@ -113,18 +100,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "100+", title: "Commits Weekly", description: "Maintaining high velocity code flow.", icon: Zap,
- },
- {
- id: "m2", value: "50+", title: "Projects Shipped", description: "From concept to deployment.", icon: Award,
- },
- {
- id: "m3", value: "99.9%", title: "Uptime Rate", description: "Ensuring reliability for all users.", icon: Shield,
- },
+ { id: "m1", value: "999", title: "Dimensions Visited", description: "Vast experience.", icon: Zap },
+ { id: "m2", value: "100%", title: "Success Rate", description: "Science rules.", icon: Award },
+ { id: "m3", value: "∞", title: "Uptime", description: "Never going down.", icon: Shield },
]}
- title="Battle Records"
- description="Professional growth metrics and project milestones."
+ title="Galactic Records"
+ description="Professional stats measured in parsecs."
/>
@@ -135,59 +116,38 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1", name: "Alex Riv", role: "Tech Lead", company: "Innovate", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg"},
- {
- id: "t2", name: "Sam Chen", role: "Designer", company: "Creative", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-brown-suit-wearing-glasses-looking-with-smile-happy-face_141793-111811.jpg"},
- {
- id: "t3", name: "Jamie Low", role: "Founder", company: "StartUp", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-glass-wall-write-some-information_329181-15291.jpg"},
+ { id: "t1", name: "Morty S.", role: "Sidekick", company: "Rick & Morty", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/morty-avatar.jpg" },
+ { id: "t2", name: "Rick S.", role: "Genius", company: "Rick & Morty", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/rick-avatar.jpg" },
+ { id: "t3", name: "Summer S.", role: "Sister", company: "Smith Family", rating: 4, imageSrc: "https://img.b2bpic.net/free-photo/summer-avatar.jpg" },
]}
- title="Allies & Peers"
- description="Feedback from those I've collaborated with."
+ title="Family Feedback"
+ description="Reviews from the most important people."
/>
);
-}
+}
\ No newline at end of file