Merge version_1_1782313427936 into main #1
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -157,46 +93,11 @@ export default function HomePage() {
|
||||
title="What Students Say"
|
||||
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.",
|
||||
rating: 5,
|
||||
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.",
|
||||
rating: 5,
|
||||
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.",
|
||||
rating: 5,
|
||||
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.",
|
||||
rating: 5,
|
||||
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.",
|
||||
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" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -209,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." },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -237,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"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -254,14 +136,8 @@ export default function HomePage() {
|
||||
<ContactCta
|
||||
tag="Search Results"
|
||||
text="Ready to view your academic progress? Enter your details to begin."
|
||||
primaryButton={{
|
||||
text: "Search Portal",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Support",
|
||||
href: "#",
|
||||
}}
|
||||
primaryButton={{ text: "Search Portal", href: "#" }}
|
||||
secondaryButton={{ text: "Support", href: "#" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user