Update src/app/services/page.tsx

This commit is contained in:
2026-03-12 12:29:10 +00:00
parent d8e56c980b
commit a4495fb574

View File

@@ -15,7 +15,6 @@ export default function ServicesPage() {
{ name: "Home", id: "/" },
{ name: "About Us", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Bridal Studio", id: "/bridal" },
{ name: "Gallery", id: "/gallery" },
{ name: "Pricing", id: "/pricing" },
{ name: "Contact", id: "/contact" },
@@ -61,7 +60,7 @@ export default function ServicesPage() {
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
<div id="nav" data-section="nav">
<div id="nav" data-section="nav" className="fixed top-0 left-0 right-0 z-50">
<NavbarLayoutFloatingOverlay
brandName="Luxe Beauty Studio"
navItems={navItems.map((item) => ({
@@ -75,7 +74,7 @@ export default function ServicesPage() {
/>
</div>
<div id="hero" data-section="hero" className="relative min-h-screen bg-gradient-to-br from-white via-amber-50 to-orange-50">
<div id="hero" data-section="hero" className="relative min-h-screen bg-gradient-to-br from-white via-amber-50 to-orange-50 pt-24">
<HeroSplit
title="Our Premium Services"
description="Discover our comprehensive range of beauty services tailored to enhance your natural beauty and celebrate special moments. Each service is crafted with precision and care by our expert team."
@@ -99,7 +98,7 @@ export default function ServicesPage() {
/>
</div>
<div id="services" data-section="services" className="relative bg-white">
<div id="services" data-section="services" className="relative bg-white py-16 md:py-24">
<FeatureCardMedia
title="Beauty & Wellness Offerings"
description="From skincare to hair treatments and complete bridal transformations, our services are designed to make you feel confident and radiant"
@@ -124,7 +123,7 @@ export default function ServicesPage() {
/>
</div>
<div id="metrics" data-section="metrics" className="relative bg-gradient-to-br from-white via-amber-50 to-white">
<div id="metrics" data-section="metrics" className="relative bg-gradient-to-br from-white via-amber-50 to-white py-16 md:py-24">
<MetricCardEleven
title="Why Choose Luxe Beauty Studio"
description="Our commitment to excellence and customer satisfaction sets us apart in the beauty industry"
@@ -146,7 +145,7 @@ export default function ServicesPage() {
/>
</div>
<div id="contact" data-section="contact" className="relative bg-gradient-to-r from-amber-50 to-orange-50">
<div id="contact" data-section="contact" className="relative bg-gradient-to-r from-amber-50 to-orange-50 py-16 md:py-24">
<ContactSplitForm
title="Book Your Beauty Appointment"
description="Schedule your transformation today. Contact us to reserve your preferred date and time with our expert beauty professionals."