diff --git a/src/app/page.tsx b/src/app/page.tsx
index 629e246..dcc5377 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
+import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -49,54 +44,15 @@ export default function LandingPage() {
@@ -107,12 +63,9 @@ export default function LandingPage() {
title="Crafting Your Perfect Look"
description="At Hair Court, we believe your hair is your crown. Located in Galaxy Business Park, we offer a sanctuary of beauty and precision."
bulletPoints={[
- {
- title: "Expert Stylists", description: "Highly trained professionals specializing in the latest techniques."},
- {
- title: "Premium Products", description: "We only use world-class products for your hair and skin."},
- {
- title: "Relaxing Environment", description: "Enjoy a serene atmosphere designed for your ultimate comfort."},
+ { title: "Expert Stylists", description: "Highly trained professionals specializing in the latest techniques." },
+ { title: "Premium Products", description: "We only use world-class products for your hair and skin." },
+ { title: "Relaxing Environment", description: "Enjoy a serene atmosphere designed for your ultimate comfort." },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-putting-face-client-towel_23-2147737012.jpg?_wi=2"
mediaAnimation="blur-reveal"
@@ -124,40 +77,34 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- negativeCard={{
- items: [
- "Body Waxing", "Massages", "Pedicure", "Perms", "Shaving", "Skin Care"],
- }}
- positiveCard={{
- items: [
- "Haircuts", "Balayage", "Hair Extensions", "Bridal Services", "Facials", "Manicure"],
- }}
+ negativeCard={{ items: ["Body Waxing", "Massages", "Pedicure", "Perms", "Shaving", "Skin Care"] }}
+ positiveCard={{ items: ["Haircuts", "Balayage", "Hair Extensions", "Bridal Services", "Facials", "Manicure"] }}
title="Comprehensive Salon Services"
description="Explore our extensive range of high-quality hair, skin, and spa services designed to make you look and feel your absolute best."
/>
@@ -222,54 +145,25 @@ export default function LandingPage() {
);
-}
+}"
+ }
+ ],
+ "rawPlan": "I've updated the salon's pricing section to a more detailed and stylish layout, clearly showcasing three service tiers with specific features, pricing, and descriptions, making it easier for clients to choose the package that best fits their needs."
+}
\ No newline at end of file