diff --git a/src/app/page.tsx b/src/app/page.tsx
index 815598b..7b611dd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -42,7 +42,6 @@ export default function LandingPage() {
@@ -65,12 +65,12 @@ export default function LandingPage() {
animationType="none"
textboxLayout="default"
useInvertedBackground={false}
+ showStepNumbers={false}
features={[
{ title: "Precision Styling", description: "Expert cuts designed to enhance your unique features.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdressing-supplies-flat-lay_23-2148352954.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-facial-beauty-products-copy-space_23-2148299561.jpg" } },
{ title: "Skin Rejuvenation", description: "Custom facials for a radiant, healthy glow.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-using-nail-oil_23-2149171324.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure-cosmetologist-take-care-about-neck-face-skin-youthfull-wellness-hardware-face-cleaning-procedure_343596-7877.jpg" } },
{ title: "Color Artistry", description: "Luminous hair coloring with high-end, nourishing products.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-wearing-protective-face-mask-hair-wash-hairdresser-s_637285-8974.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668432.jpg" } },
]}
- showStepNumbers={false}
title="Our Signature Services"
description="From precision styling to rejuvenating skin treatments, we tailor every detail to you."
/>
@@ -80,6 +80,8 @@ export default function LandingPage() {
@@ -91,7 +93,9 @@ export default function LandingPage() {
{ id: "2", title: "Are walk-ins welcome?", content: "We recommend appointments to ensure we can dedicate the necessary time to your transformation." },
]}
title="Frequently Asked Questions"
+ description="Find answers to common questions about our salon services."
faqsAnimation="none"
+ useInvertedBackground={false}
textboxLayout="default"
/>
@@ -105,6 +109,8 @@ export default function LandingPage() {
{ id: "2", name: "Michael K.", role: "Client", company: "Local", rating: 5 },
]}
title="What Our Clients Say"
+ description="Real feedback from our happy clients in Splendora."
+ useInvertedBackground={false}
textboxLayout="default"
/>
@@ -117,6 +123,7 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
+ useInvertedBackground={false}
/>