11 Commits

Author SHA1 Message Date
50bfa8e619 Merge version_4 into main
Merge version_4 into main
2026-06-12 08:24:54 +00:00
2b194178b4 Update src/app/page.tsx 2026-06-12 08:24:51 +00:00
21652dd8fc Merge version_3 into main
Merge version_3 into main
2026-06-12 08:22:59 +00:00
300f23af03 Update src/app/page.tsx 2026-06-12 08:22:53 +00:00
c7a54afea8 Merge version_3 into main
Merge version_3 into main
2026-06-12 08:22:32 +00:00
a1ed8b17ae Update src/app/page.tsx 2026-06-12 08:22:26 +00:00
2d6db3cb8d Merge version_2 into main
Merge version_2 into main
2026-06-12 08:20:20 +00:00
fde61a171e Update src/app/page.tsx 2026-06-12 08:20:14 +00:00
928f3620fc Merge version_1 into main
Merge version_1 into main
2026-06-12 08:15:41 +00:00
90bc2619a9 Merge version_1 into main
Merge version_1 into main
2026-06-12 08:15:14 +00:00
b578a2dade Merge version_1 into main
Merge version_1 into main
2026-06-12 08:14:24 +00:00

View File

@@ -63,8 +63,8 @@ export default function LandingPage() {
{ text: "Book Now", href: "#contact" }, { text: "Book Now", href: "#contact" },
{ text: "View Services", href: "#services" } { text: "View Services", href: "#services" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/bedroom-with-chandelier-bed-with-blanket-it_188544-33431.jpg" imageSrc="https://images.unsplash.com/photo-1544118318-9730dda83a54?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
imageAlt="luxury spa interior soft lighting" imageAlt="Minimalist, serene spa interior with clean lines"
showBlur={true} showBlur={true}
textPosition="bottom" textPosition="bottom"
/> />
@@ -112,7 +112,7 @@ export default function LandingPage() {
<MediaAbout <MediaAbout
title="Your Sanctuary of Serenity" title="Your Sanctuary of Serenity"
description="At Lavish Beauty Clinic, we've created an oasis where spotlessly clean elegance meets ultimate relaxation. Our commitment to pristine hygiene ensures every visit is safe and comfortable. We blend luxurious treatments with a warm, welcoming atmosphere, making every moment of your beauty journey a truly tranquil escape." description="At Lavish Beauty Clinic, we've created an oasis where spotlessly clean elegance meets ultimate relaxation. Our commitment to pristine hygiene ensures every visit is safe and comfortable. We blend luxurious treatments with a warm, welcoming atmosphere, making every moment of your beauty journey a truly tranquil escape."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-standing-bathroom_1157-20467.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-standing-bathroom_1157-20467.jpg?_wi=2"
imageAlt="spotlessly clean beauty clinic interior" imageAlt="spotlessly clean beauty clinic interior"
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -227,4 +227,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }