diff --git a/src/app/page.tsx b/src/app/page.tsx
index 062245d..28a6209 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,48 +43,17 @@ export default function LandingPage() {
@@ -106,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Legacy of Ink"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "12+",
- },
- {
- icon: CheckCircle,
- label: "Completed Pieces",
- value: "2000+",
- },
- {
- icon: Star,
- label: "Happy Clients",
- value: "100%",
- },
+ { icon: Award, label: "Years Experience", value: "12+" },
+ { icon: CheckCircle, label: "Completed Pieces", value: "2000+" },
+ { icon: Star, label: "Happy Clients", value: "100%" }
]}
metricsAnimation="slide-up"
/>
@@ -132,24 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Custom Consultation",
- description: "Every design is unique, built around your personality and story.",
- imageSrc: "http://img.b2bpic.net/free-vector/20-cv-resume-outline-icon-presentation-vector-line-icons-illustration_1142-17811.jpg",
- imageAlt: "shield icon line art",
- },
- {
- title: "Clinical Hygiene",
- description: "Professional environment following strict sanitation protocols.",
- imageSrc: "http://img.b2bpic.net/free-photo/appointment-schedule-calendar-event-meeting-concept_53876-121132.jpg",
- imageAlt: "Appointment Schedule Calendar Event Meeting Concept",
- },
- {
- title: "Versatile Style",
- description: "Expert in fine line, traditional, portrait, and modern abstract.",
- imageSrc: "http://img.b2bpic.net/free-photo/pencil-icon-left-side_187299-39544.jpg",
- imageAlt: "Pencil Icon Left Side",
- },
+ { title: "Custom Consultation", description: "Every design is unique, built around your personality and story.", imageSrc: "http://img.b2bpic.net/free-vector/20-cv-resume-outline-icon-presentation-vector-line-icons-illustration_1142-17811.jpg", imageAlt: "shield icon line art" },
+ { title: "Clinical Hygiene", description: "Professional environment following strict sanitation protocols.", imageSrc: "http://img.b2bpic.net/free-photo/appointment-schedule-calendar-event-meeting-concept_53876-121132.jpg", imageAlt: "Appointment Schedule Calendar Event Meeting Concept" },
+ { title: "Versatile Style", description: "Expert in fine line, traditional, portrait, and modern abstract.", imageSrc: "http://img.b2bpic.net/free-photo/pencil-icon-left-side_187299-39544.jpg", imageAlt: "Pencil Icon Left Side" }
]}
title="Why Choose John's Art"
description="Dedication to safety, hygiene, and artistic integrity in every session."
@@ -158,46 +88,17 @@ export default function LandingPage() {
@@ -306,21 +152,10 @@ export default function LandingPage() {
title="Start Your Journey"
description="Ready to get inked? Send me a message and let's discuss your project details."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
+ { name: "name", type: "text", placeholder: "Your Name" },
+ { name: "email", type: "email", placeholder: "Your Email" }
]}
- textarea={{
- name: "message",
- placeholder: "Describe your tattoo idea, size, and placement...",
- }}
+ textarea={{ name: "message", placeholder: "Describe your tattoo idea, size, and placement..." }}
imageSrc="http://img.b2bpic.net/free-photo/smiley-tattoo-artist-medium-shot_23-2149525984.jpg"
/>
@@ -329,32 +164,8 @@ export default function LandingPage() {