Update src/app/about/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" },
|
||||
@@ -87,29 +84,11 @@ export default function AboutPage() {
|
||||
tagIcon={Award}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
description: "Decades of artistic expertise and luxury service delivery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=17",
|
||||
imageAlt: "Professional expertise",
|
||||
},
|
||||
id: "1", value: "10+", title: "Years Experience", description: "Decades of artistic expertise and luxury service delivery", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional expertise"},
|
||||
{
|
||||
id: "2",
|
||||
value: "119+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Growing loyal community of luxury beauty enthusiasts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=5",
|
||||
imageAlt: "Happy clients",
|
||||
},
|
||||
id: "2", value: "119+", title: "Satisfied Clients", description: "Growing loyal community of luxury beauty enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Happy clients"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Premium Materials",
|
||||
description: "Only luxury, professional-grade products and tools used",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=7",
|
||||
imageAlt: "Premium salon",
|
||||
},
|
||||
id: "3", value: "100%", title: "Premium Materials", description: "Only luxury, professional-grade products and tools used", imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Premium salon"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user