Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 925597a367 | |||
| ee893754ee | |||
| b64b81708e | |||
| 821348a75c | |||
| 461c50f411 | |||
| 1b762fd657 | |||
| 44be874abb | |||
| 5f7663c86b | |||
| 1ef65575e5 | |||
| 64d480a039 |
@@ -133,9 +133,6 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
},
|
||||
@@ -226,7 +223,7 @@ export default function LandingPage() {
|
||||
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: "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}
|
||||
@@ -241,16 +238,16 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Permanent Eyeliner", href: "#services" },
|
||||
{ label: "Consultations", href: "#services" },
|
||||
{ label: "Touch-Ups", href: "#services" },
|
||||
{ label: "Permanent Eyeliner", href: "services" },
|
||||
{ label: "Consultations", href: "services" },
|
||||
{ label: "Touch-Ups", href: "services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#why-us" },
|
||||
{ label: "Reviews", href: "#reviews" },
|
||||
{ label: "Contact", href: "#cta-banner" },
|
||||
{ label: "About Us", href: "why-us" },
|
||||
{ label: "Reviews", href: "reviews" },
|
||||
{ label: "Contact", href: "cta-banner" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user