diff --git a/src/app/page.tsx b/src/app/page.tsx index b5096ea..3f53956 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -147,24 +84,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Wig Installations", - description: "Flawless, natural-looking wig installs designed to elevate your style.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg?_wi=1", - imageAlt: "Wig install", - }, - { - title: "Signature Braids", - description: "Expertly crafted protective braid styles for modern sophistication.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-salon_23-2148976115.jpg", - imageAlt: "Braids", - }, - { - title: "Luxury Treatments", - description: "Deep conditioning and restorative treatments to maintain your hair health.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-flowing-shiny-long-brown-hair_23-2151989128.jpg", - imageAlt: "Treatment", - }, + { title: "Wig Installations", description: "Flawless, natural-looking wig installs designed to elevate your style.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-drying-woman39s-hair_657883-585.jpg", imageAlt: "Wig install" }, + { title: "Signature Braids", description: "Expertly crafted protective braid styles for modern sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-salon_23-2148976115.jpg", imageAlt: "Braids" }, + { title: "Luxury Treatments", description: "Deep conditioning and restorative treatments to maintain your hair health.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-flowing-shiny-long-brown-hair_23-2151989128.jpg", imageAlt: "Treatment" }, ]} title="Premium Hair & Beauty Services" description="Our stylists are dedicated to crafting personalized experiences for every client." @@ -173,64 +95,17 @@ export default function LandingPage() {