Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 21:02:44 +00:00

View File

@@ -102,13 +102,13 @@ export default function LandingPage() {
tagIcon={Palette}
features={[
{
id: "01", title: "Painting Fundamentals", description: "Explore color theory, brush techniques, and composition through acrylic and oil painting.", imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-contemporary-studio-admiring-her-oil-painting_482257-122898.jpg", imageAlt: "Painting class demonstration"
id: "01", title: "Painting Fundamentals", description: "Explore color theory, brush techniques, and composition through acrylic and oil painting.", imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-contemporary-studio-admiring-her-oil-painting_482257-122898.jpg?_wi=1", imageAlt: "Painting class demonstration"
},
{
id: "02", title: "Drawing Essentials", description: "Build foundational drawing skills with charcoal, pencil, and mixed media techniques.", imageSrc: "http://img.b2bpic.net/free-photo/artistic-woman-painting-something_23-2147781689.jpg", imageAlt: "Drawing class with live model"
id: "02", title: "Drawing Essentials", description: "Build foundational drawing skills with charcoal, pencil, and mixed media techniques.", imageSrc: "http://img.b2bpic.net/free-photo/artistic-woman-painting-something_23-2147781689.jpg?_wi=1", imageAlt: "Drawing class with live model"
},
{
id: "03", title: "Sculpture & 3D Art", description: "Work with clay, stone, and mixed materials to create dimensional artwork.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-paint-ceramic-product_23-2148155225.jpg", imageAlt: "Sculpture workshop session"
id: "03", title: "Sculpture & 3D Art", description: "Work with clay, stone, and mixed materials to create dimensional artwork.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-paint-ceramic-product_23-2148155225.jpg?_wi=1", imageAlt: "Sculpture workshop session"
}
]}
textboxLayout="default"
@@ -160,19 +160,19 @@ export default function LandingPage() {
tagIcon={DollarSign}
plans={[
{
id: "drop-in", title: "Drop-In Classes", price: "$25", period: "per class", imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-contemporary-studio-admiring-her-oil-painting_482257-122898.jpg", imageAlt: "Drop-in class experience", button: { text: "Book Now", href: "contact" },
id: "drop-in", title: "Drop-In Classes", price: "$25", period: "per class", imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-contemporary-studio-admiring-her-oil-painting_482257-122898.jpg?_wi=2", imageAlt: "Drop-in class experience", button: { text: "Book Now", href: "contact" },
features: [
"Single class attendance", "All mediums available", "Access to studio supplies", "No commitment required"
]
},
{
id: "monthly", title: "Monthly Membership", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/artistic-woman-painting-something_23-2147781689.jpg", imageAlt: "Monthly membership benefits", button: { text: "Get Started", href: "contact" },
id: "monthly", title: "Monthly Membership", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/artistic-woman-painting-something_23-2147781689.jpg?_wi=2", imageAlt: "Monthly membership benefits", button: { text: "Get Started", href: "contact" },
features: [
"Unlimited classes", "Priority scheduling", "10% supply discount", "Member-only events"
]
},
{
id: "packages", title: "Class Packages", price: "$120", period: "8 classes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-paint-ceramic-product_23-2148155225.jpg", imageAlt: "8-class package value", button: { text: "Purchase Package", href: "contact" },
id: "packages", title: "Class Packages", price: "$120", period: "8 classes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-paint-ceramic-product_23-2148155225.jpg?_wi=2", imageAlt: "8-class package value", button: { text: "Purchase Package", href: "contact" },
features: [
"8 classes to use", "Valid for 3 months", "Flexible scheduling", "5% savings per class"
]