Merge version_1 into main #1
@@ -160,7 +160,7 @@ export default function EducationPage() {
|
||||
description="Every student learns differently. Eklavya's AI tutor adapts its teaching style, pacing, and content complexity in real-time—creating truly individualized learning experiences for hundreds of thousands simultaneously."
|
||||
subdescription="Teachers regain time for mentorship. Parents track progress transparently. Students engage genuinely. The result: 2.3x faster learning progression compared to traditional instruction, with measurable improvements in confidence and outcomes."
|
||||
icon={Brain}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/ai-tutoring-conversational-interface-sho-1774116422233-fb1ace92.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/ai-tutoring-conversational-interface-sho-1774116422233-fb1ace92.png?_wi=2"
|
||||
imageAlt="AI Tutor Interactive Learning Interface"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -189,7 +189,7 @@ export default function EducationPage() {
|
||||
id: 1,
|
||||
title: "Conversational AI Tutor",
|
||||
description: "Students ask questions naturally. The AI understands context, clarifies misconceptions, and guides step-by-step. No rigid multiple-choice—real dialogue that builds understanding.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/ai-tutoring-conversational-interface-sho-1774116422233-fb1ace92.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/ai-tutoring-conversational-interface-sho-1774116422233-fb1ace92.png?_wi=3",
|
||||
imageAlt: "Conversational AI Learning Interface",
|
||||
},
|
||||
{
|
||||
@@ -210,7 +210,7 @@ export default function EducationPage() {
|
||||
id: 4,
|
||||
title: "Multi-Subject Coverage",
|
||||
description: "Math, Physics, Chemistry, English Literature, History, Economics—expanding continuously. Subjects align with global K-12 and early undergraduate curricula.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/modern-saas-dashboard-interface-combinin-1774116423574-4a3a2cd6.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/modern-saas-dashboard-interface-combinin-1774116423574-4a3a2cd6.png?_wi=2",
|
||||
imageAlt: "Multi-Subject Learning Platform",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -168,21 +168,21 @@ export default function EnterprisePage() {
|
||||
id: 1,
|
||||
title: "Multi-System Integration",
|
||||
description: "Connect Salesforce, SAP, Oracle, Workday, and custom legacy systems without data loss. Our API-first architecture ensures real-time synchronization across your entire tech stack.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/real-time-data-integration-dashboard-sho-1774116420508-c4742aca.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/real-time-data-integration-dashboard-sho-1774116420508-c4742aca.png?_wi=2",
|
||||
imageAlt: "Multi-system integration dashboard",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "AI-Powered Forecasting",
|
||||
description: "Leverage machine learning for demand forecasting, supply chain optimization, and workforce planning. Make data-driven decisions before market shifts impact your bottom line.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/predictive-analytics-dashboard-with-ai-p-1774116420749-5dc804ef.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/predictive-analytics-dashboard-with-ai-p-1774116420749-5dc804ef.png?_wi=2",
|
||||
imageAlt: "AI predictive forecasting interface",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Advanced Security & Compliance",
|
||||
description: "ISO 27001, SOC 2, GDPR, and HIPAA compliance built-in. Dedicated compliance managers, encrypted data residency, and comprehensive audit trails for regulated industries.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/enterprise-security-framework-dashboard--1774116421144-e0b0d0a2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/enterprise-security-framework-dashboard--1774116421144-e0b0d0a2.png?_wi=2",
|
||||
imageAlt: "Security and compliance dashboard",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,29 +1,69 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Eklavya Solution - Enterprise AI ERP & AI Tutoring Platform",
|
||||
description: "Industrial-grade ERP systems and conversational AI tutoring—one unified platform for enterprise automation and intelligent learning. Trusted by Fortune 500 and global education leaders.",
|
||||
keywords: "enterprise ERP, AI tutoring, digital transformation, business automation, educational AI, SaaS platform, intelligent systems",
|
||||
metadataBase: new URL("https://eklavya.com"),
|
||||
alternates: {
|
||||
canonical: "https://eklavya.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Eklavya Solution - Enterprise AI Engineered for the Future",
|
||||
description: "Industrial-grade ERP systems and conversational AI tutoring unified on one platform. Transform enterprise operations and empower learners globally.",
|
||||
url: "https://eklavya.com",
|
||||
siteName: "Eklavya Solution",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/modern-saas-dashboard-interface-combinin-1774116423574-4a3a2cd6.png",
|
||||
alt: "Eklavya Solution Platform Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Eklavya Solution - Enterprise AI Platform",
|
||||
description: "Enterprise ERP + AI Tutoring. One platform. Two unstoppable outcomes.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/modern-saas-dashboard-interface-combinin-1774116423574-4a3a2cd6.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -32,7 +72,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -44,4 +86,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
description="Eklavya Solution addresses two critical market gaps simultaneously: enterprise digital transformation and accessible, quality learning for students globally."
|
||||
subdescription="Our integrated platform empowers organizations to streamline operations with intelligent ERP automation while democratizing education through conversational AI tutoring. Built on 2026 performance standards with immersive motion design."
|
||||
icon={Zap}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/modern-saas-dashboard-interface-combinin-1774116423574-4a3a2cd6.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/modern-saas-dashboard-interface-combinin-1774116423574-4a3a2cd6.png?_wi=1"
|
||||
imageAlt="Eklavya Solution Platform Dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
id: "ai-tutor",
|
||||
name: "Conversational AI Tutor",
|
||||
price: "From $29/mo",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/ai-tutoring-conversational-interface-sho-1774116422233-fb1ace92.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/ai-tutoring-conversational-interface-sho-1774116422233-fb1ace92.png?_wi=1",
|
||||
imageAlt: "AI Tutor Interactive Learning Interface",
|
||||
},
|
||||
{
|
||||
@@ -264,21 +264,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Real-Time Data Integration",
|
||||
description: "Seamlessly connect legacy and modern systems with sub-millisecond synchronization. Eliminate data silos and ensure single-source-of-truth across your enterprise.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/real-time-data-integration-dashboard-sho-1774116420508-c4742aca.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/real-time-data-integration-dashboard-sho-1774116420508-c4742aca.png?_wi=1",
|
||||
imageAlt: "Real-time Data Integration Dashboard",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Predictive Analytics Engine",
|
||||
description: "AI-powered forecasting delivers actionable insights on demand fluctuations, supply chain optimization, and workforce planning—enabling proactive decision-making.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/predictive-analytics-dashboard-with-ai-p-1774116420749-5dc804ef.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/predictive-analytics-dashboard-with-ai-p-1774116420749-5dc804ef.png?_wi=1",
|
||||
imageAlt: "Predictive Analytics Dashboard with Charts",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Enterprise Security Framework",
|
||||
description: "ISO 27001 compliance, military-grade encryption, role-based access control, and audit trails. Meet the strictest regulatory requirements with confidence.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/enterprise-security-framework-dashboard--1774116421144-e0b0d0a2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/enterprise-security-framework-dashboard--1774116421144-e0b0d0a2.png?_wi=1",
|
||||
imageAlt: "Security Framework Dashboard",
|
||||
},
|
||||
{
|
||||
@@ -440,7 +440,7 @@ export default function HomePage() {
|
||||
handle: "@rajeshs_cto",
|
||||
testimonial: "Eklavya's ERP reduced our operational overhead by 42% in the first year. The real-time integration seamlessly connected our fragmented legacy systems—exactly what our CIO needed to see.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-corporate-headshot-of-rajes-1774116419587-189ae3a6.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-corporate-headshot-of-rajes-1774116419587-189ae3a6.png?_wi=1",
|
||||
imageAlt: "Rajesh Kumar, CTO at Global Manufacturing",
|
||||
},
|
||||
{
|
||||
@@ -449,7 +449,7 @@ export default function HomePage() {
|
||||
handle: "@ameliateaches",
|
||||
testimonial: "Our students improved math proficiency by 2.3x using Eklavya's AI tutor. The conversational approach makes learning feel natural—not transactional. Finally, affordable AI education that works.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-educational-headshot-of-dr--1774116420677-3604ec08.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-educational-headshot-of-dr--1774116420677-3604ec08.png?_wi=1",
|
||||
imageAlt: "Dr. Amelia Chen, Head of Academics",
|
||||
},
|
||||
{
|
||||
@@ -458,7 +458,7 @@ export default function HomePage() {
|
||||
handle: "@mtorres_ops",
|
||||
testimonial: "Implementation was painless. Their team understood enterprise complexity and didn't oversell simplicity. Predictive analytics alone has prevented two supply chain crises.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-operations-director-headsho-1774116419771-214b3d45.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-operations-director-headsho-1774116419771-214b3d45.png?_wi=1",
|
||||
imageAlt: "Michael Torres, Operations Director",
|
||||
},
|
||||
{
|
||||
@@ -467,7 +467,7 @@ export default function HomePage() {
|
||||
handle: "@priyaedtech",
|
||||
testimonial: "As an ed-tech founder, I was skeptical of another 'AI tutor.' Eklavya's actually works. Parent engagement metrics prove it. Our churn dropped 60% after integration.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/startup-founder-headshot-of-priya-sharma-1774116420258-76ed3785.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/startup-founder-headshot-of-priya-sharma-1774116420258-76ed3785.png?_wi=1",
|
||||
imageAlt: "Priya Sharma, Ed-Tech Founder",
|
||||
},
|
||||
{
|
||||
@@ -476,7 +476,7 @@ export default function HomePage() {
|
||||
handle: "@james_fintech",
|
||||
testimonial: "Security framework exceeded our expectations. ISO compliance, audit trails, role-based controls—all built-in. Reduced our compliance review cycle from 4 months to 2 weeks.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/fintech-cto-professional-headshot-of-jam-1774116420210-7809a23a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/fintech-cto-professional-headshot-of-jam-1774116420210-7809a23a.png?_wi=1",
|
||||
imageAlt: "James Wilson, Fintech CTO",
|
||||
},
|
||||
{
|
||||
@@ -485,7 +485,7 @@ export default function HomePage() {
|
||||
handle: "@sofialearning",
|
||||
testimonial: "Students actually enjoy the personalized learning paths. Parents appreciate the progress tracking. Teachers love the time saved on grading. A rare win-win-win.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/education-coordinator-headshot-of-sofia--1774116420425-e8f5b3bb.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/education-coordinator-headshot-of-sofia--1774116420425-e8f5b3bb.png?_wi=1",
|
||||
imageAlt: "Sofia Lopez, Learning Coordinator",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -195,7 +195,7 @@ export default function PricingPage() {
|
||||
handle: "@rajeshs_cto",
|
||||
testimonial: "Eklavya's ERP reduced our operational overhead by 42% in the first year. The real-time integration seamlessly connected our fragmented legacy systems—exactly what our CIO needed to see.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-corporate-headshot-of-rajes-1774116419587-189ae3a6.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-corporate-headshot-of-rajes-1774116419587-189ae3a6.png?_wi=2",
|
||||
imageAlt: "Rajesh Kumar, CTO at Global Manufacturing",
|
||||
},
|
||||
{
|
||||
@@ -204,7 +204,7 @@ export default function PricingPage() {
|
||||
handle: "@ameliateaches",
|
||||
testimonial: "Our students improved math proficiency by 2.3x using Eklavya's AI tutor. The conversational approach makes learning feel natural—not transactional. Finally, affordable AI education that works.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-educational-headshot-of-dr--1774116420677-3604ec08.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-educational-headshot-of-dr--1774116420677-3604ec08.png?_wi=2",
|
||||
imageAlt: "Dr. Amelia Chen, Head of Academics",
|
||||
},
|
||||
{
|
||||
@@ -213,7 +213,7 @@ export default function PricingPage() {
|
||||
handle: "@mtorres_ops",
|
||||
testimonial: "Implementation was painless. Their team understood enterprise complexity and didn't oversell simplicity. Predictive analytics alone has prevented two supply chain crises.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-operations-director-headsho-1774116419771-214b3d45.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/professional-operations-director-headsho-1774116419771-214b3d45.png?_wi=2",
|
||||
imageAlt: "Michael Torres, Operations Director",
|
||||
},
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default function PricingPage() {
|
||||
handle: "@priyaedtech",
|
||||
testimonial: "As an ed-tech founder, I was skeptical of another 'AI tutor.' Eklavya's actually works. Parent engagement metrics prove it. Our churn dropped 60% after integration.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/startup-founder-headshot-of-priya-sharma-1774116420258-76ed3785.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/startup-founder-headshot-of-priya-sharma-1774116420258-76ed3785.png?_wi=2",
|
||||
imageAlt: "Priya Sharma, Ed-Tech Founder",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +231,7 @@ export default function PricingPage() {
|
||||
handle: "@james_fintech",
|
||||
testimonial: "Security framework exceeded our expectations. ISO compliance, audit trails, role-based controls—all built-in. Reduced our compliance review cycle from 4 months to 2 weeks.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/fintech-cto-professional-headshot-of-jam-1774116420210-7809a23a.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/fintech-cto-professional-headshot-of-jam-1774116420210-7809a23a.png?_wi=2",
|
||||
imageAlt: "James Wilson, Fintech CTO",
|
||||
},
|
||||
{
|
||||
@@ -240,7 +240,7 @@ export default function PricingPage() {
|
||||
handle: "@sofialearning",
|
||||
testimonial: "Students actually enjoy the personalized learning paths. Parents appreciate the progress tracking. Teachers love the time saved on grading. A rare win-win-win.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/education-coordinator-headshot-of-sofia--1774116420425-e8f5b3bb.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGXLt9mQJAUYJ16mbQmrHc3rYb/education-coordinator-headshot-of-sofia--1774116420425-e8f5b3bb.png?_wi=2",
|
||||
imageAlt: "Sofia Lopez, Learning Coordinator",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user