diff --git a/src/app/page.tsx b/src/app/page.tsx
index 390888b..6e2aaaf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,32 +31,32 @@ export default function LandingPage() {
@@ -65,12 +65,12 @@ export default function LandingPage() {
@@ -81,12 +81,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
textboxLayout="split"
useInvertedBackground={false}
- title="Premium Listings"
- description="Our curated collection of premier luxury properties."
+ title="Our Services"
+ description="Curated beauty experiences for your skin and soul."
products={[
- { id: "1", name: "The Horizon Penthouse", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg?_wi=2" },
- { id: "2", name: "Waterfront Villa", price: "$6.1M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg" },
- { id: "3", name: "City Escape", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2" }
+ { id: "1", name: "Skin Rejuvenation", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/spa-treatment-with-candles-flowers_23-2148419614.jpg?_wi=1" },
+ { id: "2", name: "Facial Sculpting", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-getting-facial-treatment-beauty-salon_1150-25555.jpg?_wi=1" },
+ { id: "3", name: "Glow Therapy", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-products-table_23-2148564264.jpg?_wi=1" }
]}
/>
@@ -94,11 +94,11 @@ export default function LandingPage() {
@@ -108,10 +108,10 @@ export default function LandingPage() {
faqsAnimation="slide-up"
textboxLayout="split"
title="FAQ"
- description="Frequently asked questions about luxury real estate services."
+ description="Everything you need to know about our services."
useInvertedBackground={false}
faqs={[
- { id: "q1", title: "How to start?", content: "Consultation is free for new clients." }
+ { id: "q1", title: "How can I book?", content: "You can book through our contact page or via social media." }
]}
/>
@@ -119,8 +119,8 @@ export default function LandingPage() {