diff --git a/src/app/page.tsx b/src/app/page.tsx
index 77491a6..8fd3a4c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,59 +32,37 @@ export default function LandingPage() {
@@ -94,21 +72,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Paintbrush,
- title: "Custom Nail Art",
- description: "Intricate hand-painted designs personalized for every occasion.",
- },
- {
- icon: Diamond,
- title: "Gel Manicures",
- description: "Long-lasting, high-gloss finishes that protect and beautify your nails.",
- },
- {
- icon: Sparkles,
- title: "Luxury Pedicures",
- description: "A relaxing spa experience featuring exfoliation, massage, and polish.",
- },
+ { icon: Paintbrush, title: "Custom Nail Art", description: "Intricate hand-painted designs personalized for every occasion." },
+ { icon: Diamond, title: "Gel Manicures", description: "Long-lasting, high-gloss finishes that protect and beautify your nails." },
+ { icon: Sparkles, title: "Luxury Pedicures", description: "A relaxing spa experience featuring exfoliation, massage, and polish." },
]}
title="Our Specialized Services"
description="Comprehensive nail care solutions tailored to your unique preferences and style."
@@ -122,40 +88,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- tag: "Essential",
- price: "$35",
- period: "per session",
- description: "Classic manicure with premium polish selection.",
- button: {
- text: "Book Now",
- href: "#contact",
- },
- featuresTitle: "Included:",
- features: [
- "Nail shaping",
- "Cuticle care",
- "Hand massage",
- "Polish application",
- ],
+ id: "basic", tag: "Essential", price: "$35", period: "per session", description: "Classic manicure with premium polish selection.", button: { text: "Book Now", href: "#contact" },
+ featuresTitle: "Included:", features: ["Nail shaping", "Cuticle care", "Hand massage", "Polish application"],
},
{
- id: "gel",
- tag: "Popular",
- price: "$55",
- period: "per session",
- description: "Long-lasting gel treatment with added durability.",
- button: {
- text: "Book Now",
- href: "#contact",
- },
- featuresTitle: "Included:",
- features: [
- "Everything in Basic",
- "Gel polish",
- "Extended wear",
- "Gloss finish",
- ],
+ id: "gel", tag: "Popular", price: "$55", period: "per session", description: "Long-lasting gel treatment with added durability.", button: { text: "Book Now", href: "#contact" },
+ featuresTitle: "Included:", features: ["Everything in Basic", "Gel polish", "Extended wear", "Gloss finish"],
},
]}
title="Treatment Pricing"
@@ -170,24 +108,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "m1",
- name: "Tina Nguyen",
- role: "Head Nail Technician",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg?_wi=1",
- },
- {
- id: "m2",
- name: "Mai Le",
- role: "Senior Nail Artist",
- imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg?_wi=1",
- },
- {
- id: "m3",
- name: "Sarah Chen",
- role: "Specialist",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-tassels-manicure-accessories-green-surface_140725-64186.jpg",
- },
+ { id: "m1", name: "Tina Nguyen", role: "Head Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg" },
+ { id: "m2", name: "Mai Le", role: "Senior Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg" },
+ { id: "m3", name: "Sarah Chen", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-tassels-manicure-accessories-green-surface_140725-64186.jpg" },
]}
title="Meet Our Experts"
description="Highly skilled professionals dedicated to your satisfaction and nail health."
@@ -200,51 +123,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Jessica M.",
- handle: "@jessm",
- testimonial: "The best manicure I've ever had! Tina is so talented and detail-oriented.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/professional-nail-artist-working-with-nail-file-making-square-nails-while-doing-manicure-salon_176420-42440.jpg",
- imageAlt: "Professional nail artist working with nail file making square nails while doing manicure at salon.",
- },
- {
- id: "2",
- name: "Emily R.",
- handle: "@emilyr",
- testimonial: "Lovely studio, very clean, and professional service. Highly recommend!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-towel_23-2148859707.jpg?_wi=2",
- imageAlt: "Professional nail artist working with nail file making square nails while doing manicure at salon.",
- },
- {
- id: "3",
- name: "Amanda P.",
- handle: "@amandap",
- testimonial: "I love my custom nail art. They truly listen to what I want.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-manicurist-is-posing-photographer-while-doing-maicure-customer_613910-20773.jpg?_wi=2",
- imageAlt: "Professional nail artist working with nail file making square nails while doing manicure at salon.",
- },
- {
- id: "4",
- name: "Sophia K.",
- handle: "@sophiak",
- testimonial: "Excellent quality and friendly atmosphere. I'm a regular now.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg?_wi=2",
- imageAlt: "Professional nail artist working with nail file making square nails while doing manicure at salon.",
- },
- {
- id: "5",
- name: "Chloe T.",
- handle: "@chloet",
- testimonial: "Tina Nails never disappoints. Quality is consistent every time.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg?_wi=2",
- imageAlt: "Professional nail artist working with nail file making square nails while doing manicure at salon.",
- },
+ { id: "1", name: "Jessica M.", handle: "@jessm", testimonial: "The best manicure I've ever had! Tina is so talented and detail-oriented.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-nail-artist-working-with-nail-file-making-square-nails-while-doing-manicure-salon_176420-42440.jpg" },
+ { id: "2", name: "Emily R.", handle: "@emilyr", testimonial: "Lovely studio, very clean, and professional service. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-towel_23-2148859707.jpg" },
+ { id: "3", name: "Amanda P.", handle: "@amandap", testimonial: "I love my custom nail art. They truly listen to what I want.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-cheerful-manicurist-is-posing-photographer-while-doing-maicure-customer_613910-20773.jpg" },
+ { id: "4", name: "Sophia K.", handle: "@sophiak", testimonial: "Excellent quality and friendly atmosphere. I'm a regular now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67003.jpg" },
+ { id: "5", name: "Chloe T.", handle: "@chloet", testimonial: "Tina Nails never disappoints. Quality is consistent every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-make-up-look-holding-brush_23-2148784359.jpg" },
]}
showRating={true}
title="Client Reviews"
@@ -256,21 +139,9 @@ export default function LandingPage() {
@@ -304,38 +165,10 @@ export default function LandingPage() {