diff --git a/src/app/page.tsx b/src/app/page.tsx
index e17dc4c..a796b87 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,137 +29,53 @@ export default function LandingPage() {
@@ -172,7 +88,7 @@ export default function LandingPage() {
description="I bridge the gap between pedagogy and digital creativity. With a strong foundation in ESL teaching and a passion for AI animation, I craft engaging content that resonates globally."
subdescription="Reach: 200,000+ subscribers across social platforms."
icon={User}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHvVVmhrt4nLjRwmxwSrF5buD1/uploaded-1776056326848-msdft5pf.jpg?_wi=3"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CHvVVmhrt4nLjRwmxwSrF5buD1/uploaded-1776056326848-msdft5pf.jpg"
mediaAnimation="slide-up"
/>
@@ -184,30 +100,10 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
members={[
- {
- id: "1",
- name: "AI Animator",
- role: "TASNIF GROUP (2025 - Current)",
- imageSrc: "http://img.b2bpic.net/free-photo/designer-interacts-with-digital-technology-produce-virtual-home-set_482257-118835.jpg",
- },
- {
- id: "2",
- name: "YouTuber",
- role: "Self-employed (2023 - Current)",
- imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-120176.jpg",
- },
- {
- id: "3",
- name: "Event Organizer",
- role: "Embassy of Greece (2026)",
- imageSrc: "http://img.b2bpic.net/free-photo/spies-hired-steal-military-secrets_482257-82241.jpg",
- },
- {
- id: "4",
- name: "Award Winner",
- role: "YouTube Silver Creator Award",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202492.jpg",
- },
+ { id: "1", name: "AI Animator", role: "TASNIF GROUP (2025 - Current)", imageSrc: "http://img.b2bpic.net/free-photo/designer-interacts-with-digital-technology-produce-virtual-home-set_482257-118835.jpg" },
+ { id: "2", name: "YouTuber", role: "Self-employed (2023 - Current)", imageSrc: "http://img.b2bpic.net/free-photo/focused-editor-woman-works-video-montage-creative-software_482257-120176.jpg" },
+ { id: "3", name: "Event Organizer", role: "Embassy of Greece (2026)", imageSrc: "http://img.b2bpic.net/free-photo/spies-hired-steal-military-secrets_482257-82241.jpg" },
+ { id: "4", name: "Award Winner", role: "YouTube Silver Creator Award", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hugging-her-pet-dog_23-2149202492.jpg" }
]}
title="Work Experience & Awards"
description="Key professional milestones and recognitions in my creative journey."
@@ -221,42 +117,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "aqlx",
- name: "Aqlx.uz (Instagram)",
- price: "AI Platform",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-abstract-innovation-composition_23-2148909050.jpg",
- },
- {
- id: "anim1",
- name: "Educational Animation Series",
- price: "Series",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg",
- },
- {
- id: "teach1",
- name: "English Methodology Course",
- price: "Courseware",
- imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-notebook-near-technologies_23-2147823716.jpg",
- },
- {
- id: "anim2",
- name: "2D Experimental Shorts",
- price: "Animation",
- imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255145.jpg",
- },
- {
- id: "anim3",
- name: "3D AI Character Design",
- price: "Character",
- imageSrc: "http://img.b2bpic.net/free-photo/ai-energy-consumption-concept_23-2151852511.jpg",
- },
- {
- id: "collab1",
- name: "Educational Content Strategy",
- price: "Consulting",
- imageSrc: "http://img.b2bpic.net/free-photo/planning-writing-about-social-media_1134-75.jpg",
- },
+ { id: "aqlx", name: "Aqlx.uz (Instagram)", price: "AI Platform", imageSrc: "http://img.b2bpic.net/free-photo/top-view-abstract-innovation-composition_23-2148909050.jpg" },
+ { id: "anim1", name: "Educational Animation Series", price: "Series", imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-background-with-design-extruding-cubes_1048-12334.jpg" },
+ { id: "teach1", name: "English Methodology Course", price: "Courseware", imageSrc: "http://img.b2bpic.net/free-photo/light-bulb-notebook-near-technologies_23-2147823716.jpg" },
+ { id: "anim2", name: "2D Experimental Shorts", price: "Animation", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255145.jpg" },
+ { id: "anim3", name: "3D AI Character Design", price: "Character", imageSrc: "http://img.b2bpic.net/free-photo/ai-energy-consumption-concept_23-2151852511.jpg" },
+ { id: "collab1", name: "Educational Content Strategy", price: "Consulting", imageSrc: "http://img.b2bpic.net/free-photo/planning-writing-about-social-media_1134-75.jpg" }
]}
title="Key Projects"
description="Featured creative platforms and content management work."
@@ -266,15 +132,10 @@ export default function LandingPage() {
@@ -283,36 +144,18 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file