diff --git a/src/app/page.tsx b/src/app/page.tsx index 090fff4..6c5884f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,38 +46,24 @@ export default function LandingPage() {
@@ -107,20 +85,11 @@ export default function LandingPage() { description="From intricate design to seamless cover-ups, our team delivers top-quality ink work in a sterile, welcoming environment." accordionItems={[ { - id: "1", - title: "Custom Designs", - content: "Work with our talented artists to create a unique piece tailored exactly to your personal style and story.", - }, + id: "1", title: "Custom Designs", content: "Work with our talented artists to create a unique piece tailored exactly to your personal style and story."}, { - id: "2", - title: "Cover-Ups & Reworking", - content: "Specializing in transforming old tattoos or unwanted ink into vibrant, new artistic statements.", - }, + id: "2", title: "Cover-Ups & Reworking", content: "Specializing in transforming old tattoos or unwanted ink into vibrant, new artistic statements."}, { - id: "3", - title: "Color Realism & Portraits", - content: "Experience expert technique in color portraiture and realistic shading for highly detailed, lifelike pieces.", - }, + id: "3", title: "Color Realism & Portraits", content: "Experience expert technique in color portraiture and realistic shading for highly detailed, lifelike pieces."}, ]} imageSrc="http://img.b2bpic.net/free-photo/professional-female-tattoo-artist-makes-black-white-tattoo-bearded-male-torso-salon_613910-12227.jpg" mediaAnimation="slide-up" @@ -134,59 +103,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Client", - company: "Philadelphia", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/carefree-blonde-girl-posing-studio_176420-29631.jpg", - }, + id: "1", name: "Sarah J.", role: "Client", company: "Philadelphia", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/carefree-blonde-girl-posing-studio_176420-29631.jpg"}, { - id: "2", - name: "Michael C.", - role: "Client", - company: "Philadelphia", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tattoed-sexy-blonde-t-shirt-hat-posing-against-brick-wall_613910-6064.jpg", - }, + id: "2", name: "Michael C.", role: "Client", company: "Philadelphia", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/tattoed-sexy-blonde-t-shirt-hat-posing-against-brick-wall_613910-6064.jpg"}, { - id: "3", - name: "Emily R.", - role: "Client", - company: "Philadelphia", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg", - }, + id: "3", name: "Emily R.", role: "Client", company: "Philadelphia", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-coat-leaning-wall_171337-16383.jpg"}, { - id: "4", - name: "David K.", - role: "Client", - company: "Philadelphia", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-stylish-man-sitting-cafe_273609-4501.jpg", - }, + id: "4", name: "David K.", role: "Client", company: "Philadelphia", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-stylish-man-sitting-cafe_273609-4501.jpg"}, { - id: "5", - name: "Kam D.", - role: "Client", - company: "Philadelphia", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-sitting-together_23-2149628891.jpg", - }, + id: "5", name: "Kam D.", role: "Client", company: "Philadelphia", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-sitting-together_23-2149628891.jpg"}, ]} kpiItems={[ { - value: "150+", - label: "Happy Clients", - }, + value: "150+", label: "Happy Clients"}, { - value: "4.5", - label: "Star Rating", - }, + value: "4.5", label: "Star Rating"}, { - value: "7", - label: "Days Open", - }, + value: "7", label: "Days Open"}, ]} title="Client Experiences" description="See why our Philadelphia community trusts us for top-quality work and excellent service." @@ -200,24 +138,12 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "7 Days", - title: "Availability", - items: [ - "Open 12pm-10pm", - "Daily bookings", - "Friendly service", - ], + id: "m1", value: "7 Days", title: "Availability", items: [ + "Open 12pm-10pm", "Daily bookings", "Friendly service"], }, { - id: "m2", - value: "Top Quality", - title: "Standards", - items: [ - "Clean shop", - "Professional artists", - "Reasonable prices", - ], + id: "m2", value: "Top Quality", title: "Standards", items: [ + "Clean shop", "Professional artists", "Reasonable prices"], }, ]} title="Why Choose Us" @@ -231,20 +157,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you accept walk-ins?", - content: "We operate daily but suggest contacting artists directly for booking to ensure your preferred time.", - }, + id: "f1", title: "Do you accept walk-ins?", content: "We operate daily but suggest contacting artists directly for booking to ensure your preferred time."}, { - id: "f2", - title: "Where are you located?", - content: "We are located at 510 Washington Ave, Philadelphia, PA 19147.", - }, + id: "f2", title: "Where are you located?", content: "We are located at 510 Washington Ave, Philadelphia, PA 19147."}, { - id: "f3", - title: "Are you open on weekends?", - content: "Yes, we are open 7 days a week from 12:00 PM to 10:00 PM.", - }, + id: "f3", title: "Are you open on weekends?", content: "Yes, we are open 7 days a week from 12:00 PM to 10:00 PM."}, ]} title="Frequently Asked Questions" description="Answers to common questions about booking, shop policies, and custom art requests." @@ -256,31 +173,20 @@ export default function LandingPage() { ); -} +} \ No newline at end of file