Merge version_2 into main #4
@@ -1,51 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Belle Precisions | Permanent Eyeliner Hot Springs, AR", description: "5-star permanent makeup clinic in Hot Springs, AR. Expert permanent eyeliner enhancement by women-owned business. Consultations available. Call (501) 359-2175 or book online.", keywords: "permanent eyeliner Hot Springs, permanent makeup Arkansas, cosmetic enhancement, beauty clinic, women-owned business", metadataBase: new URL("https://belleprecisions.com"),
|
||||
alternates: {
|
||||
canonical: "https://belleprecisions.com"},
|
||||
openGraph: {
|
||||
title: "Belle Precisions - Permanent Eyeliner in Hot Springs, AR", description: "Professional permanent makeup clinic specializing in precision eyeliner enhancement. 5-star rated, women-owned. Book your consultation today.", url: "https://belleprecisions.com", siteName: "Belle Precisions", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/high-angle-bride-getting-ready-wedding_23-2149860801.jpg", alt: "Belle Precisions permanent eyeliner service"},
|
||||
],
|
||||
type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Belle Precisions - Permanent Eyeliner", description: "Professional permanent makeup in Hot Springs, AR. 5-star rated, women-owned clinic.", images: ["http://img.b2bpic.net/free-photo/high-angle-bride-getting-ready-wedding_23-2149860801.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Belle Precisions - Permanent Makeup Hot Springs", description: "Professional permanent eyeliner enhancement in Hot Springs, AR. 5-star rated, women-owned clinic specializing in precision beauty services."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${publicSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1413,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -49,23 +49,31 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bride-getting-ready-wedding_23-2149860801.jpg?_wi=1", imageAlt: "Permanent eyeliner enhancement procedure"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bride-getting-ready-wedding_23-2149860801.jpg?_wi=1", imageAlt: "Permanent eyeliner enhancement procedure"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036921.jpg?_wi=1", imageAlt: "Before and after permanent makeup results"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036921.jpg?_wi=1", imageAlt: "Before and after permanent makeup results"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=1", imageAlt: "Belle Precisions professional studio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=1", imageAlt: "Belle Precisions professional studio"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cosmetology-reception_624325-2598.jpg?_wi=1", imageAlt: "Professional consultation appointment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cosmetology-reception_624325-2598.jpg?_wi=1", imageAlt: "Professional consultation appointment"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-master-put-eyebrow-paint-make-up-procedure_231208-3537.jpg?_wi=1", imageAlt: "Eyeliner enhancement service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-master-put-eyebrow-paint-make-up-procedure_231208-3537.jpg?_wi=1", imageAlt: "Eyeliner enhancement service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036921.jpg?_wi=2", imageAlt: "Permanent makeup transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036921.jpg?_wi=2", imageAlt: "Permanent makeup transformation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=2", imageAlt: "Clean professional environment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=2", imageAlt: "Clean professional environment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cosmetology-reception_624325-2598.jpg?_wi=2", imageAlt: "Expert consultation with specialist"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cosmetology-reception_624325-2598.jpg?_wi=2", imageAlt: "Expert consultation with specialist"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "https://belleprecisions.square.site" },
|
||||
@@ -73,6 +81,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", alt: "Sarah Johnson" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=1", alt: "Michelle Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", alt: "Emily Rodriguez" },
|
||||
]}
|
||||
avatarText="200+ Happy Clients"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,13 +131,17 @@ export default function LandingPage() {
|
||||
description="We combine expertise, comfort, and precision to deliver exceptional results you'll love"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "5-Star Rated Service", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bride-getting-ready-wedding_23-2149860801.jpg?_wi=2", imageAlt: "Professional permanent makeup service"},
|
||||
id: "1", name: "5-Star Rated Service", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bride-getting-ready-wedding_23-2149860801.jpg?_wi=2", imageAlt: "Professional permanent makeup service"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Anxiety-Reducing Experience", price: "You Feel Safe", imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=3", imageAlt: "Calming professional environment"},
|
||||
id: "2", name: "Anxiety-Reducing Experience", price: "You Feel Safe", imageSrc: "http://img.b2bpic.net/free-photo/empty-wintertime-luxury-ski-resort_482257-102290.jpg?_wi=3", imageAlt: "Calming professional environment"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Clear Process Explanation", price: "Knowledge & Confidence", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cosmetology-reception_624325-2598.jpg?_wi=4", imageAlt: "Expert consultation and guidance"},
|
||||
id: "3", name: "Clear Process Explanation", price: "Knowledge & Confidence", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-cosmetology-reception_624325-2598.jpg?_wi=4", imageAlt: "Expert consultation and guidance"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Precision-Focused Results", price: "Perfect Every Time", imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036921.jpg?_wi=4", imageAlt: "Flawless permanent makeup results"},
|
||||
id: "4", name: "Precision-Focused Results", price: "Perfect Every Time", imageSrc: "http://img.b2bpic.net/free-photo/rhinoplasty-surgery-concept-with-woman-model_23-2150036921.jpg?_wi=4", imageAlt: "Flawless permanent makeup results"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -139,16 +157,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Busy Mom", company: "Hot Springs Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Portrait of satisfied client Sarah"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Portrait of satisfied client Sarah"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michelle Chen", role: "Professional", company: "Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=1", imageAlt: "Portrait of satisfied client Michelle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=1", imageAlt: "Portrait of satisfied client Michelle"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Retired Teacher", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Portrait of satisfied client Emily"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Portrait of satisfied client Emily"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jessica Williams", role: "Client", company: "Hot Springs Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=2", imageAlt: "Portrait of satisfied client Jessica"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-attractive-caucasian-teenage-woman-with-long-dark-hair-sitting-desk-with-lots-textbooks_273609-1136.jpg?_wi=2", imageAlt: "Portrait of satisfied client Jessica"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -163,17 +185,23 @@ export default function LandingPage() {
|
||||
sideDescription="Everything you need to know about permanent eyeliner and our services"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Does permanent eyeliner hurt?", content: "Most clients report minimal discomfort. We use topical numbing cream to ensure your comfort throughout the procedure. Many describe it as a gentle sensation rather than pain."},
|
||||
id: "1", title: "Does permanent eyeliner hurt?", content: "Most clients report minimal discomfort. We use topical numbing cream to ensure your comfort throughout the procedure. Many describe it as a gentle sensation rather than pain."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How long does the appointment take?", content: "Initial appointments typically take 1.5-2 hours, including consultation, numbing time, and application. Follow-up appointments are usually 30-45 minutes."},
|
||||
id: "2", title: "How long does the appointment take?", content: "Initial appointments typically take 1.5-2 hours, including consultation, numbing time, and application. Follow-up appointments are usually 30-45 minutes."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How long will it last?", content: "Permanent eyeliner typically lasts 2-5 years depending on skin type, sun exposure, and aftercare. Touch-ups can refresh the color and shape as needed."},
|
||||
id: "3", title: "How long will it last?", content: "Permanent eyeliner typically lasts 2-5 years depending on skin type, sun exposure, and aftercare. Touch-ups can refresh the color and shape as needed."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is it safe?", content: "Yes. We use sterile, professional-grade equipment and follow strict hygiene protocols. All pigments are cosmetic-grade and hypoallergenic."},
|
||||
id: "4", title: "Is it safe?", content: "Yes. We use sterile, professional-grade equipment and follow strict hygiene protocols. All pigments are cosmetic-grade and hypoallergenic."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What is healing like?", content: "Healing typically takes 7-10 days. You may experience slight redness and swelling initially. We provide detailed aftercare instructions to ensure optimal results."},
|
||||
id: "5", title: "What is healing like?", content: "Healing typically takes 7-10 days. You may experience slight redness and swelling initially. We provide detailed aftercare instructions to ensure optimal results."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What if I'm nervous?", content: "We specialize in making nervous clients feel comfortable and safe. We take time to explain every step, answer questions, and work at your pace. Your comfort is our priority."},
|
||||
id: "6", title: "What if I'm nervous?", content: "We specialize in making nervous clients feel comfortable and safe. We take time to explain every step, answer questions, and work at your pace. Your comfort is our priority."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -187,15 +215,19 @@ export default function LandingPage() {
|
||||
ctaTitle="Ready to Simplify Your Morning Routine?"
|
||||
ctaDescription="Schedule your consultation today and discover how permanent eyeliner can save you time and boost your confidence."
|
||||
ctaButton={{
|
||||
text: "Book Your Appointment", href: "https://belleprecisions.square.site"}}
|
||||
text: "Book Your Appointment", href: "https://belleprecisions.square.site"
|
||||
}}
|
||||
ctaIcon={Calendar}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I book an appointment?", content: "You can book online through our Square booking system or call us at (501) 359-2175. We offer flexible scheduling to accommodate your needs."},
|
||||
id: "1", title: "How do I book an appointment?", content: "You can book online through our Square booking system or call us at (501) 359-2175. We offer flexible scheduling to accommodate your needs."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What should I do before my appointment?", content: "Avoid caffeine and blood thinners for 24 hours before your appointment. Come with a clean face and no heavy makeup. We'll provide a full pre-care guide when you book."},
|
||||
id: "2", title: "What should I do before my appointment?", content: "Avoid caffeine and blood thinners for 24 hours before your appointment. Come with a clean face and no heavy makeup. We'll provide a full pre-care guide when you book."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Do you offer touch-ups or refunds?", content: "We stand behind our work with complimentary touch-ups within the first 30 days if needed. Satisfaction is guaranteed."},
|
||||
id: "3", title: "Do you offer touch-ups or refunds?", content: "We stand behind our work with complimentary touch-ups within the first 30 days if needed. Satisfaction is guaranteed."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user