diff --git a/src/app/page.tsx b/src/app/page.tsx index ab0d5ec..9f77083 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,14 @@ export default function LandingPage() { @@ -55,47 +47,26 @@ export default function LandingPage() {
@@ -107,23 +78,14 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - icon: Award, - title: "Precision Cuts", - value: "10k+", - }, + id: "m1", icon: Award, + title: "Precision Cuts", value: "10k+"}, { - id: "m2", - icon: Shield, - title: "Client Retention", - value: "98%", - }, + id: "m2", icon: Shield, + title: "Client Retention", value: "98%"}, { - id: "m3", - icon: Star, - title: "Experience Rating", - value: "5.0", - }, + id: "m3", icon: Star, + title: "Experience Rating", value: "5.0"}, ]} title="BY THE NUMBERS" description="Defining the standard of high-end grooming in the city." @@ -137,19 +99,13 @@ export default function LandingPage() { metrics={[ { icon: Clock, - label: "Time Spent on Consultation", - value: "15m", - }, + label: "Time Spent on Consultation", value: "15m"}, { icon: Zap, - label: "Techniques Mastered", - value: "30+", - }, + label: "Techniques Mastered", value: "30+"}, { icon: CheckCircle, - label: "Client Satisfaction", - value: "100%", - }, + label: "Client Satisfaction", value: "100%"}, ]} metricsAnimation="slide-up" /> @@ -161,23 +117,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Personalized Consultations", - description: "Every session begins with an in-depth conversation regarding your style vision and grooming needs.", - imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg", - imageAlt: "Consultation", - }, + title: "Personalized Consultations", description: "Every session begins with an in-depth conversation regarding your style vision and grooming needs.", imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7627.jpg", imageAlt: "Consultation"}, { - title: "Precision Execution", - description: "We respect your time. Expect consistent, detail-oriented work delivered with absolute technical precision.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-being-love_23-2149887648.jpg", - imageAlt: "Execution", - }, + title: "Precision Execution", description: "We respect your time. Expect consistent, detail-oriented work delivered with absolute technical precision.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-being-love_23-2149887648.jpg", imageAlt: "Execution"}, { - title: "Premium Products Only", - description: "We curate the world's finest grooming essentials for a healthier, more refined aesthetic.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-arrangement-barber-shop-desk_23-2148256952.jpg", - imageAlt: "Products", - }, + title: "Premium Products Only", description: "We curate the world's finest grooming essentials for a healthier, more refined aesthetic.", imageSrc: "http://img.b2bpic.net/free-photo/modern-arrangement-barber-shop-desk_23-2148256952.jpg", imageAlt: "Products"}, ]} title="THE STUDIO ADVANTAGE" description="Every element is crafted to ensure you feel understood, elevated, and valued." @@ -186,54 +130,32 @@ export default function LandingPage() {