diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b2324b..a7785af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,18 +28,9 @@ export default function LandingPage() {
@@ -121,10 +75,7 @@ export default function LandingPage() { title="As Featured In" description="Recognized by industry leaders for our commitment to excellence and innovation in modern hairstyling." names={[ - "Vogue Salon Guide", - "City Lifestyle Mag", - "Modern Hair Quarterly", - "Style Authority", + "Vogue Salon Guide", "City Lifestyle Mag", "Modern Hair Quarterly", "Style Authority" ]} /> @@ -138,21 +89,8 @@ export default function LandingPage() { title="Meet The Visionaries" description="The creative force behind every transformation." members={[ - { - id: "m1", - name: "Prashant Kumar", - role: "Lead Stylist", - description: "Expert in geometric cuts and avant-garde styles.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg?_wi=1", - }, - { - id: "m2", - name: "Anita R.", - role: "Colorist", - company: "Color Lab", - description: "Specializing in balayage and vivid color transformations.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg?_wi=1", - }, + { id: "m1", name: "Prashant Kumar", role: "Lead Stylist", description: "Expert in geometric cuts and avant-garde styles.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-3790.jpg" }, + { id: "m2", name: "Anita R.", role: "Colorist", description: "Specializing in balayage and vivid color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg" } ]} /> @@ -165,24 +103,8 @@ export default function LandingPage() { title="Our Impact" description="Numbers speak to our commitment and the trust our clients place in us every day." metrics={[ - { - id: "1", - value: "500+", - title: "Happy Clients", - items: [ - "Daily appointments", - "Regular check-ins", - ], - }, - { - id: "2", - value: "15+", - title: "Years of Craft", - items: [ - "Established in 2008", - "Innovation leader", - ], - }, + { id: "1", value: "500+", title: "Happy Clients", items: ["Daily appointments", "Regular check-ins"] }, + { id: "2", value: "15+", title: "Years of Craft", items: ["Established in 2008", "Innovation leader"] } ]} /> @@ -190,14 +112,8 @@ export default function LandingPage() { diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f35c8fd..38bf6f4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -export default function LandingPage() { +export default function ServicesPage() { return (