Merge version_5 into main #5

Merged
bender merged 2 commits from version_5 into main 2026-02-17 05:10:25 +00:00
2 changed files with 15 additions and 8 deletions

View File

@@ -7,7 +7,8 @@ import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "GlowUp Beauty Clinic", description: "Premium beauty treatments delivered by expert professionals"};
title: "GlowUp Beauty Clinic", description: "Premium beauty treatments delivered by expert professionals"
};
export default function RootLayout({
children,
@@ -1237,4 +1238,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -44,17 +44,23 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Premium Beauty Treatments"
description="Expert professionals delivering transformative skincare, styling, and wellness services in a luxurious environment."
tag="Beauty & Wellness"
background={{ variant: "plain" }}
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "Learn More", href: "services" }
]}
imageSrc="https://img.b2bpic.net/free-photo/two-female-friends-relaxing-spa-holding-cocktails_1157-49807.jpg"
imageAlt="Luxurious beauty clinic interior with modern design"
videoSrc={undefined}
videoAriaLabel="Hero video"
layoutOrder="default"
mediaItems={[
{
imageSrc: "https://img.b2bpic.net/free-photo/two-female-friends-relaxing-spa-holding-cocktails_1157-49807.jpg", imageAlt: "Luxurious beauty clinic interior with modern design"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg", imageAlt: "Professional spa treatment room"
}
]}
mediaAnimation="opacity"
frameStyle="card"
rating={5}
ratingText="Rated 5 stars by our clients"
buttonAnimation="slide-up"
/>
</div>