Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 925597a367 | |||
| ee893754ee |
@@ -49,23 +49,31 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1560066169-b279a6a4ac0f?w=800&q=80&_wi=1", imageAlt: "Permanent eyeliner enhancement procedure"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1560066169-b279a6a4ac0f?w=800&q=80&_wi=1", imageAlt: "Permanent eyeliner enhancement procedure"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&q=80&_wi=1", imageAlt: "Before and after permanent makeup results"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&q=80&_wi=1", imageAlt: "Before and after permanent makeup results"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800&q=80&_wi=1", imageAlt: "Belle Precisions professional studio"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800&q=80&_wi=1", imageAlt: "Belle Precisions professional studio"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=800&q=80&_wi=1", imageAlt: "Professional consultation appointment"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=800&q=80&_wi=1", imageAlt: "Professional consultation appointment"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160623-112ba8d25d1d?w=800&q=80&_wi=1", imageAlt: "Eyeliner enhancement service"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160623-112ba8d25d1d?w=800&q=80&_wi=1", imageAlt: "Eyeliner enhancement service"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&q=80&_wi=2", imageAlt: "Permanent makeup transformation"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&q=80&_wi=2", imageAlt: "Permanent makeup transformation"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800&q=80&_wi=2", imageAlt: "Clean professional environment"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800&q=80&_wi=2", imageAlt: "Clean professional environment"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=800&q=80&_wi=2", imageAlt: "Expert consultation with specialist"},
|
||||
imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b3f4?w=800&q=80&_wi=2", imageAlt: "Expert consultation with specialist"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "https://belleprecisions.square.site" },
|
||||
@@ -123,13 +131,14 @@ 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUfZ6EApIqxNnaHGb7WnzEObqO/uploaded-1772653494539-2rki62c3.png", imageAlt: "Professional permanent makeup service"},
|
||||
id: "1", name: "5-Star Rated Service", price: "Expert Care", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUfZ6EApIqxNnaHGb7WnzEObqO/uploaded-1772653494539-2rki62c3.png", imageAlt: "Professional permanent makeup service"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Anxiety-Reducing Experience", price: "You Feel Safe", imageSrc: "https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?w=800&q=80&_wi=3", imageAlt: "Calming professional environment"},
|
||||
id: "3", name: "Clear Process Explanation", price: "Knowledge & Confidence", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-eyeshadow-face_23-2148332492.jpg?id=5863649", imageAlt: "Expert consultation and guidance"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Clear Process Explanation", price: "Knowledge & Confidence", imageSrc: "http://img.b2bpic.net/free-photo/make-up-artist-applying-eyeshadow-face_23-2148332492.jpg?id=5863649", imageAlt: "Expert consultation and guidance"},
|
||||
{
|
||||
id: "4", name: "Precision-Focused Results", price: "Perfect Every Time", imageSrc: "http://img.b2bpic.net/premium-photo/eyebrows-girl-with-result-permanent-makeup-procedure-eyebrow-permanent-makeup-cosmetic-procedure_320071-5028.jpg?id=62220688", imageAlt: "Flawless permanent makeup results"},
|
||||
id: "4", name: "Precision-Focused Results", price: "Perfect Every Time", imageSrc: "http://img.b2bpic.net/premium-photo/eyebrows-girl-with-result-permanent-makeup-procedure-eyebrow-permanent-makeup-cosmetic-procedure_320071-5028.jpg?id=62220688", imageAlt: "Flawless permanent makeup results"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -145,16 +154,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/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?id=11072659", imageAlt: "Portrait of satisfied client Sarah"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?id=11072659", 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/beautiful-girl-looking-camera-sincerely-smiling-asian-woman-standing-white-background_574295-5989.jpg?id=27567628", imageAlt: "Portrait of satisfied client Michelle"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-looking-camera-sincerely-smiling-asian-woman-standing-white-background_574295-5989.jpg?id=27567628", imageAlt: "Portrait of satisfied client Michelle"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Retired Teacher", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/premium-photo/smiling-beautiful-brunette-relaxing-couch-looking-camera_13339-118180.jpg?id=1682068", imageAlt: "Portrait of satisfied client Emily"},
|
||||
imageSrc: "http://img.b2bpic.net/premium-photo/smiling-beautiful-brunette-relaxing-couch-looking-camera_13339-118180.jpg?id=1682068", imageAlt: "Portrait of satisfied client Emily"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jessica Williams", role: "Client", company: "Hot Springs Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/premium-photo/portrait-close-up-smiling-african-american-woman-garden-looking-camera-family-enjoying-time-home-lifestyle-concept_13339-304450.jpg?id=58616481", imageAlt: "Portrait of satisfied client Jessica"},
|
||||
imageSrc: "http://img.b2bpic.net/premium-photo/portrait-close-up-smiling-african-american-woman-garden-looking-camera-family-enjoying-time-home-lifestyle-concept_13339-304450.jpg?id=58616481", imageAlt: "Portrait of satisfied client Jessica"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -169,17 +182,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"
|
||||
@@ -193,15 +212,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: "What are our business hours?", content: "We're open Monday through Saturday, 9:00 AM to 5:00 PM. Sunday is closed. Walk-ins are welcome, but appointments are recommended to ensure your preferred time slot."},
|
||||
id: "3", title: "What are our business hours?", content: "We're open Monday through Saturday, 9:00 AM to 5:00 PM. Sunday is closed. Walk-ins are welcome, but appointments are recommended to ensure your preferred time slot."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user