Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-02 19:22:09 +00:00
parent 634f6a9c22
commit 3f4fa20a10

View File

@@ -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"