diff --git a/src/app/page.tsx b/src/app/page.tsx index f0a95b1..fd366c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; @@ -35,7 +34,6 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Services", id: "services" }, { name: "Gallery", id: "gallery" }, - { name: "Pricing", id: "pricing" }, { name: "Team", id: "team" }, { name: "Testimonials", id: "testimonials" }, { name: "Book Now", id: "contact" }, @@ -61,9 +59,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah J.", role: "Client", testimonial: "Matched my extensions perfectly — I was so happy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-posing-studio-photo_1301-6999.jpg" }, - { id: "2", name: "Michael C.", role: "Client", testimonial: "The staff went above and beyond — so friendly and supportive.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trendy-hairstyle_23-2149478912.jpg" }, - { id: "3", name: "Emily R.", role: "Client", testimonial: "My hair looked absolutely stunning — thank you!", imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg" }, + { id: "1", name: "Sarah J.", role: "Client", testimonial: "Matched my extensions perfectly — I was so happy." }, + { id: "2", name: "Michael C.", role: "Client", testimonial: "The staff went above and beyond — so friendly and supportive." }, + { id: "3", name: "Emily R.", role: "Client", testimonial: "My hair looked absolutely stunning — thank you!" }, ]} title="Client Stories" description="Hear how we've helped restore confidence and create stunning looks." @@ -97,21 +95,6 @@ export default function LandingPage() { /> -
- -
-