diff --git a/src/app/page.tsx b/src/app/page.tsx
index 53de249..09125fc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,82 +34,47 @@ export default function LandingPage() {
@@ -131,34 +96,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- label: "Homecall Service",
- title: "Beauty Delivered",
- items: [
- "Convenient appointments at your location",
- "Save time on travel and waiting",
- "Personalized service in your comfort",
- ],
+ id: "f1", label: "Homecall Service", title: "Beauty Delivered", items: [
+ "Convenient appointments at your location", "Save time on travel and waiting", "Personalized service in your comfort"],
},
{
- id: "f2",
- label: "Premium Products",
- title: "Lasting Perfection",
- items: [
- "High-quality gels, acrylics, and polishes",
- "Durable and chip-resistant finishes",
- "Safe and hygienic application practices",
- ],
+ id: "f2", label: "Premium Products", title: "Lasting Perfection", items: [
+ "High-quality gels, acrylics, and polishes", "Durable and chip-resistant finishes", "Safe and hygienic application practices"],
},
{
- id: "f3",
- label: "Skilled Technicians",
- title: "Expert Craftsmanship",
- items: [
- "Experienced and certified nail artists",
- "Trend-aware and creative designs",
- "Attention to detail for flawless results",
- ],
+ id: "f3", label: "Skilled Technicians", title: "Expert Craftsmanship", items: [
+ "Experienced and certified nail artists", "Trend-aware and creative designs", "Attention to detail for flawless results"],
},
]}
title="Our Commitment to Quality & Convenience"
@@ -174,65 +121,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- brand: "Pops Perfection Nails",
- name: "Gel Overlays",
- price: "From R250",
- rating: 5,
- reviewCount: "25 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-asmr-recording-salt_23-2149313878.jpg",
- imageAlt: "Perfectly sculpted gel nails",
- },
+ id: "p1", brand: "Pops Perfection Nails", name: "Gel Overlays", price: "From R250", rating: 5,
+ reviewCount: "25 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-asmr-recording-salt_23-2149313878.jpg", imageAlt: "Perfectly sculpted gel nails"},
{
- id: "p2",
- brand: "Pops Perfection Nails",
- name: "Acrylic Extensions",
- price: "From R350",
- rating: 5,
- reviewCount: "30 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347235.jpg",
- imageAlt: "Strong acrylic nails extension",
- },
+ id: "p2", brand: "Pops Perfection Nails", name: "Acrylic Extensions", price: "From R350", rating: 5,
+ reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347235.jpg", imageAlt: "Strong acrylic nails extension"},
{
- id: "p3",
- brand: "Pops Perfection Nails",
- name: "Classic Manicure",
- price: "From R180",
- rating: 4,
- reviewCount: "18 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-manicure-concept_23-2149171300.jpg",
- imageAlt: "Classic manicure clean hands",
- },
+ id: "p3", brand: "Pops Perfection Nails", name: "Classic Manicure", price: "From R180", rating: 4,
+ reviewCount: "18 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-manicure-concept_23-2149171300.jpg", imageAlt: "Classic manicure clean hands"},
{
- id: "p4",
- brand: "Pops Perfection Nails",
- name: "Spa Pedicure",
- price: "From R220",
- rating: 5,
- reviewCount: "22 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-s-feet-bowl-with-water-petal_329181-18808.jpg",
- imageAlt: "Luxurious pedicure foot soak",
- },
+ id: "p4", brand: "Pops Perfection Nails", name: "Spa Pedicure", price: "From R220", rating: 5,
+ reviewCount: "22 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-feet-bowl-with-water-petal_329181-18808.jpg", imageAlt: "Luxurious pedicure foot soak"},
{
- id: "p5",
- brand: "Pops Perfection Nails",
- name: "Custom Nail Art",
- price: "From R80",
- rating: 5,
- reviewCount: "15 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-asmr-recording_23-2149313869.jpg",
- imageAlt: "Intricate nail art design",
- },
+ id: "p5", brand: "Pops Perfection Nails", name: "Custom Nail Art", price: "From R80", rating: 5,
+ reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-asmr-recording_23-2149313869.jpg", imageAlt: "Intricate nail art design"},
{
- id: "p6",
- brand: "Pops Perfection Nails",
- name: "Nail Repair",
- price: "From R50",
- rating: 4,
- reviewCount: "10 reviews",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-protective-medical-mask-beauty-salon-hold-palette-select-color-manicure-procedure-nail-care-grand-opening-quarantine-is-small-businessess-are-open-again_343596-2403.jpg",
- imageAlt: "Broken nail repair solution",
- },
+ id: "p6", brand: "Pops Perfection Nails", name: "Nail Repair", price: "From R50", rating: 4,
+ reviewCount: "10 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-protective-medical-mask-beauty-salon-hold-palette-select-color-manicure-procedure-nail-care-grand-opening-quarantine-is-small-businessess-are-open-again_343596-2403.jpg", imageAlt: "Broken nail repair solution"},
]}
title="Explore Our Nail Enhancement Options"
description="Discover a wide range of services designed to give you beautiful, long-lasting nails, all from the convenience of your home."
@@ -246,61 +151,31 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- badge: "Value",
- badgeIcon: Sparkles,
- price: "R180",
- subtitle: "Classic Manicure/Pedicure",
- buttons: [
+ id: "basic", badge: "Value", badgeIcon: Sparkles,
+ price: "R180", subtitle: "Classic Manicure/Pedicure", buttons: [
{
- text: "Book Basic",
- href: "#contact",
- },
+ text: "Book Basic", href: "#contact"},
],
features: [
- "Basic nail shaping & buffing",
- "Cuticle care",
- "Polish application",
- "Mini hand/foot massage",
- ],
+ "Basic nail shaping & buffing", "Cuticle care", "Polish application", "Mini hand/foot massage"],
},
{
- id: "standard",
- badge: "Popular",
- badgeIcon: Star,
- price: "R250",
- subtitle: "Gel Overlay/Fill",
- buttons: [
+ id: "standard", badge: "Popular", badgeIcon: Star,
+ price: "R250", subtitle: "Gel Overlay/Fill", buttons: [
{
- text: "Book Standard",
- href: "#contact",
- },
+ text: "Book Standard", href: "#contact"},
],
features: [
- "Gel overlay on natural nails",
- "Single gel color application",
- "Long-lasting shine",
- "Gel fill (rebalance)",
- ],
+ "Gel overlay on natural nails", "Single gel color application", "Long-lasting shine", "Gel fill (rebalance)"],
},
{
- id: "premium",
- badge: "Premium",
- badgeIcon: Crown,
- price: "R350",
- subtitle: "Acrylic Full Set/Fill",
- buttons: [
+ id: "premium", badge: "Premium", badgeIcon: Crown,
+ price: "R350", subtitle: "Acrylic Full Set/Fill", buttons: [
{
- text: "Book Premium",
- href: "#contact",
- },
+ text: "Book Premium", href: "#contact"},
],
features: [
- "Full set acrylic extensions",
- "Choice of shape and length",
- "Basic nail art included",
- "Acrylic fill (rebalance)",
- ],
+ "Full set acrylic extensions", "Choice of shape and length", "Basic nail art included", "Acrylic fill (rebalance)"],
},
]}
title="Affordable Luxury, Transparent Pricing"
@@ -313,35 +188,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Nomusa Dlamini",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-room-beauty-manicure-nails-hand-self-care-lady_140725-65114.jpg",
- imageAlt: "Nomusa Dlamini",
- },
+ id: "t1", name: "Nomusa Dlamini", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-getting-her-nails-fixed-by-manicurist-inside-room-beauty-manicure-nails-hand-self-care-lady_140725-65114.jpg", imageAlt: "Nomusa Dlamini"},
{
- id: "t2",
- name: "Thandiwe Mkhize",
- imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
- imageAlt: "Thandiwe Mkhize",
- },
+ id: "t2", name: "Thandiwe Mkhize", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg", imageAlt: "Thandiwe Mkhize"},
{
- id: "t3",
- name: "Zanele Zulu",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-463.jpg",
- imageAlt: "Zanele Zulu",
- },
+ id: "t3", name: "Zanele Zulu", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-body-suit-white-shirt-with-pink-beautiful-lips-holding-cigar_343596-463.jpg", imageAlt: "Zanele Zulu"},
{
- id: "t4",
- name: "Lerato Nkosi",
- imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-cosmetics-nail-polish_23-2148784391.jpg",
- imageAlt: "Lerato Nkosi",
- },
+ id: "t4", name: "Lerato Nkosi", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-make-up-cosmetics-nail-polish_23-2148784391.jpg", imageAlt: "Lerato Nkosi"},
{
- id: "t5",
- name: "Ayanda Cele",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021768.jpg",
- imageAlt: "Ayanda Cele",
- },
+ id: "t5", name: "Ayanda Cele", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021768.jpg", imageAlt: "Ayanda Cele"},
]}
cardTitle="What Our Clients Say"
cardTag="Trusted Quality"
@@ -354,14 +209,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Orlando East",
- "Diepkloof",
- "Pimville",
- "Dobsonville",
- "Dlamini",
- "Meadowlands",
- "Moletsane",
- ]}
+ "Orlando East", "Diepkloof", "Pimville", "Dobsonville", "Dlamini", "Meadowlands", "Moletsane"]}
title="Proudly Serving the Soweto Community"
description="We are dedicated to bringing premium nail services to various neighborhoods across Soweto, ensuring convenience and quality are always within reach."
/>
@@ -373,25 +221,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do I book a home visit?",
- content: "Booking is easy! Simply click on the 'Book Your Home Visit' button, fill out our quick contact form with your preferred date and time, and we'll get back to you to confirm your appointment. You can also call or WhatsApp us directly.",
- },
+ id: "q1", title: "How do I book a home visit?", content: "Booking is easy! Simply click on the 'Book Your Home Visit' button, fill out our quick contact form with your preferred date and time, and we'll get back to you to confirm your appointment. You can also call or WhatsApp us directly."},
{
- id: "q2",
- title: "What areas in Soweto do you cover?",
- content: "We proudly serve all major areas within Soweto, including Orlando East, Diepkloof, Pimville, Dobsonville, Dlamini, Meadowlands, and Moletsane. If you're unsure about your area, please contact us.",
- },
+ id: "q2", title: "What areas in Soweto do you cover?", content: "We proudly serve all major areas within Soweto, including Orlando East, Diepkloof, Pimville, Dobsonville, Dlamini, Meadowlands, and Moletsane. If you're unsure about your area, please contact us."},
{
- id: "q3",
- title: "What payment methods do you accept?",
- content: "We accept various convenient payment methods, including cash, EFT, and mobile payment options. Full details will be provided upon booking confirmation.",
- },
+ id: "q3", title: "What payment methods do you accept?", content: "We accept various convenient payment methods, including cash, EFT, and mobile payment options. Full details will be provided upon booking confirmation."},
{
- id: "q4",
- title: "Do I need to provide anything for the appointment?",
- content: "No, you don't! Our technicians come fully equipped with all necessary tools, products, and a portable setup to create a salon experience in your home. Just relax and enjoy your treatment.",
- },
+ id: "q4", title: "Do I need to provide anything for the appointment?", content: "No, you don't! Our technicians come fully equipped with all necessary tools, products, and a portable setup to create a salon experience in your home. Just relax and enjoy your treatment."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone-cane_23-2149438556.jpg"
imageAlt="Nail technician explaining service to a client at home"
@@ -407,18 +243,13 @@ export default function LandingPage() {
@@ -428,62 +259,37 @@ export default function LandingPage() {
logoText="Pops Perfection Nails"
columns={[
{
- title: "Services",
- items: [
+ title: "Services", items: [
{
- label: "Gel Overlays",
- href: "#services",
- },
+ label: "Gel Overlays", href: "#services"},
{
- label: "Acrylic Extensions",
- href: "#services",
- },
+ label: "Acrylic Extensions", href: "#services"},
{
- label: "Manicures",
- href: "#services",
- },
+ label: "Manicures", href: "#services"},
{
- label: "Pedicures",
- href: "#services",
- },
+ label: "Pedicures", href: "#services"},
{
- label: "Nail Art",
- href: "#services",
- },
+ label: "Nail Art", href: "#services"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "Testimonials",
- href: "#testimonials",
- },
+ label: "Testimonials", href: "#testimonials"},
{
- label: "FAQ",
- href: "#faq",
- },
+ label: "FAQ", href: "#faq"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}