From 569bf88363ab3943129ed87da3d782a6f4ca4e99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:38:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++------------------------------------- 1 file changed, 34 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 517306e..00008f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,63 +45,40 @@ export default function LandingPage() {
@@ -123,7 +92,7 @@ export default function LandingPage() { description="Dazzling Dreams art and craft is more than just a studio; it is a space for inspiration, exploration, and relaxation. We believe everyone has an artist within waiting to be discovered." subdescription="From beginner painting sessions to intricate hand-crafted decor, our sessions are designed to spark joy and creativity." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-painter-desk-joyfully-choosing-paint-brush-with-big-pattern-canvas-background-home_574295-3722.jpg" mediaAnimation="slide-up" />
@@ -131,24 +100,16 @@ export default function LandingPage() {
@@ -243,33 +156,21 @@ export default function LandingPage() { { items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Workshops", - href: "#features", - }, + label: "Workshops", href: "#features"}, { - label: "Reviews", - href: "#testimonials", - }, + label: "Reviews", href: "#testimonials"}, ], }, { items: [ { - label: "Location", - href: "https://maps.app.goo.gl/TDR6KW8XXXySM69TA", - }, + label: "Location", href: "https://maps.app.goo.gl/TDR6KW8XXXySM69TA"}, { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}