Update src/app/services/page.tsx
This commit is contained in:
@@ -17,8 +17,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "GelX Extensions", href: "#services" },
|
||||
{ label: "Custom Nail Art", href: "#services" },
|
||||
{ label: "Luxury Pedicure", href: "#services" },
|
||||
@@ -26,8 +25,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Book Now", href: "/booking" },
|
||||
@@ -35,8 +33,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: (251) 929-8443", href: "tel:+12519298443" },
|
||||
{ label: "Email: info@barbiesnailstudio.com", href: "mailto:info@barbiesnailstudio.com" },
|
||||
{ label: "Location: Fairhope, AL", href: "#contact" },
|
||||
@@ -71,30 +68,24 @@ export default function ServicesPage() {
|
||||
tagIcon={Crown}
|
||||
features={[
|
||||
{
|
||||
title: "GelX Extensions",
|
||||
description: "Ultra-durable luxury extensions with custom design and artistic application. Perfect for premium aesthetics and long-lasting wear.",
|
||||
icon: Sparkles,
|
||||
title: "GelX Extensions", description: "Ultra-durable luxury extensions with custom design and artistic application. Perfect for premium aesthetics and long-lasting wear.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=9", imageAlt: "Professional GelX extensions application" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=10", imageAlt: "GelX extensions showcase" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional GelX extensions application" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "GelX extensions showcase" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Custom Nail Art",
|
||||
description: "One-of-a-kind artistic designs created by master technicians. Express your luxury style with bespoke creations.",
|
||||
icon: Palette,
|
||||
title: "Custom Nail Art", description: "One-of-a-kind artistic designs created by master technicians. Express your luxury style with bespoke creations.", icon: Palette,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=11", imageAlt: "Artistic custom nail design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=12", imageAlt: "Creative nail art masterpiece" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Artistic custom nail design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Creative nail art masterpiece" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Luxury Pedicure",
|
||||
description: "Premium foot treatment with relaxation focus, premium products, and therapeutic experience for total renewal.",
|
||||
icon: Droplet,
|
||||
title: "Luxury Pedicure", description: "Premium foot treatment with relaxation focus, premium products, and therapeutic experience for total renewal.", icon: Droplet,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg?_wi=2", imageAlt: "Luxury pedicure spa treatment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=13", imageAlt: "Professional pedicure results" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg", imageAlt: "Luxury pedicure spa treatment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional pedicure results" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -112,22 +103,13 @@ export default function ServicesPage() {
|
||||
tag="Support"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What makes GelX Extensions different from regular gel nails?",
|
||||
content: "GelX Extensions are ultra-durable, lightweight, and provide a natural appearance. They're applied directly over your natural nail with a patented extension system, lasting 3-4 weeks with minimal maintenance. Perfect for those seeking longevity and premium aesthetics.",
|
||||
},
|
||||
id: "1", title: "What makes GelX Extensions different from regular gel nails?", content: "GelX Extensions are ultra-durable, lightweight, and provide a natural appearance. They're applied directly over your natural nail with a patented extension system, lasting 3-4 weeks with minimal maintenance. Perfect for those seeking longevity and premium aesthetics."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long do custom nail designs take?",
|
||||
content: "Custom nail art typically takes 45-90 minutes depending on complexity and design intricacy. Our master technicians work meticulously to bring your vision to life with artistic precision and attention to detail.",
|
||||
},
|
||||
id: "2", title: "How long do custom nail designs take?", content: "Custom nail art typically takes 45-90 minutes depending on complexity and design intricacy. Our master technicians work meticulously to bring your vision to life with artistic precision and attention to detail."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your products hypoallergenic and safe?",
|
||||
content: "Yes. We use only professional-grade, luxury, hypoallergenic products. All materials are tested for safety and quality. We prioritize your health and comfort in every service.",
|
||||
},
|
||||
id: "3", title: "Are your products hypoallergenic and safe?", content: "Yes. We use only professional-grade, luxury, hypoallergenic products. All materials are tested for safety and quality. We prioritize your health and comfort in every service."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg"
|
||||
imageAlt="Premium salon environment"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user