Update src/app/page.tsx
This commit is contained in:
@@ -85,9 +85,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Personalized Instruction", description: "Small 15:1 ratio for deeper learning.", tag: "Core", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800", imageAlt: "Instructor guiding a massage student" },
|
||||
{ id: "f1", title: "Personalized Instruction", description: "Small 15:1 ratio for deeper learning.", tag: "Core", imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800&_wi=1", imageAlt: "Instructor guiding a massage student" },
|
||||
{ id: "f2", title: "Professional Equipment", description: "Work and study on high-quality industry equipment.", tag: "Industry", imageSrc: "https://images.unsplash.com/photo-1544161515-e2f76c9a2c3d?q=80&w=800", imageAlt: "High quality massage table" },
|
||||
{ id: "f3", title: "Eco-Friendly Approach", description: "Complete non-toxic environment with vegan, chemical-free products.", tag: "Ethics", imageSrc: "https://images.unsplash.com/photo-1540555700478-4bbe28972cab?q=80&w=800", imageAlt: "Spa oils and wellness products" },
|
||||
{ id: "f3", title: "Eco-Friendly Approach", description: "Complete non-toxic environment with vegan, chemical-free products.", tag: "Ethics", imageSrc: "https://images.unsplash.com/photo-1540555700478-4bbe28972cab?q=80&w=800&_wi=1", imageAlt: "Spa oils and wellness products" },
|
||||
]}
|
||||
title="Why CDLC Academy?"
|
||||
description="We provide the best tools for your massage career journey."
|
||||
@@ -103,10 +103,10 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{ id: "p1", brand: "CDLC Academy", name: "50 Minute Session", price: "$64.99", rating: 5, reviewCount: "120", imageSrc: "https://images.unsplash.com/photo-1512290923902-8a9f81dc236c?q=80&w=800" },
|
||||
{ id: "p2", brand: "CDLC Academy", name: "80 Minute Session", price: "$94.99", rating: 5, reviewCount: "95", imageSrc: "https://images.unsplash.com/photo-1599739027216-29158525b42d?q=80&w=800" },
|
||||
{ id: "p3", brand: "CDLC Academy", name: "Continued Education", price: "Inquire", rating: 5, reviewCount: "50", imageSrc: "https://images.unsplash.com/photo-1544161515-4ab6ce6db874?q=80&w=800" },
|
||||
{ id: "p3", brand: "CDLC Academy", name: "Continued Education", price: "Inquire", rating: 5, reviewCount: "50", imageSrc: "https://images.unsplash.com/photo-1544161515-4ab6ce6db874?q=80&w=800&_wi=1" },
|
||||
{ id: "p4", brand: "CDLC Academy", name: "Therapeutic Training", price: "Inquire", rating: 5, reviewCount: "40", imageSrc: "https://images.unsplash.com/photo-1600334089648-b0d9d3028eb2?q=80&w=800" },
|
||||
{ id: "p5", brand: "CDLC Academy", name: "Body Posture Class", price: "Inquire", rating: 5, reviewCount: "30", imageSrc: "https://images.unsplash.com/photo-1519824145269-2b87053e1ade?q=80&w=800" },
|
||||
{ id: "p6", brand: "CDLC Academy", name: "Professional Mentorship", price: "Inquire", rating: 5, reviewCount: "20", imageSrc: "https://images.unsplash.com/photo-1540555700478-4bbe28972cab?q=80&w=800" },
|
||||
{ id: "p5", brand: "CDLC Academy", name: "Body Posture Class", price: "Inquire", rating: 5, reviewCount: "30", imageSrc: "https://images.unsplash.com/photo-1519824145269-2b87053e1ade?q=80&w=800&_wi=1" },
|
||||
{ id: "p6", brand: "CDLC Academy", name: "Professional Mentorship", price: "Inquire", rating: 5, reviewCount: "20", imageSrc: "https://images.unsplash.com/photo-1540555700478-4bbe28972cab?q=80&w=800&_wi=2" },
|
||||
]}
|
||||
title="Student Services"
|
||||
description="Book a session with our students and experience excellence at an accessible rate."
|
||||
@@ -133,9 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", role: "Graduate", company: "Massage Pro", rating: 5, imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800" },
|
||||
{ id: "2", name: "James Chen", role: "Graduate", company: "Encore Wellness", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544161515-4ab6ce6db874?q=80&w=800" },
|
||||
{ id: "3", name: "Elena Rodriguez", role: "Student", company: "CDLC Academy", rating: 5, imageSrc: "https://images.unsplash.com/photo-1519824145269-2b87053e1ade?q=80&w=800" },
|
||||
{ id: "1", name: "Sarah Miller", role: "Graduate", company: "Massage Pro", rating: 5, imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=800&_wi=2" },
|
||||
{ id: "2", name: "James Chen", role: "Graduate", company: "Encore Wellness", rating: 5, imageSrc: "https://images.unsplash.com/photo-1544161515-4ab6ce6db874?q=80&w=800&_wi=2" },
|
||||
{ id: "3", name: "Elena Rodriguez", role: "Student", company: "CDLC Academy", rating: 5, imageSrc: "https://images.unsplash.com/photo-1519824145269-2b87053e1ade?q=80&w=800&_wi=2" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "200+", label: "Graduates" },
|
||||
|
||||
Reference in New Issue
Block a user