diff --git a/src/app/page.tsx b/src/app/page.tsx
index 854a7e6..c9a5dd8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,14 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FaqDouble from '@/components/sections/faq/FaqDouble';
+import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
-import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,17 +43,10 @@ export default function LandingPage() {
@@ -78,11 +56,7 @@ export default function LandingPage() {
@@ -91,24 +65,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Expert Manicures",
- description: "Clean, detailed, and professional nail care for the perfect finish.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-using-cuticle-tool-manicure_23-2149171295.jpg?_wi=1",
- imageAlt: "Manicure services",
- },
- {
- title: "Body Massage",
- description: "Relaxing and therapeutic body treatments to soothe and rejuvenate you.",
- imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-back-woman_23-2147816947.jpg?_wi=1",
- imageAlt: "Massage therapy",
- },
- {
- title: "Hair Consultation",
- description: "Personalized styling and color consultations from our experienced stylists.",
- imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1",
- imageAlt: "Hair styling",
- },
+ { title: "Expert Manicures", description: "Clean, detailed, and professional nail care for the perfect finish.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-using-cuticle-tool-manicure_23-2149171295.jpg?_wi=1" },
+ { title: "Body Massage", description: "Relaxing and therapeutic body treatments to soothe and rejuvenate you.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-back-woman_23-2147816947.jpg?_wi=1" },
+ { title: "Hair Consultation", description: "Personalized styling and color consultations from our experienced stylists.", imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-tools-arrangement-top-view_23-2149552385.jpg?_wi=1" },
]}
title="Our Premium Services"
description="Comprehensive beauty and spa treatments designed for your ultimate wellness."
@@ -122,24 +81,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "1",
- name: "Fatima",
- role: "Senior Stylist",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-chambermaid-holding-her-collar-standing-hotel-room_23-2148033204.jpg",
- },
- {
- id: "2",
- name: "Sarah",
- role: "Spa Therapist",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-tattoo-artist_23-2149445990.jpg",
- },
- {
- id: "3",
- name: "Amina",
- role: "Nail Technician",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-women-dentists-dentistry-concept-portrait-happy-women_169016-67115.jpg",
- },
+ { id: "1", name: "Fatima", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-chambermaid-holding-her-collar-standing-hotel-room_23-2148033204.jpg" },
+ { id: "2", name: "Sarah", role: "Spa Therapist", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-tattoo-artist_23-2149445990.jpg" },
+ { id: "3", name: "Amina", role: "Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/attractive-women-dentists-dentistry-concept-portrait-happy-women_169016-67115.jpg" },
]}
title="Meet Our Expert Staff"
description="Highly trained beauty professionals dedicated to your satisfaction."
@@ -152,39 +96,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "1",
- badge: "Essential",
- price: "AED 150",
- subtitle: "Basic Care",
- features: [
- "Manicure",
- "Pedicure",
- "Hair Wash",
- ],
- },
- {
- id: "2",
- badge: "Premium",
- price: "AED 350",
- subtitle: "Relaxation Combo",
- features: [
- "Massage (60min)",
- "Facial",
- "Nail Treatment",
- ],
- },
- {
- id: "3",
- badge: "Elite",
- price: "AED 600",
- subtitle: "Full Experience",
- features: [
- "Moroccan Bath",
- "Full Body Massage",
- "Full Style Change",
- ],
- },
+ { id: "1", badge: "Essential", price: "AED 150", subtitle: "Basic Care", features: ["Manicure", "Pedicure", "Hair Wash"] },
+ { id: "2", badge: "Premium", price: "AED 350", subtitle: "Relaxation Combo", features: ["Massage (60min)", "Facial", "Nail Treatment"] },
+ { id: "3", badge: "Elite", price: "AED 600", subtitle: "Full Experience", features: ["Moroccan Bath", "Full Body Massage", "Full Style Change"] },
]}
title="Our Treatment Menu"
description="Transparent pricing for a range of luxury salon and spa services."
@@ -192,127 +106,54 @@ export default function LandingPage() {