From 05f61ce7fb2b5c1637aaca83a354334ecbbd3f52 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:40:02 +0000 Subject: [PATCH] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 91 +++++++--------------------------------- 1 file changed, 14 insertions(+), 77 deletions(-) diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index 13123a4..3e3ba11 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -58,24 +44,8 @@ export default function LandingPage() { title="Upcoming Workshops" description="Master your own craft with our experts." metrics={[ - { - id: "c1", - value: "10+", - title: "Classes Monthly", - items: [ - "Pottery", - "Weaving", - ], - }, - { - id: "c2", - value: "500+", - title: "Happy Students", - items: [ - "Beginners", - "Advanced", - ], - }, + { id: "c1", value: "10+", title: "Classes Monthly", items: ["Pottery", "Weaving"] }, + { id: "c2", value: "500+", title: "Happy Students", items: ["Beginners", "Advanced"] } ]} /> @@ -89,18 +59,9 @@ export default function LandingPage() { title="Register for a Class" description="Secure your spot in our upcoming workshops." products={[ - { - id: "p1", - name: "Pottery Basics", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-pottery-masterpiece-her-workshop_23-2148846477.jpg", - }, - { - id: "p2", - name: "Soy Candle Making", - price: "$30", - imageSrc: "http://img.b2bpic.net/free-photo/lavender-soap-assortment-with-copy-space_23-2148799499.jpg", - }, + { id: "p1", name: "Pottery Basics", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-pottery-masterpiece-her-workshop_23-2148846477.jpg" }, + { id: "p2", name: "Soy Candle Making", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/lavender-soap-assortment-with-copy-space_23-2148799499.jpg" }, + { id: "p3", name: "Weaving 101", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/hand-woven-textiles-arrangement_23-2149072887.jpg" } ]} /> @@ -108,32 +69,8 @@ export default function LandingPage() {