11 Commits

Author SHA1 Message Date
e6cfbf9f3e Update src/app/page.tsx 2026-03-06 05:06:15 +00:00
c8061cb704 Update src/app/layout.tsx 2026-03-06 05:06:14 +00:00
ed00c434de Merge version_2 into main
Merge version_2 into main
2026-03-06 05:05:11 +00:00
f24709caa9 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:04:38 +00:00
8e6a063d5c Merge version_2 into main
Merge version_2 into main
2026-03-06 05:04:02 +00:00
d35ad42807 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:03:40 +00:00
ff906aa0a5 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:03:06 +00:00
29a37e2003 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:02:36 +00:00
533b1b1914 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:02:17 +00:00
400cde0524 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:01:52 +00:00
78f2387b91 Merge version_2 into main
Merge version_2 into main
2026-03-06 05:00:03 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Bilicsan Beauty - Premium Spa & Wellness Services", description: "Experience ultimate relaxation and self-care with professional spa, hair, and leg cleaning services tailored to your wellness journey."};
title: "Bilicsan Beauty - Premium Spa & Wellness Services", description: "Experience ultimate relaxation and self-care with professional spa and wellness services tailored to your beauty journey."};
export default function RootLayout({
children,

View File

@@ -33,7 +33,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Book Now", href: "#contact"}}
text: "Book Now", href: "#contact"
}}
animateOnLoad={true}
/>
</div>
@@ -41,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="Bilicsan Beauty"
description="Discover ultimate relaxation and self-care. Professional spa, hair, and leg cleaning services tailored to your wellness journey."
description="Discover ultimate relaxation and self-care. Professional spa and wellness services tailored to your beauty journey."
buttons={[
{ text: "Book Your Spa Day", href: "#contact" },
{ text: "Explore Services", href: "#services" },
@@ -63,13 +64,12 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Hair Care", title: "Professional Hair Cleaning", subtitle: "Expert care for your hair", description: "Our skilled professionals provide deep cleaning, conditioning, and styling services tailored to your hair type. From gentle cleansing to revitalizing treatments, we ensure your hair looks and feels its best.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-giving-hairstyle-young-woman_23-2147769862.jpg", imageAlt: "Professional hair cleaning service"},
tag: "Spa", title: "Spa & Wellness", subtitle: "Ultimate relaxation experience", description: "Indulge in our comprehensive spa services featuring massages, body treatments, and aromatherapy. Our tranquil environment combined with expert techniques helps you unwind and rejuvenate completely.", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-towels-tropical-leaf-wooden-wall_169016-5921.jpg", imageAlt: "Relaxing spa treatment"
},
{
id: 2,
tag: "Spa", title: "Spa & Wellness", subtitle: "Ultimate relaxation experience", description: "Indulge in our comprehensive spa services featuring massages, body treatments, and aromatherapy. Our tranquil environment combined with expert techniques helps you unwind and rejuvenate completely.", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-towels-tropical-leaf-wooden-wall_169016-5921.jpg", imageAlt: "Relaxing spa treatment"},
{
id: 3,
tag: "Leg Care", title: "Professional Leg Cleaning", subtitle: "Rejuvenate your legs", description: "Specialized cleaning and care treatments for your legs and feet. From gentle exfoliation to moisturizing therapies, we provide complete leg care that leaves you feeling refreshed and renewed.", imageSrc: "http://img.b2bpic.net/free-photo/foot-massage-modern-day-spa-foot-reflexology_169016-69244.jpg", imageAlt: "Professional leg and foot care"},
tag: "Leg Care", title: "Professional Leg Cleaning", subtitle: "Rejuvenate your legs", description: "Specialized cleaning and care treatments for your legs and feet. From gentle exfoliation to moisturizing therapies, we provide complete leg care that leaves you feeling refreshed and renewed.", imageSrc: "http://img.b2bpic.net/free-photo/foot-massage-modern-day-spa-foot-reflexology_169016-69244.jpg", imageAlt: "Professional leg and foot care"
}
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -97,7 +97,8 @@ export default function LandingPage() {
description="Join thousands of satisfied clients who have experienced transformative beauty and wellness services with Bilicsan Beauty."
tag="Testimonials"
names={[
"Wellness Warriors", "Beauty Seekers", "Spa Lovers", "Self-Care Community", "Relaxation Enthusiasts", "Glamour Group", "Natural Beauty Circle"]}
"Wellness Warriors", "Beauty Seekers", "Spa Lovers", "Self-Care Community", "Relaxation Enthusiasts", "Glamour Group", "Natural Beauty Circle"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}