From dc33a932d0a59342e842c3447fcb178cddf1e056 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 20:52:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 54 +++++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0e5b61..6bc00d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,8 +10,9 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Star } from "lucide-react"; -export default function LandingPage() { +export default function ArtistPage() { return ( @@ -59,14 +61,14 @@ export default function LandingPage() {
@@ -75,12 +77,12 @@ export default function LandingPage() { @@ -88,35 +90,25 @@ export default function LandingPage() {
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1