10 Commits

Author SHA1 Message Date
925597a367 Update src/app/page.tsx 2026-03-04 20:31:19 +00:00
ee893754ee Merge version_4 into main
Merge version_4 into main
2026-03-04 20:16:49 +00:00
b64b81708e Update src/app/page.tsx 2026-03-04 20:16:45 +00:00
821348a75c Merge version_3 into main
Merge version_3 into main
2026-03-04 20:11:40 +00:00
461c50f411 Merge version_3 into main
Merge version_3 into main
2026-03-04 20:10:13 +00:00
1b762fd657 Merge version_3 into main
Merge version_3 into main
2026-03-04 20:08:38 +00:00
44be874abb Merge version_3 into main
Merge version_3 into main
2026-03-04 20:00:01 +00:00
5f7663c86b Merge version_3 into main
Merge version_3 into main
2026-03-04 19:56:22 +00:00
1ef65575e5 Merge version_3 into main
Merge version_3 into main
2026-03-04 19:49:57 +00:00
64d480a039 Merge version_3 into main
Merge version_3 into main
2026-03-04 19:49:07 +00:00

View File

@@ -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" },
],
},
{