diff --git a/src/app/page.tsx b/src/app/page.tsx
index c8d8d51..e3f4c08 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,33 +41,15 @@ export default function LandingPage() {
@@ -116,24 +73,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={true}
features={[
- {
- title: "Expert Hair Styling",
- description: "Precision cuts and styling tailored to your unique hair type.",
- imageSrc: "http://img.b2bpic.net/free-photo/round-hair-brushes_23-2147711530.jpg",
- imageAlt: "Expert styling",
- },
- {
- title: "Spa Facials",
- description: "Revitalizing skin treatments using organic, professional products.",
- imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-with-close-eyes_23-2147816963.jpg",
- imageAlt: "Spa facials",
- },
- {
- title: "Manicure & Pedicure",
- description: "Professional nail care for a polished, elegant finish every time.",
- imageSrc: "http://img.b2bpic.net/free-photo/drop-cream-before-massage-warm-calm-mood-therapist-hands_169016-69709.jpg",
- imageAlt: "Nail care",
- },
+ { title: "Expert Hair Styling", description: "Precision cuts and styling tailored to your unique hair type.", imageSrc: "http://img.b2bpic.net/free-photo/round-hair-brushes_23-2147711530.jpg", imageAlt: "Expert styling" },
+ { title: "Spa Facials", description: "Revitalizing skin treatments using organic, professional products.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-with-close-eyes_23-2147816963.jpg", imageAlt: "Spa facials" },
+ { title: "Manicure & Pedicure", description: "Professional nail care for a polished, elegant finish every time.", imageSrc: "http://img.b2bpic.net/free-photo/drop-cream-before-massage-warm-calm-mood-therapist-hands_169016-69709.jpg", imageAlt: "Nail care" },
]}
title="Our Services"
description="Professional treatments designed for your lifestyle."
@@ -146,39 +88,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "cut",
- badge: "Popular",
- price: "$45",
- subtitle: "Includes consultation & wash",
- features: [
- "Precision Cut",
- "Blow Dry",
- "Scalp Massage",
- ],
- },
- {
- id: "color",
- badge: "Premium",
- price: "$85",
- subtitle: "Full color or highlights",
- features: [
- "Custom Color",
- "Deep Conditioning",
- "Finish Styling",
- ],
- },
- {
- id: "facial",
- badge: "Wellness",
- price: "$60",
- subtitle: "60-minute relaxing session",
- features: [
- "Cleansing",
- "Exfoliation",
- "Hydrating Mask",
- ],
- },
+ { id: "cut", badge: "Popular", price: "$45", subtitle: "Includes consultation & wash", features: ["Precision Cut", "Blow Dry", "Scalp Massage"] },
+ { id: "color", badge: "Premium", price: "$85", subtitle: "Full color or highlights", features: ["Custom Color", "Deep Conditioning", "Finish Styling"] },
+ { id: "facial", badge: "Wellness", price: "$60", subtitle: "60-minute relaxing session", features: ["Cleansing", "Exfoliation", "Hydrating Mask"] },
]}
title="Service Pricing"
description="Transparent pricing for our signature beauty treatments."
@@ -192,26 +104,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Miller"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/pretty-woman-singing_1187-3682.jpg",
- alt: "Sarah",
- },
- {
- src: "http://img.b2bpic.net/free-photo/attractive-feminine-tender-young-woman-curlyhaired-chubby-smiling-silly-look-camera-blue-eyes-girlfriend-attend-first-date-liking-spend-time-together-boyfriend-have-fun-look-happy-white-background_176420-50549.jpg",
- alt: "Jane",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
- alt: "Maria",
- },
- {
- src: "http://img.b2bpic.net/free-photo/high-angle-happy-bride-wearing-veil_23-2149722033.jpg",
- alt: "Emma",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg",
- alt: "Chloe",
- },
+ { src: "http://img.b2bpic.net/free-photo/pretty-woman-singing_1187-3682.jpg", alt: "Sarah" },
+ { src: "http://img.b2bpic.net/free-photo/attractive-feminine-tender-young-woman-curlyhaired-chubby-smiling-silly-look-camera-blue-eyes-girlfriend-attend-first-date-liking-spend-time-together-boyfriend-have-fun-look-happy-white-background_176420-50549.jpg", alt: "Jane" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg", alt: "Maria" },
+ { src: "http://img.b2bpic.net/free-photo/high-angle-happy-bride-wearing-veil_23-2149722033.jpg", alt: "Emma" },
+ { src: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230961.jpg", alt: "Chloe" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -221,9 +118,7 @@ export default function LandingPage() {