From cdd7f163f092b56dc941804d6a42e1ad6aa08bb8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:03:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 76 +++++++++++++++++++++++++++++++----------------- 1 file changed, 49 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5b9257..434e0d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Reserve Now", href: "#featured-class"}} + text: "Reserve Now", href: "#featured-class" + }} /> @@ -49,31 +50,41 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[ { - text: "Reserve Your Muddy Time Class", href: "#featured-class"}, + text: "Reserve Your Muddy Time Class", href: "#featured-class" + }, { - text: "View All Classes", href: "#studio-experiences"}, + text: "View All Classes", href: "#studio-experiences" + }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-asian-artist-ceramist-female-hands-working-potters-wheelasian-female-sculpture-woman-with-wet-dirty-hands-shaping-clay-vase-pottery-wheel-workshop-studio_609648-2758.jpg?_wi=1", imageAlt: "Hands shaping clay on pottery wheel"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-asian-artist-ceramist-female-hands-working-potters-wheelasian-female-sculpture-woman-with-wet-dirty-hands-shaping-clay-vase-pottery-wheel-workshop-studio_609648-2758.jpg", imageAlt: "Hands shaping clay on pottery wheel" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-adult-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40094.jpg?_wi=1", imageAlt: "People laughing while using pottery wheels"}, + imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-adult-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40094.jpg", imageAlt: "People laughing while using pottery wheels" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-woman-process-making-clay-bowl-pottery-wheel_23-2148154781.jpg?_wi=1", imageAlt: "Hands shaping clay art"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-woman-process-making-clay-bowl-pottery-wheel_23-2148154781.jpg", imageAlt: "Hands shaping clay art" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg?_wi=1", imageAlt: "Finished pottery pieces on shelf"}, + imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg", imageAlt: "Finished pottery pieces on shelf" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg?_wi=2", imageAlt: "Finished pottery pieces on shelf"}, + imageSrc: "http://img.b2bpic.net/free-photo/stack-earthtoned-bowls-simple-elegant-kitchen-decor_157027-4251.jpg", imageAlt: "Finished pottery pieces on shelf" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-woman-process-making-clay-bowl-pottery-wheel_23-2148154781.jpg?_wi=2", imageAlt: "Hands shaping clay art"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-woman-process-making-clay-bowl-pottery-wheel_23-2148154781.jpg", imageAlt: "Hands shaping clay art" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-asian-artist-ceramist-female-hands-working-potters-wheelasian-female-sculpture-woman-with-wet-dirty-hands-shaping-clay-vase-pottery-wheel-workshop-studio_609648-2758.jpg?_wi=2", imageAlt: "Hands shaping clay on pottery wheel"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-asian-artist-ceramist-female-hands-working-potters-wheelasian-female-sculpture-woman-with-wet-dirty-hands-shaping-clay-vase-pottery-wheel-workshop-studio_609648-2758.jpg", imageAlt: "Hands shaping clay on pottery wheel" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-adult-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40094.jpg?_wi=2", imageAlt: "People laughing while using pottery wheels"}, + imageSrc: "http://img.b2bpic.net/free-photo/mutual-creative-work-adult-elegant-couple-casual-clothes-aprons-people-creating-bowl-pottery-wheel-clay-studio_1157-40094.jpg", imageAlt: "People laughing while using pottery wheels" + }, ]} carouselPosition="right" ariaLabel="Hero section - pottery wheel classes" @@ -92,17 +103,20 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Class Details", title: "One Hour Workshop", subtitle: "Perfect intro to the pottery wheel", description: "No experience required. We'll guide you through creating your first clay piece on the wheel.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=1", imageAlt: "Muddy Time beginner pottery wheel class", buttons: [ + tag: "Class Details", title: "One Hour Workshop", subtitle: "Perfect intro to the pottery wheel", description: "No experience required. We'll guide you through creating your first clay piece on the wheel.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", imageAlt: "Muddy Time beginner pottery wheel class", buttons: [ { - text: "Reserve Your Spot", href: "#contact"}, + text: "Reserve Your Spot", href: "#contact" + }, ], }, { id: 2, - tag: "What's Included", title: "All Materials & Firing", subtitle: "Everything you need is included", description: "All pottery tools and clay are provided. We fire and prepare your pot for you to take home.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=2", imageAlt: "All materials included in Muddy Time class"}, + tag: "What's Included", title: "All Materials & Firing", subtitle: "Everything you need is included", description: "All pottery tools and clay are provided. We fire and prepare your pot for you to take home.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", imageAlt: "All materials included in Muddy Time class" + }, { id: 3, - tag: "Pricing", title: "$30 Per Class", subtitle: "Affordable creative experience", description: "⭐ Highly rated pottery studio in San Diego\n⭐ Friendly, patient instructors\n⭐ Perfect for date nights, friends, or solo creativity", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=3", imageAlt: "Ceramic Heights studio rating and reviews"}, + tag: "Pricing", title: "$30 Per Class", subtitle: "Affordable creative experience", description: "⭐ Highly rated pottery studio in San Diego\n⭐ Friendly, patient instructors\n⭐ Perfect for date nights, friends, or solo creativity", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", imageAlt: "Ceramic Heights studio rating and reviews" + }, ]} /> @@ -117,10 +131,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Studio Classes: Adults & Kids", price: "View Classes", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=4", imageAlt: "Adults and kids pottery classes", initialQuantity: 1, + id: "1", name: "Studio Classes: Adults & Kids", price: "View Classes", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", imageAlt: "Adults and kids pottery classes", initialQuantity: 1, }, { - id: "2", name: "Potters: Rent Studio Time", price: "Schedule Time", imageSrc: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg?_wi=1", imageAlt: "Open studio rental space", initialQuantity: 1, + id: "2", name: "Potters: Rent Studio Time", price: "Schedule Time", imageSrc: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg", imageAlt: "Open studio rental space", initialQuantity: 1, }, { id: "3", name: "Make Clay at Home: Mug Kits", price: "Order Kit", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-pottery-studio_23-2150164902.jpg", imageAlt: "DIY pottery mug kit for home", initialQuantity: 1, @@ -139,13 +153,16 @@ export default function LandingPage() { blogs={[ { id: "1", category: ["Events", "Community"], - title: "Ghost Night(s) 2026", excerpt: "Ghost Night is officially sold out — thank you for celebrating our 11th annual event! Two evenings of romantic pottery making and community creativity.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30716.jpg", imageAlt: "Ghost Night pottery event celebration", authorName: "Ceramic Heights", authorAvatar: "http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30716.jpg", date: "Upcoming"}, + title: "Ghost Night(s) 2026", excerpt: "Ghost Night is officially sold out — thank you for celebrating our 11th annual event! Two evenings of romantic pottery making and community creativity.", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30716.jpg", imageAlt: "Ghost Night pottery event celebration", authorName: "Ceramic Heights", authorAvatar: "http://img.b2bpic.net/free-photo/couple-with-brown-aprons-making-vase_1157-30716.jpg", date: "Upcoming" + }, { id: "2", category: ["Classes"], - title: "New Beginner Wheel Classes", excerpt: "Join us for our weekly Muddy Time beginner classes. Learn the basics of the pottery wheel in a welcoming, judgment-free environment perfect for first-timers.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg?_wi=5", imageAlt: "Beginner pottery wheel classes", authorName: "Ceramic Heights", authorAvatar: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", date: "Available Now"}, + title: "New Beginner Wheel Classes", excerpt: "Join us for our weekly Muddy Time beginner classes. Learn the basics of the pottery wheel in a welcoming, judgment-free environment perfect for first-timers.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", imageAlt: "Beginner pottery wheel classes", authorName: "Ceramic Heights", authorAvatar: "http://img.b2bpic.net/free-photo/young-couple-pottery-class-together_1303-24911.jpg", date: "Available Now" + }, { id: "3", category: ["Studio"], - title: "Open Studio Hours Expanded", excerpt: "We've expanded our open studio hours! More time slots available for experienced potters to rent studio space and continue their craft.", imageSrc: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg?_wi=2", imageAlt: "Studio rental and open studio hours", authorName: "Ceramic Heights", authorAvatar: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg", date: "This Month"}, + title: "Open Studio Hours Expanded", excerpt: "We've expanded our open studio hours! More time slots available for experienced potters to rent studio space and continue their craft.", imageSrc: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg", imageAlt: "Studio rental and open studio hours", authorName: "Ceramic Heights", authorAvatar: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801575.jpg", date: "This Month" + }, ]} /> @@ -158,16 +175,20 @@ export default function LandingPage() { metrics={[ { icon: Users, - label: "Community Members", value: "Hundreds"}, + label: "Community Members", value: "Hundreds" + }, { icon: MapPin, - label: "Location", value: "San Diego"}, + label: "Location", value: "San Diego" + }, { icon: Heart, - label: "Studio Vibe", value: "Welcoming"}, + label: "Studio Vibe", value: "Welcoming" + }, { icon: Sparkles, - label: "Years Creating", value: "11+"}, + label: "Years Creating", value: "11+" + }, ]} /> @@ -221,7 +242,8 @@ export default function LandingPage() { { label: "Events", href: "#studio-news" }, { label: "Contact", href: "#contact" }, { - label: "Directions", href: "https://maps.google.com/?q=5509+El+Cajon+Blvd+San+Diego+CA+92115"}, + label: "Directions", href: "https://maps.google.com/?q=5509+El+Cajon+Blvd+San+Diego+CA+92115" + }, ], }, { -- 2.49.1