From 41799560c35eabd6e4d6cfe2f447bf9035287093 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 24 Jun 2026 15:05:09 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 89f9517..78f8c58 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -158,7 +158,6 @@ export default function HomePage() { description="Hear from those who rely on our portal for their records." testimonials={[ { - id: "1", name: "Ali Khan", role: "Senior", quote: "The portal is so fast, I get my results in seconds.", @@ -166,7 +165,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-afro-latin-man-smiling-while-standing-outdoors-street_58466-15613.jpg", }, { - id: "2", name: "Sara Ahmed", role: "Junior", quote: "Easy to navigate and very reliable during exams.", @@ -174,7 +172,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-student-girl-against-brick-wall_1163-2508.jpg", }, { - id: "3", name: "Bilal Ahmed", role: "Freshman", quote: "Clear dashboard showing all my course history.", @@ -182,7 +179,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", }, { - id: "4", name: "Mariam Ali", role: "Junior", quote: "Saved me a lot of time visiting the office.", @@ -190,7 +186,6 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-notebook-book_23-2147844900.jpg", }, { - id: "5", name: "Usman Tariq", role: "Senior", quote: "Simply the best improvement in our university IT.", -- 2.49.1 From b312868da797362bcb833b5196cecd5d63c5394d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 24 Jun 2026 15:05:17 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 183 +++++++---------------------------------- 1 file changed, 32 insertions(+), 151 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 78f8c58..613efab 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -19,32 +19,16 @@ export default function HomePage() { title="Find Your Results in Seconds" description="Enter your AG number to view your complete academic performance. Quick, secure, and always available." primaryButton={{ - text: "Search Results", - href: "#contact", - }} + text: "Search Results", href: "#contact"}} secondaryButton={{ - text: "Learn More", - href: "#about", - }} + text: "Learn More", href: "#about"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/students-studying-sunny-day_23-2147850716.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/agronomist-examines-growing-melon-seedlings-farm-farmers-researchers-analysis-plant_1150-10620.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/3d-motion-flow-background-with-digital-particles_1048-12441.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bright-sunny-room-with-windows-tv-tables-many-cells_181624-13692.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-colleagues-screaming-happiness_23-2148232806.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899442.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/students-studying-sunny-day_23-2147850716.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/agronomist-examines-growing-melon-seedlings-farm-farmers-researchers-analysis-plant_1150-10620.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-motion-flow-background-with-digital-particles_1048-12441.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bright-sunny-room-with-windows-tv-tables-many-cells_181624-13692.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-colleagues-screaming-happiness_23-2148232806.jpg" }, ]} /> @@ -58,35 +42,14 @@ export default function HomePage() { description="Our platform provides instant, secure access to your academic journey." items={[ { - tag: "Step 1", - title: "Enter AG Number", - description: "Simply input your registered AG roll number into the search field.", - primaryButton: { - text: "Start", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-male-enjoying-remote-work_23-2148475605.jpg", - }, + tag: "Step 1", title: "Enter AG Number", description: "Simply input your registered AG roll number into the search field.", primaryButton: { text: "Start", href: "#" }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-male-enjoying-remote-work_23-2148475605.jpg"}, { - tag: "Step 2", - title: "Instant Verification", - description: "Our secure backend validates your credentials in real-time.", - primaryButton: { - text: "Learn More", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/supervisor-doing-server-diagnostic-test_482257-84917.jpg", - }, + tag: "Step 2", title: "Instant Verification", description: "Our secure backend validates your credentials in real-time.", primaryButton: { text: "Learn More", href: "#" }, + imageSrc: "http://img.b2bpic.net/free-photo/supervisor-doing-server-diagnostic-test_482257-84917.jpg"}, { - tag: "Step 3", - title: "View Performance", - description: "Retrieve comprehensive academic grades and course history.", - primaryButton: { - text: "Check Now", - href: "#", - }, - imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-analytics-information-report-concept_53876-121035.jpg", - }, + tag: "Step 3", title: "View Performance", description: "Retrieve comprehensive academic grades and course history.", primaryButton: { text: "Check Now", href: "#" }, + imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-analytics-information-report-concept_53876-121035.jpg"}, ]} /> @@ -99,21 +62,9 @@ export default function HomePage() { title="Academic Transparency" description="We believe in providing students with easy, transparent access to their performance metrics." items={[ - { - icon: ShieldCheck, - title: "Secure Data", - description: "Your results are encrypted and protected at all times.", - }, - { - icon: Clock, - title: "Available 24/7", - description: "Access your academic portal whenever you need it.", - }, - { - icon: Award, - title: "Accurate Reporting", - description: "Verified grades straight from the registrar database.", - }, + { icon: "ShieldCheck", title: "Secure Data", description: "Your results are encrypted and protected at all times." }, + { icon: "Clock", title: "Available 24/7", description: "Access your academic portal whenever you need it." }, + { icon: "Award", title: "Accurate Reporting", description: "Verified grades straight from the registrar database." }, ]} imageSrc="http://img.b2bpic.net/free-photo/real-estate-agent-presenting-property-investment-opportunity_482257-113440.jpg" /> @@ -127,24 +78,9 @@ export default function HomePage() { title="Impact at Scale" description="Empowering students across the faculty." metrics={[ - { - value: "15,000+", - title: "Active Students", - description: "Currently using the platform to track performance.", - imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-wooden-bench-outside_23-2147657171.jpg", - }, - { - value: "99.9%", - title: "Uptime", - description: "Reliable access during examination seasons.", - imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg", - }, - { - value: "50+", - title: "Departments", - description: "Covering the entire range of agricultural studies.", - imageSrc: "http://img.b2bpic.net/free-photo/people-studying-college_23-2147678837.jpg", - }, + { value: "15,000+", title: "Active Students", description: "Currently using the platform to track performance.", imageSrc: "http://img.b2bpic.net/free-photo/people-sitting-wooden-bench-outside_23-2147657171.jpg" }, + { value: "99.9%", title: "Uptime", description: "Reliable access during examination seasons.", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg" }, + { value: "50+", title: "Departments", description: "Covering the entire range of agricultural studies.", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-college_23-2147678837.jpg" }, ]} /> @@ -157,41 +93,11 @@ export default function HomePage() { title="What Students Say" description="Hear from those who rely on our portal for their records." testimonials={[ - { - name: "Ali Khan", - role: "Senior", - quote: "The portal is so fast, I get my results in seconds.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-afro-latin-man-smiling-while-standing-outdoors-street_58466-15613.jpg", - }, - { - name: "Sara Ahmed", - role: "Junior", - quote: "Easy to navigate and very reliable during exams.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-student-girl-against-brick-wall_1163-2508.jpg", - }, - { - name: "Bilal Ahmed", - role: "Freshman", - quote: "Clear dashboard showing all my course history.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", - }, - { - name: "Mariam Ali", - role: "Junior", - quote: "Saved me a lot of time visiting the office.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-notebook-book_23-2147844900.jpg", - }, - { - name: "Usman Tariq", - role: "Senior", - quote: "Simply the best improvement in our university IT.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg", - }, + { name: "Ali Khan", role: "Senior", quote: "The portal is so fast, I get my results in seconds.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-afro-latin-man-smiling-while-standing-outdoors-street_58466-15613.jpg" }, + { name: "Sara Ahmed", role: "Junior", quote: "Easy to navigate and very reliable during exams.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-student-girl-against-brick-wall_1163-2508.jpg" }, + { name: "Bilal Ahmed", role: "Freshman", quote: "Clear dashboard showing all my course history.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg" }, + { name: "Mariam Ali", role: "Junior", quote: "Saved me a lot of time visiting the office.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-notebook-book_23-2147844900.jpg" }, + { name: "Usman Tariq", role: "Senior", quote: "Simply the best improvement in our university IT.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-delighted-hipster-male-student-with-crisp-hair_176532-8157.jpg" }, ]} /> @@ -204,22 +110,10 @@ export default function HomePage() { title="Help Center" description="Find answers to frequently asked questions about result lookups." items={[ - { - question: "What if I forget my AG number?", - answer: "Contact the registrar office with your student ID.", - }, - { - question: "Can I download my marksheet?", - answer: "Yes, PDF download is available once results are published.", - }, - { - question: "Are results final?", - answer: "They are provisional until officially declared by the university.", - }, - { - question: "Is the system secure?", - answer: "We use end-to-end encryption for all lookups.", - }, + { question: "What if I forget my AG number?", answer: "Contact the registrar office with your student ID." }, + { question: "Can I download my marksheet?", answer: "Yes, PDF download is available once results are published." }, + { question: "Are results final?", answer: "They are provisional until officially declared by the university." }, + { question: "Is the system secure?", answer: "We use end-to-end encryption for all lookups." }, ]} /> @@ -232,14 +126,7 @@ export default function HomePage() { title="Our Network" description="Collaborating for excellence across the board." names={[ - "Faisalabad Agri Union", - "National Research Council", - "Global Agriculture Tech", - "AgriSkills Institute", - "Academic Excellence Group", - "Future Farmers of Pakistan", - "Data Solutions Corp", - ]} + "Faisalabad Agri Union", "National Research Council", "Global Agriculture Tech", "AgriSkills Institute", "Academic Excellence Group", "Future Farmers of Pakistan", "Data Solutions Corp"]} /> @@ -249,14 +136,8 @@ export default function HomePage() { -- 2.49.1