diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 2c18b2a..0397c5a 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -10,176 +10,124 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="University of Łódź"
+ title="Umidjon Abdulkhakimov"
+ description="Aspiring professional in International Marketing, bridging cultural insights with rigorous data-driven analysis."
+ primaryButton={{
+ text: "View Projects", href: "#projects"}}
+ secondaryButton={{
+ text: "Contact", href: "#contact"}}
+ imageSrc="http://img.b2bpic.net/free-photo/medium-shot-pretty-woman-posing_23-2148503647.jpg"
+ />
+
+
-
-
+
+ tag="About Me"
+ title="I'm a student, but I take my work seriously"
+ description="I'm studying International Marketing at the University of Łódź, originally from Uzbekistan. Moving countries to study in a second language forced me to adapt fast and start from scratch, which turned out to be more useful than any textbook."
+ primaryButton={{
+ text: "View Experience", href: "#experience"}}
+ imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-118995.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Academic Projects"
+ title="Selected Projects"
+ description="These are my recent projects — I’ve also worked on other tasks and assignments."
+ items={[
+ {
+ title: "Project Management", description: "Łódź Runs Together: Full charity city run event plan.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-preparing-marathon-putting-protective-face-mask-nature_637285-5896.jpg"},
+ {
+ title: "Excel Data Analysis", description: "Complex data modeling project.", imageSrc: "http://img.b2bpic.net/free-photo/team-work-process-young-business-managers-crew-working-with-new-startup-project-labtop-wood-table-typing-keyboard-texting-message-analyze-graph-plans_1423-85.jpg"},
+ {
+ title: "SPSS Data Analysis", description: "Statistical research and data cleaning project.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"},
+ {
+ title: "Additional Assignments", description: "Misc research tasks and case studies.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-arrow-symbol-crumpled-papers-adhesive-notes_23-2147865404.jpg"},
+ {
+ title: "Market Research", description: "Consumer behavior analysis reports.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-office-desk-with-stationeries-laptop-mouse-smart-watch-blue-backdrop_23-2148178558.jpg"},
+ {
+ title: "Strategy Mapping", description: "SWOT and RACI matrix planning.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg"},
+ {
+ title: "Digital Campaigns", description: "Social media project management simulations.", imageSrc: "http://img.b2bpic.net/free-photo/english-teacher-elements-arrangement_23-2148999510.jpg"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Experience"
+ title="Work History"
+ description="My professional journey in marketing and merchandising."
+ groups={[
+ {
+ title: "Marketing & Merchandising", members: [
+ {
+ name: "Marketing Assistant", role: "N'MEDOV Holding", detail: "Jun 2020 – Aug 2022 · Tashkent, Uzbekistan", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-middle-aged-entrepreneur_1262-4871.jpg"},
+ ],
+ },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Skills"
+ title="Core Competencies"
+ description="Technical and soft skills developed through academic and professional work."
+ negativeItems={[
+ "Data Cleaning (manual)", "Basic Market Research"]}
+ positiveItems={[
+ "International Marketing", "Digital Social Media Marketing", "Data Analysis (SPSS/Excel)", "Project Management"]}
+ />
+
+
-
-
+
+
-
-
+ tag="Languages"
+ title="Language Proficiency"
+ description="Multilingual background supporting diverse international communication."
+ metrics={[
+ {
+ value: "Uzbek", description: "Native"},
+ {
+ value: "English", description: "Advanced"},
+ {
+ value: "Russian", description: "Intermediate"},
+ {
+ value: "German", description: "Intermediate"},
+ ]}
+ />
+
+
-
>
);
}