diff --git a/src/app/page.tsx b/src/app/page.tsx
index b7c261e..8caebef 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,109 +31,47 @@ export default function LandingPage() {
@@ -143,7 +81,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Philosophy"
description="At Salon Greenwich, we believe hair styling is an art form. Our stylists bring bespoke care to every visit, ensuring you leave feeling confident and refreshed. We specialize in high-end haircare in a calming, minimalist environment."
- imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-posing-camera-against-background-large-window_1153-3649.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-posing-camera-against-background-large-window_1153-3649.jpg"
/>
@@ -152,27 +90,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- tag: "Styling",
- title: "Precision Cutting",
- subtitle: "Modern Cuts",
- description: "Expertly crafted cuts that suit your facial features and lifestyle.",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148122011.jpg",
- },
- {
- tag: "Treatment",
- title: "Deep Conditioning",
- subtitle: "Hydration Boost",
- description: "Restore shine and moisture with our premium conditioning rituals.",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-beauty-skin-care-spa-products_23-2147844990.jpg",
- },
- {
- tag: "Styling",
- title: "Signature Blow Dry",
- subtitle: "Glossy Finish",
- description: "The perfect blowout for any occasion, sleek or voluminous.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-chair-professional-hairdresser_23-2147769753.jpg",
- },
+ { tag: "Styling", title: "Precision Cutting", subtitle: "Modern Cuts", description: "Expertly crafted cuts that suit your facial features and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148122011.jpg" },
+ { tag: "Treatment", title: "Deep Conditioning", subtitle: "Hydration Boost", description: "Restore shine and moisture with our premium conditioning rituals.", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-beauty-skin-care-spa-products_23-2147844990.jpg" },
+ { tag: "Styling", title: "Signature Blow Dry", subtitle: "Glossy Finish", description: "The perfect blowout for any occasion, sleek or voluminous.", imageSrc: "http://img.b2bpic.net/free-photo/girl-chair-professional-hairdresser_23-2147769753.jpg" },
]}
title="Our Popular Services"
description="Curated treatments tailored to your unique hair profile."
@@ -183,53 +103,22 @@ export default function LandingPage() {
@@ -414,4 +199,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file