Update src/app/features/page.tsx

This commit is contained in:
2026-03-03 19:27:48 +00:00
parent 3a92230b9d
commit e9dcd4e591

View File

@@ -45,28 +45,19 @@ export default function FeaturesPage() {
features={[
{
id: 1,
title: "Digital Classroom Integration",
description:
"Seamlessly connect with popular learning management systems and virtual classroom platforms. Enable educators to deliver engaging hybrid and remote learning experiences with integrated assessment and communication tools.",
imageSrc:
"http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=1",
},
title: "Digital Classroom Integration", description:
"Seamlessly connect with popular learning management systems and virtual classroom platforms. Enable educators to deliver engaging hybrid and remote learning experiences with integrated assessment and communication tools.", imageSrc:
"http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg"},
{
id: 2,
title: "Advanced Assessment Tools",
description:
"Create, deploy, and analyze comprehensive assessments that provide meaningful insights into student progress. Support multiple question types, adaptive testing, and detailed analytics to inform instructional decisions.",
imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=3",
},
title: "Advanced Assessment Tools", description:
"Create, deploy, and analyze comprehensive assessments that provide meaningful insights into student progress. Support multiple question types, adaptive testing, and detailed analytics to inform instructional decisions.", imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg"},
{
id: 3,
title: "Financial Management Module",
description:
"Manage institutional finances with precision. Track budgets, automate invoicing, monitor accounts payable and receivable, and generate comprehensive financial reports.",
imageSrc:
"http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg?_wi=1",
},
title: "Financial Management Module", description:
"Manage institutional finances with precision. Track budgets, automate invoicing, monitor accounts payable and receivable, and generate comprehensive financial reports.", imageSrc:
"http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -78,40 +69,20 @@ export default function FeaturesPage() {
<ProductCardThree
products={[
{
id: "1",
name: "Digital Classroom Integration",
price: "From $2,499/year",
imageSrc:
"http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg?_wi=2",
imageAlt: "Digital classroom interface",
initialQuantity: 1,
id: "1", name: "Digital Classroom Integration", price: "From $2,499/year", imageSrc:
"http://img.b2bpic.net/free-photo/rear-view-young-college-student-paying-attention-listening-her-online-teacher-laptop-home_662251-2487.jpg", imageAlt: "Digital classroom interface", initialQuantity: 1,
},
{
id: "2",
name: "Advanced Assessment Tools",
price: "From $1,999/year",
imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=4",
imageAlt: "Assessment dashboard",
initialQuantity: 1,
id: "2", name: "Advanced Assessment Tools", price: "From $1,999/year", imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", imageAlt: "Assessment dashboard", initialQuantity: 1,
},
{
id: "3",
name: "Financial Management Module",
price: "From $3,299/year",
imageSrc:
"http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg?_wi=2",
imageAlt: "Financial management tools",
initialQuantity: 1,
id: "3", name: "Financial Management Module", price: "From $3,299/year", imageSrc:
"http://img.b2bpic.net/free-photo/empty-modern-office-business-entrepreneur-with-laptop_482257-91248.jpg", imageAlt: "Financial management tools", initialQuantity: 1,
},
{
id: "4",
name: "Mobile Parent App",
price: "From $999/year",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-kid-parent-with-devices_23-2149610821.jpg",
imageAlt: "Mobile parent application",
initialQuantity: 1,
id: "4", name: "Mobile Parent App", price: "From $999/year", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-kid-parent-with-devices_23-2149610821.jpg", imageAlt: "Mobile parent application", initialQuantity: 1,
},
]}
title="Premium Features Suite"
@@ -133,7 +104,7 @@ export default function FeaturesPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"
imageAlt="Professional consultation"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -147,8 +118,7 @@ export default function FeaturesPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -156,8 +126,7 @@ export default function FeaturesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -165,8 +134,7 @@ export default function FeaturesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Support", href: "#" },
{ label: "Community", href: "#" },
{ label: "Contact", href: "/contact" },