Update src/app/page.tsx
This commit is contained in:
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user