From fc4db14ed021ae0b5e8b87072fcdb31a2f79c354 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:22:07 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7bfa0a6..34b711a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"