Update src/app/page.tsx
This commit is contained in:
@@ -90,16 +90,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Expert-Curated Content", description: "Programs designed by licensed art therapists with 15+ years of clinical experience", imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-thinking-studio_23-2148372139.jpg", imageAlt: "Expert therapist creating art"
|
||||
id: "01", title: "Expert-Curated Content", description: "Programs designed by licensed art therapists with 15+ years of clinical experience", imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-thinking-studio_23-2148372139.jpg?_wi=1", imageAlt: "Expert therapist creating art"
|
||||
},
|
||||
{
|
||||
id: "02", title: "Premium Art Supplies", description: "Professional-grade materials selected for therapeutic efficacy and creative expression", imageSrc: "http://img.b2bpic.net/free-photo/top-view-watercolour-paint-creativity-art-studio_23-2148662997.jpg", imageAlt: "Premium art supply kit"
|
||||
id: "02", title: "Premium Art Supplies", description: "Professional-grade materials selected for therapeutic efficacy and creative expression", imageSrc: "http://img.b2bpic.net/free-photo/top-view-watercolour-paint-creativity-art-studio_23-2148662997.jpg?_wi=1", imageAlt: "Premium art supply kit"
|
||||
},
|
||||
{
|
||||
id: "03", title: "Personalized Guidance", description: "Tailored sessions matching your wellness goals and creative preferences", imageSrc: "http://img.b2bpic.net/free-photo/view-notebook-yellow-background_23-2149382393.jpg", imageAlt: "Guided art therapy course"
|
||||
id: "03", title: "Personalized Guidance", description: "Tailored sessions matching your wellness goals and creative preferences", imageSrc: "http://img.b2bpic.net/free-photo/view-notebook-yellow-background_23-2149382393.jpg?_wi=1", imageAlt: "Guided art therapy course"
|
||||
},
|
||||
{
|
||||
id: "04", title: "Community Support", description: "Connect with thousands of members on their healing journey through art", imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-thinking-studio_23-2148372139.jpg", imageAlt: "Community art therapy group"
|
||||
id: "04", title: "Community Support", description: "Connect with thousands of members on their healing journey through art", imageSrc: "http://img.b2bpic.net/free-photo/creative-woman-thinking-studio_23-2148372139.jpg?_wi=2", imageAlt: "Community art therapy group"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -118,13 +118,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Professional Watercolor Art Therapy Kit", price: "$89.99", variant: "24 Premium Colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-watercolour-paint-creativity-art-studio_23-2148662997.jpg", imageAlt: "Watercolor paint kit", isFavorited: false
|
||||
id: "1", name: "Professional Watercolor Art Therapy Kit", price: "$89.99", variant: "24 Premium Colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-watercolour-paint-creativity-art-studio_23-2148662997.jpg?_wi=2", imageAlt: "Watercolor paint kit", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "2", name: "Advanced Acrylic Painting Collection", price: "$129.99", variant: "36 Vibrant Colors", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brush-line-with-watercolor-palette_23-2148143437.jpg", imageAlt: "Acrylic paint collection", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "3", name: "Comprehensive Art Therapy Masterclass", price: "$199.99", variant: "12-Week Online Course", imageSrc: "http://img.b2bpic.net/free-photo/view-notebook-yellow-background_23-2149382393.jpg", imageAlt: "Art therapy online course", isFavorited: false
|
||||
id: "3", name: "Comprehensive Art Therapy Masterclass", price: "$199.99", variant: "12-Week Online Course", imageSrc: "http://img.b2bpic.net/free-photo/view-notebook-yellow-background_23-2149382393.jpg?_wi=2", imageAlt: "Art therapy online course", isFavorited: false
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user