Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-04 19:03:33 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -53,28 +53,28 @@ export default function HomePage() {
handle: "Studio Member",
testimonial: "This studio changed how I find peace. The instructors are wonderful and the atmosphere is pure magic.",
rating: 5,
imageSrc: "/placeholders/placeholder1.webp",
imageSrc: "/placeholders/placeholder1.webp?_wi=1",
},
{
name: "James T.",
handle: "Beginner Potter",
testimonial: "I discovered a passion I never knew I had. Every class feels like a mindful escape.",
rating: 5,
imageSrc: "/placeholders/placeholder1.webp",
imageSrc: "/placeholders/placeholder1.webp?_wi=2",
},
{
name: "Sophie L.",
handle: "Regular Student",
testimonial: "The energy here is so calm and supportive. My pieces reflect the peace I feel in this space.",
rating: 5,
imageSrc: "/placeholders/placeholder1.webp",
imageSrc: "/placeholders/placeholder1.webp?_wi=3",
},
{
name: "Marcus D.",
handle: "Advanced Student",
testimonial: "From beginner to creating gallery-worthy work. This studio nurtures true artisans.",
rating: 5,
imageSrc: "/placeholders/placeholder1.webp",
imageSrc: "/placeholders/placeholder1.webp?_wi=4",
},
]}
buttons={[

View File

@@ -52,7 +52,7 @@ export default function SchedulePage() {
"1.5 hour session",
],
button: { text: "Book Now", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=1",
imageAlt: "Beginner pottery class",
},
{
@@ -67,7 +67,7 @@ export default function SchedulePage() {
"1.5 hour session",
],
button: { text: "Book Now", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=2",
imageAlt: "Hand-building pottery class",
},
{
@@ -82,7 +82,7 @@ export default function SchedulePage() {
"2 hour session",
],
button: { text: "Book Now", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=3",
imageAlt: "Advanced pottery studio",
},
]}