From 959ac29b4a32a4a8d951df1ebf2de9f1e27398ae Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 05:46:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 +++++++++-------------------------------------- 1 file changed, 48 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 971ef43..55acf19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,101 +31,41 @@ export default function LandingPage() {
@@ -147,36 +87,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { - id: "1", - name: "Alex R.", - role: "Senior Artist", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-tattoo-artist_23-2149525988.jpg?_wi=1", - }, - { - id: "2", - name: "Jamie M.", - role: "Fine Line Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-drinking-coffee-cafe_1321-906.jpg", - }, - { - id: "3", - name: "Taylor S.", - role: "Traditional Expert", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-creative-master-with-dreadlocks-is-working-new-peace-big-leg-tattoo-customer_613910-2929.jpg", - }, - { - id: "4", - name: "Morgan B.", - role: "Custom Designer", - imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094576.jpg", - }, - { - id: "5", - name: "Jordan P.", - role: "Black & Grey Artist", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-tattoo-artist_23-2149525988.jpg?_wi=2", - }, + { id: "1", name: "Alex R.", role: "Senior Artist", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-tattoo-artist_23-2149525988.jpg" }, + { id: "2", name: "Jamie M.", role: "Fine Line Specialist", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-man-drinking-coffee-cafe_1321-906.jpg" }, + { id: "3", name: "Taylor S.", role: "Traditional Expert", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-creative-master-with-dreadlocks-is-working-new-peace-big-leg-tattoo-customer_613910-2929.jpg" }, + { id: "4", name: "Morgan B.", role: "Custom Designer", imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094576.jpg" }, + { id: "5", name: "Jordan P.", role: "Black & Grey Artist", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-tattoo-artist_23-2149525988.jpg" }, ]} title="Meet Our Expert Artists" description="Every artist is a specialist committed to creating meaningful work." @@ -185,44 +100,15 @@ export default function LandingPage() {
@@ -250,26 +131,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "How do I book an appointment?", - content: "You can book directly through our website contact form or stop by for a consult.", - }, - { - id: "2", - title: "Is the studio clean?", - content: "We maintain hospital-grade sanitation standards for every client.", - }, - { - id: "3", - title: "Is your space LGBTQ friendly?", - content: "Absolutely. We are a proud inclusive and affirming studio.", - }, - { - id: "4", - title: "How much do tattoos cost?", - content: "Pricing is based on design complexity and artist hourly rates. We provide quotes during consultations.", - }, + { id: "1", title: "How do I book an appointment?", content: "You can book directly through our website contact form or stop by for a consult." }, + { id: "2", title: "Is the studio clean?", content: "We maintain hospital-grade sanitation standards for every client." }, + { id: "3", title: "Is your space LGBTQ friendly?", content: "Absolutely. We are a proud inclusive and affirming studio." }, + { id: "4", title: "How much do tattoos cost?", content: "Pricing is based on design complexity and artist hourly rates. We provide quotes during consultations." }, ]} imageSrc="http://img.b2bpic.net/free-photo/manicurist-does-procedure-trim-remove-cuticles-beauty-salon_613910-20307.jpg" mediaAnimation="slide-up" @@ -282,17 +147,12 @@ export default function LandingPage() {
@@ -301,50 +161,23 @@ export default function LandingPage() {