From 9e76dae17b31f02ca40af3e75db857df6ce3d7d6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 20:03:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 118 ++++++++++++----------------------------------- 1 file changed, 29 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0cfebb..9d77496 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,43 +44,28 @@ export default function LandingPage() {
@@ -98,20 +75,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Our Musical Journey", - }, + type: "text", content: "Our Musical Journey"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/male-musician-holding-saxophone_23-2148730867.jpg", - alt: "Jazz performers", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/male-musician-holding-saxophone_23-2148730867.jpg", alt: "Jazz performers"}, ]} buttons={[ { - text: "Book Now", - href: "#contact", - }, + text: "Book Now", href: "#contact"}, ]} /> @@ -120,32 +90,17 @@ export default function LandingPage() { @@ -190,29 +140,19 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-psd/jazz-festival-template-design_23-2151296532.jpg" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Members", - href: "#team", - }, + label: "Members", href: "#team"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, ]}