From 4001032e9b0eab16e874d1189f44717a6642323d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:38:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb2a501..accdc35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Award, Globe, Users, Zap, BookOpen, CheckCheck, CheckCircle, Mail, Phone, Clock, Trophy, Star } from "lucide-react"; +import { Award, Globe, Users, Zap, BookOpen, CheckCheck, CheckCircle, Mail, Phone, Clock, Trophy, Star, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -48,13 +48,17 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college_23-2149038478.jpg", imageAlt: "Webster University Tashkent campus"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-front-their-college_23-2149038478.jpg", imageAlt: "Webster University Tashkent campus" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", imageAlt: "Students in classroom learning"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", imageAlt: "Students in classroom learning" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "International students community"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-university-students-using-laptop-while-sitting-hallway_637285-9244.jpg", imageAlt: "International students community" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/how-is-your-deals-group-people-business-conference-modern-classroom-daytime_146671-16408.jpg", imageAlt: "Faculty teaching students"}, + imageSrc: "http://img.b2bpic.net/free-photo/how-is-your-deals-group-people-business-conference-modern-classroom-daytime_146671-16408.jpg", imageAlt: "Faculty teaching students" + }, ]} buttons={[ { text: "Start Your Application", href: "contact" }, @@ -89,7 +93,8 @@ export default function LandingPage() { features={[ { id: "1", title: "Business Administration", description: "Develop leadership and entrepreneurial skills with a focus on global business practices and strategic management.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + }, items: [ { icon: CheckCircle, text: "4-year degree program" }, { icon: CheckCircle, text: "International internships" }, @@ -99,7 +104,8 @@ export default function LandingPage() { }, { id: "2", title: "Economics & International Relations", description: "Understand global markets and international relations with analytical tools and real-world case studies.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + }, items: [ { icon: CheckCircle, text: "Research opportunities" }, { icon: CheckCircle, text: "Policy analysis focus" }, @@ -109,7 +115,8 @@ export default function LandingPage() { }, { id: "3", title: "Media Communications & Management Information Systems", description: "Master digital communication and technology systems in the modern workplace with hands-on learning.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=3"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + }, items: [ { icon: CheckCircle, text: "Tech lab access" }, { icon: CheckCircle, text: "Industry partnerships" }, @@ -133,7 +140,8 @@ export default function LandingPage() { features={[ { id: "1", title: "Step 1: Submit Inquiry", description: "Complete our brief inquiry form with your basic information and program of interest.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=4"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + }, items: [ { icon: Mail, text: "Online form submission" }, { icon: Phone, text: "Call +998 55 503 00 66" }, @@ -143,7 +151,8 @@ export default function LandingPage() { }, { id: "2", title: "Step 2-3: Eligibility & Application", description: "We'll check your eligibility and guide you through the official application process with personalized support.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=5"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + }, items: [ { icon: CheckCircle, text: "Document verification" }, { icon: CheckCircle, text: "Application guidance" }, @@ -153,7 +162,8 @@ export default function LandingPage() { }, { id: "3", title: "Step 4-5: Testing & Admission", description: "Complete English proficiency testing if needed, then receive your admission decision with next steps.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg?_wi=6"}, + imageSrc: "http://img.b2bpic.net/free-photo/student-loan-application-form-registration-concept_53876-133922.jpg" + }, items: [ { icon: BookOpen, text: "English language testing" }, { icon: CheckCircle, text: "Admission decision" }, @@ -177,16 +187,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Aida Karimova", role: "Business Graduate", company: "Class of 2023", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg?_wi=1", imageAlt: "Aida Karimova"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Aida Karimova" + }, { id: "2", name: "Sherzod Ibragimov", role: "Economics Student", company: "Current Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-celebrating-her-graduation_23-2148505254.jpg", imageAlt: "Sherzod Ibragimov"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-celebrating-her-graduation_23-2148505254.jpg", imageAlt: "Sherzod Ibragimov" + }, { id: "3", name: "Gulnoza Turaeva", role: "Communications Graduate", company: "Class of 2022", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg?_wi=2", imageAlt: "Gulnoza Turaeva"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Gulnoza Turaeva" + }, { id: "4", name: "Timur Khudayarov", role: "MIS Graduate", company: "Class of 2023", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", imageAlt: "Timur Khudayarov"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-successful-woman-employee-entrepreneur-office-hall-tutor-carry-laptop-notebooks-looking-away-with-satisfied-pleased-smile-like-her-job_197531-30584.jpg", imageAlt: "Timur Khudayarov" + }, ]} kpiItems={[ { value: "95%", label: "Employment Rate" }, @@ -205,9 +219,11 @@ export default function LandingPage() { tag="Impact & Excellence" metrics={[ { - id: "1", value: "1,200+", description: "Students have graduated from Webster Tashkent with American degrees and launched international careers."}, + id: "1", value: "1,200+", description: "Students have graduated from Webster Tashkent with American degrees and launched international careers." + }, { - id: "2", value: "100%", description: "of programs are taught entirely in English by experienced international faculty members."}, + id: "2", value: "100%", description: "of programs are taught entirely in English by experienced international faculty members." + }, ]} metricsAnimation="slide-up" useInvertedBackground={false} -- 2.49.1