diff --git a/src/app/page.tsx b/src/app/page.tsx
index f56af8f..58ecfa5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,15 +32,25 @@ export default function LandingPage() {
@@ -49,44 +59,77 @@ export default function LandingPage() {
@@ -95,7 +138,7 @@ export default function LandingPage() {
@@ -107,17 +150,48 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "1", title: "Hair Services", tags: ["Cut", "Color", "Styling"],
- imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229745.jpg"},
+ id: "1",
+ title: "Expert Color & Blonding",
+ tags: [
+ "Hair Styling",
+ ],
+ imageSrc: "http://img.b2bpic.net/free-photo/holding-gun-temple-young-anxious-blonde-male-barber-uniform-holding-scissors-hair-clipper-isolated-violet-space-with-copy-space_141793-60304.jpg",
+ },
{
- id: "2", title: "Skincare Treatments", tags: ["Facials", "Rejuvenation"],
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-showing-peace-sign-two-finger-with-happy-feeling-isolated-white-background_1258-101470.jpg"},
+ id: "2",
+ title: "Rejuvenating Skincare",
+ tags: [
+ "Skin Health",
+ ],
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-woman-showing-peace-sign-two-finger-with-happy-feeling-isolated-white-background_1258-101470.jpg",
+ },
{
- id: "3", title: "Neurotoxin Services", tags: ["Anti-Aging", "Consultation"],
- imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454812.jpg"},
+ id: "3",
+ title: "Precision Cutting",
+ tags: [
+ "Hair Care",
+ ],
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229745.jpg",
+ },
+ {
+ id: "4",
+ title: "Nourishing Hair Masks",
+ tags: [
+ "Treatment",
+ ],
+ imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454812.jpg",
+ },
+ {
+ id: "5",
+ title: "Professional Styling",
+ tags: [
+ "Styling",
+ ],
+ imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-done_23-2148108856.jpg",
+ },
]}
title="Our Professional Services"
- description="Comprehensive care for your hair, skin, and confidence."
+ description="Tailored treatments for your unique hair and skin needs."
/>
@@ -129,13 +203,25 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1", value: "5/5", title: "Quality Score", description: "Consistently top-rated.", icon: Star,
+ id: "m1",
+ value: "5/5",
+ title: "Quality Score",
+ description: "Consistently top-rated.",
+ icon: Star,
},
{
- id: "m2", value: "100%", title: "Customer Joy", description: "We ensure every client leaves happy.", icon: Smile,
+ id: "m2",
+ value: "100%",
+ title: "Customer Joy",
+ description: "We ensure every client leaves happy.",
+ icon: Smile,
},
{
- id: "m3", value: "24/7", title: "Booking Availability", description: "Easy online scheduling.", icon: Calendar,
+ id: "m3",
+ value: "24/7",
+ title: "Booking Availability",
+ description: "Easy online scheduling.",
+ icon: Calendar,
},
]}
title="Proven Excellence"
@@ -151,7 +237,25 @@ export default function LandingPage() {
author="Jordan Katz"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Jordan Katz"},
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
+ alt: "Jordan Katz",
+ },
+ {
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
+ alt: "Reviewer 2",
+ },
+ {
+ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_23-2147823623.jpg",
+ alt: "Reviewer 3",
+ },
+ {
+ src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
+ alt: "Reviewer 4",
+ },
+ {
+ src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sits-sofa-room-with-green-palm-plants-book-stands_613910-11625.jpg",
+ alt: "Reviewer 5",
+ },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -164,11 +268,20 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1", title: "Do I need to book in advance?", content: "Yes, we recommend booking online via Vagaro for your preferred time."},
+ id: "f1",
+ title: "Do I need to book in advance?",
+ content: "Yes, we recommend booking online via Vagaro for your preferred time.",
+ },
{
- id: "f2", title: "Is the studio wheelchair accessible?", content: "Yes, our location on W Iles Ave is fully accessible."},
+ id: "f2",
+ title: "Is the salon wheelchair accessible?",
+ content: "Yes, our location on W Iles Ave is fully accessible.",
+ },
{
- id: "f3", title: "Where are you located?", content: "We are at 3270 W Iles Ave, Springfield, IL."},
+ id: "f3",
+ title: "Where are you located?",
+ content: "We are at 3270 W Iles Ave, Springfield, IL.",
+ },
]}
title="Common Questions"
description="Get all the details about visiting our studio."
@@ -180,17 +293,25 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}