Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="animated-grid"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
imageAlt="Kalaprabha Art Studio interior with art supplies and creative workspace"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
className="py-20 md:py-32"
|
||||
titleClassName="text-4xl md:text-5xl font-bold leading-tight"
|
||||
descriptionClassName="text-lg md:text-xl font-medium"
|
||||
@@ -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?_wi=1", 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", 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?_wi=1", 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", imageAlt: "Bright, spacious, and welcoming art studio layout designed for learning"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -126,6 +126,8 @@ export default function LandingPage() {
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600"
|
||||
cardNameClassName="text-lg font-bold mt-4"
|
||||
titleClassName="text-3xl md:text-4xl font-bold"
|
||||
descriptionClassName="text-base md:text-lg text-gray-600"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,11 +145,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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Premium professional art materials available for all students"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user