Merge version_8 into main #16

Merged
bender merged 2 commits from version_8 into main 2026-03-04 20:43:46 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -8,7 +8,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Belle Precisions - Permanent Makeup in Hot Springs, AR", description: "Professional permanent eyeliner enhancement and cosmetic makeup services in Hot Springs, Arkansas. 5-star rated, women-owned clinic specializing in precision beauty treatments."};
title: "Belle Precisions - Permanent Makeup in Hot Springs, AR", description: "Professional permanent eyeliner enhancement and cosmetic makeup services in Hot Springs, Arkansas. 5-star rated, women-owned clinic specializing in precision beauty treatments."
};
export default function RootLayout({
children,

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
title="Wake Up Confident. Every Day."
description="Professional permanent makeup in Hot Springs, AR designed to save you time and enhance your natural beauty. 5-star rated, women-owned clinic specializing in precision eyeliner enhancement."
tag="5-Star Rated Local Clinic"
tag="5-Star Rated | 200+ Happy Clients"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "plain" }}
@@ -110,7 +110,8 @@ export default function LandingPage() {
description="Precision cosmetic enhancements designed to enhance your natural beauty and save you time every morning"
features={[
{
id: "consultation", title: "Consultation Services", description: "Personalized consultation to discuss your goals, concerns, and what to expect. We prioritize making nervous clients feel at ease.", tag: "Personalized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUfZ6EApIqxNnaHGb7WnzEObqO/uploaded-1772652899819-6tpq87ta.png", imageAlt: "Professional consultation service"},
id: "consultation", title: "Consultation Services", description: "Personalized consultation to discuss your goals, concerns, and what to expect. We prioritize making nervous clients feel at ease.", tag: "Personalized", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUfZ6EApIqxNnaHGb7WnzEObqO/uploaded-1772652899819-6tpq87ta.png", imageAlt: "Professional consultation service"
},
{
id: "eyeliner", title: "Permanent Eyeliner Enhancement", description: "Expert permanent eyeliner application that's smudge-proof, water-resistant, and perfectly even. Wake up confident every single day.", tag: "Most Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUfZ6EApIqxNnaHGb7WnzEObqO/uploaded-1772653517011-6grnxoqm.png", imageAlt: "Permanent eyeliner enhancement procedure", buttons: [{ text: "Book Now", href: "https://belleprecisions.square.site" }],
},