Update src/app/page.tsx

This commit is contained in:
2026-03-15 08:52:29 +00:00
parent 60973291ef
commit 5dbc119188

View File

@@ -111,10 +111,10 @@ export default function LandingPage() {
id: "books", name: "Extensive Art Book Library", price: "Free Access", imageSrc: "http://img.b2bpic.net/free-vector/study-time-stickers-set_52683-60963.jpg", imageAlt: "Comprehensive collection of art reference books and creative resources"
},
{
id: "materials", name: "Professional-Grade Materials", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537707.jpg", imageAlt: "High-quality professional art supplies and premium materials"
id: "materials", name: "Professional-Grade Materials", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537707.jpg?_wi=1", imageAlt: "High-quality professional art supplies and premium materials"
},
{
id: "layout", name: "Inspiring Studio Environment", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", imageAlt: "Bright, spacious, and welcoming art studio layout designed for learning"
id: "layout", name: "Inspiring Studio Environment", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg?_wi=1", imageAlt: "Bright, spacious, and welcoming art studio layout designed for learning"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -142,11 +142,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Small Group Classes", description: "Limited class sizes ensure personalized attention and space for every student to flourish.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", imageAlt: "Spacious studio setup perfect for small group art instruction"
title: "Small Group Classes", description: "Limited class sizes ensure personalized attention and space for every student to flourish.", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg?_wi=2", imageAlt: "Spacious studio setup perfect for small group art instruction"
},
{
id: 3,
title: "Professional Materials Provided", description: "Access to premium art supplies and an extensive reference library throughout your learning journey.", imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537707.jpg", imageAlt: "Premium professional art materials available for all students"
title: "Professional Materials Provided", description: "Access to premium art supplies and an extensive reference library throughout your learning journey.", imageSrc: "http://img.b2bpic.net/free-photo/oil-paint-tubes-painting_23-2149537707.jpg?_wi=2", imageAlt: "Premium professional art materials available for all students"
}
]}
animationType="slide-up"