diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 8c62b3e..f30610a 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -16,8 +16,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" }, @@ -25,8 +24,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Book Now", href: "/booking" }, @@ -34,8 +32,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" }, @@ -70,49 +67,13 @@ export default function GalleryPage() { tagIcon={Image} blogs={[ { - id: "1", - category: "GelX", - title: "Premium GelX Collection", - excerpt: "Luxury extensions with custom designs showcasing artistic excellence and precision craftsmanship", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=14", - imageAlt: "Premium GelX extensions", - authorName: "Barbie's Studio", - authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", - date: "Featured", - }, + id: "1", category: "GelX", title: "Premium GelX Collection", excerpt: "Luxury extensions with custom designs showcasing artistic excellence and precision craftsmanship", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Premium GelX extensions", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", date: "Featured"}, { - id: "2", - category: "Nail Art", - title: "Custom Artistic Designs", - excerpt: "One-of-a-kind nail art created by master technicians for luxury clients", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=15", - imageAlt: "Custom nail art design", - authorName: "Barbie's Studio", - authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", - date: "Featured", - }, + id: "2", category: "Nail Art", title: "Custom Artistic Designs", excerpt: "One-of-a-kind nail art created by master technicians for luxury clients", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Custom nail art design", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", date: "Featured"}, { - id: "3", - category: "Pedicure", - title: "Luxury Pedicure Results", - excerpt: "Premium foot treatments transforming style with professional precision and relaxation", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=16", - imageAlt: "Luxury pedicure showcase", - authorName: "Barbie's Studio", - authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", - date: "Featured", - }, + id: "3", category: "Pedicure", title: "Luxury Pedicure Results", excerpt: "Premium foot treatments transforming style with professional precision and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Luxury pedicure showcase", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", date: "Featured"}, { - id: "4", - category: "Manicure", - title: "Premium Hand Care", - excerpt: "Elevated manicure experiences combining aesthetics, precision, and complete pampering", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg", - imageAlt: "Premium manicure results", - authorName: "Barbie's Studio", - authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", - date: "Featured", - }, + id: "4", category: "Manicure", title: "Premium Hand Care", excerpt: "Elevated manicure experiences combining aesthetics, precision, and complete pampering", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg", imageAlt: "Premium manicure results", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", date: "Featured"}, ]} animationType="blur-reveal" textboxLayout="default"