Merge version_1 into main #2

Merged
bender merged 7 commits from version_1 into main 2026-03-02 19:22:15 +00:00
7 changed files with 85 additions and 299 deletions

View File

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

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" },
@@ -73,33 +70,13 @@ export default function BookingPage() {
tag="Seamless Booking"
products={[
{
id: "step-1",
name: "Select Service",
price: "Browse",
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=3",
imageAlt: "Service selection interface",
},
id: "step-1", name: "Select Service", price: "Browse", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Service selection interface"},
{
id: "step-2",
name: "Choose Professional",
price: "Match",
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=5",
imageAlt: "Professional matching system",
},
id: "step-2", name: "Choose Professional", price: "Match", imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Professional matching system"},
{
id: "step-3",
name: "Pick Date & Time",
price: "Real-time",
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=4",
imageAlt: "Calendar scheduling system",
},
id: "step-3", name: "Pick Date & Time", price: "Real-time", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Calendar scheduling system"},
{
id: "step-4",
name: "Confirm & Pay",
price: "Secure",
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=4",
imageAlt: "Secure payment confirmation",
},
id: "step-4", name: "Confirm & Pay", price: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Secure payment confirmation"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -118,13 +95,11 @@ export default function BookingPage() {
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
textarea={{
name: "message",
placeholder: "Preferred service, date, or special requests...",
rows: 5,
name: "message", placeholder: "Preferred service, date, or special requests...", rows: 5,
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg"
imageAlt="Luxury salon interior"
mediaAnimation="opacity"
mediaPosition="right"

View File

@@ -15,8 +15,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" },
@@ -24,8 +23,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Book Now", href: "/booking" },
@@ -33,8 +31,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" },
@@ -75,13 +72,11 @@ export default function ContactPage() {
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
textarea={{
name: "message",
placeholder: "Your Message or Service Inquiry",
rows: 5,
name: "message", placeholder: "Your Message or Service Inquiry", rows: 5,
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=8"
imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg"
imageAlt="Luxury salon interior"
mediaAnimation="opacity"
mediaPosition="right"
@@ -99,7 +94,7 @@ export default function ContactPage() {
{ name: "location_phone", type: "tel", placeholder: "(251) 929-8443" },
]}
useInvertedBackground={false}
imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg"
imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg"
imageAlt="Studio location in Fairhope"
mediaAnimation="opacity"
mediaPosition="left"

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"

View File

@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const roboto = Roboto({
variable: "--font-roboto",
subsets: ["latin"],
variable: "--font-roboto", subsets: ["latin"],
weight: ["100", "300", "400", "500", "700", "900"],
});
export const metadata: Metadata = {
title: "Best Nail Salon in Fairhope AL | Barbie's Nail Studio | Premium Beauty",
description: "Luxury nail salon in Fairhope, AL specializing in GelX extensions, custom nail art, and premium manicures. 4.7★ rated with 119+ happy clients. Book now.",
keywords: "nail salon Fairhope AL, best nail salon Fairhope, GelX extensions Fairhope, nail art Fairhope, manicure Fairhope Alabama, luxury nail salon, premium nails",
metadataBase: new URL("https://barbiesnailstudio.com"),
title: "Best Nail Salon in Fairhope AL | Barbie's Nail Studio | Premium Beauty", description: "Luxury nail salon in Fairhope, AL specializing in GelX extensions, custom nail art, and premium manicures. 4.7★ rated with 119+ happy clients. Book now.", keywords: "nail salon Fairhope AL, best nail salon Fairhope, GelX extensions Fairhope, nail art Fairhope, manicure Fairhope Alabama, luxury nail salon, premium nails", metadataBase: new URL("https://barbiesnailstudio.com"),
alternates: {
canonical: "https://barbiesnailstudio.com",
},
canonical: "https://barbiesnailstudio.com"},
openGraph: {
title: "Barbie's Nail Studio | Premium Luxury Nails in Fairhope, AL",
description: "Experience cinematic luxury beauty. 4.7★ rated nail salon specializing in GelX extensions, custom art & premium services.",
url: "https://barbiesnailstudio.com",
siteName: "Barbie's Nail Studio",
type: "website",
images: [
title: "Barbie's Nail Studio | Premium Luxury Nails in Fairhope, AL", description: "Experience cinematic luxury beauty. 4.7★ rated nail salon specializing in GelX extensions, custom art & premium services.", url: "https://barbiesnailstudio.com", siteName: "Barbie's Nail Studio", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg",
alt: "Barbie's Nail Studio - Premium Luxury Nails",
},
url: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", alt: "Barbie's Nail Studio - Premium Luxury Nails"},
],
},
twitter: {
card: "summary_large_image",
title: "Barbie's Nail Studio | Top Rated Nail Salon in Fairhope",
description: "Luxury nail services featuring GelX extensions, custom art, and premium manicures. 4.7★ rated.",
images: ["http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg"],
card: "summary_large_image", title: "Barbie's Nail Studio | Top Rated Nail Salon in Fairhope", description: "Luxury nail services featuring GelX extensions, custom art, and premium manicures. 4.7★ rated.", images: ["http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg"],
},
robots: {
index: true,

View File

@@ -22,8 +22,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" },
@@ -31,8 +30,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
{ label: "Book Now", href: "/booking" },
@@ -40,8 +38,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" },
@@ -81,7 +78,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=1", imageAlt: "Premium luxury nail art showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Premium luxury nail art showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "Luxury nail studio professional environment" },
]}
mediaAnimation="opacity"
@@ -98,37 +95,13 @@ export default function HomePage() {
tagIcon={Crown}
metrics={[
{
id: "1",
value: "119+",
title: "Happy Clients",
description: "Growing luxury client base with exceptional retention",
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1",
imageAlt: "Satisfied client testimonial",
},
id: "1", value: "119+", title: "Happy Clients", description: "Growing luxury client base with exceptional retention", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Satisfied client testimonial"},
{
id: "2",
value: "4.7★",
title: "Client Rating",
description: "Premium service quality across all luxury experiences",
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=1",
imageAlt: "Premium salon environment",
},
id: "2", value: "4.7★", title: "Client Rating", description: "Premium service quality across all luxury experiences", imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Premium salon environment"},
{
id: "3",
value: "95%",
title: "Retention Rate",
description: "Elite clients returning for consistent excellence",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=2",
imageAlt: "Premium nail art results",
},
id: "3", value: "95%", title: "Retention Rate", description: "Elite clients returning for consistent excellence", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Premium nail art results"},
{
id: "4",
value: "#1",
title: "Top Rated Salon",
description: "Fairhope's most trusted luxury destination",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=3",
imageAlt: "Award winning nail designs",
},
id: "4", value: "#1", title: "Top Rated Salon", description: "Fairhope's most trusted luxury destination", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Award winning nail designs"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -144,39 +117,31 @@ export default function HomePage() {
tagIcon={Crown}
features={[
{
title: "GelX Extensions",
description: "Ultra-durable luxury extensions with custom design and artistic application. Perfect for premium aesthetics.",
icon: Sparkles,
title: "GelX Extensions", description: "Ultra-durable luxury extensions with custom design and artistic application. Perfect for premium aesthetics.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=4", imageAlt: "Professional GelX extensions application" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=5", 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.",
icon: Palette,
title: "Custom Nail Art", description: "One-of-a-kind artistic designs created by master technicians. Express your luxury style.", icon: Palette,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=6", imageAlt: "Artistic custom nail design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=7", 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.",
icon: Droplet,
title: "Luxury Pedicure", description: "Premium foot treatment with relaxation focus, premium products, and therapeutic experience.", icon: Droplet,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg?_wi=1", imageAlt: "Luxury pedicure spa treatment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=8", 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" },
],
},
{
title: "Premium Manicure",
description: "Elevated hand care with luxury products, precision technique, and complete pampering experience.",
icon: Hand,
title: "Premium Manicure", description: "Elevated hand care with luxury products, precision technique, and complete pampering experience.", icon: Hand,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-holding-hands_23-2148060438.jpg", imageAlt: "Premium manicure professional service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=2", imageAlt: "Luxury manicure station" },
{ imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Luxury manicure station" },
],
},
]}
@@ -194,33 +159,13 @@ export default function HomePage() {
tag="Smart Booking"
products={[
{
id: "step-1",
name: "Select Service",
price: "Browse",
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=1",
imageAlt: "Service selection interface",
},
id: "step-1", name: "Select Service", price: "Browse", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Service selection interface"},
{
id: "step-2",
name: "Choose Professional",
price: "Match",
imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=3",
imageAlt: "Professional matching system",
},
id: "step-2", name: "Choose Professional", price: "Match", imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Professional matching system"},
{
id: "step-3",
name: "Pick Date & Time",
price: "Real-time",
imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=2",
imageAlt: "Calendar scheduling system",
},
id: "step-3", name: "Pick Date & Time", price: "Real-time", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Calendar scheduling system"},
{
id: "step-4",
name: "Confirm & Pay",
price: "Secure",
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2",
imageAlt: "Secure payment confirmation",
},
id: "step-4", name: "Confirm & Pay", price: "Secure", imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Secure payment confirmation"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -236,59 +181,23 @@ export default function HomePage() {
tag="Social Proof"
testimonials={[
{
id: "1",
name: "Sarah Johnson",
handle: "@sarah_fairhope",
testimonial: "Barbie's is the only salon I trust for my nails. The precision, the atmosphere, the luxury experience—absolutely flawless. 5-star every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=3",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", handle: "@sarah_fairhope", testimonial: "Barbie's is the only salon I trust for my nails. The precision, the atmosphere, the luxury experience—absolutely flawless. 5-star every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Jennifer Martinez",
handle: "@jen_luxe",
testimonial: "The best nail salon in Fairhope by far. My custom designs always turn heads. Professional, elegant, and worth every penny.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1",
imageAlt: "Jennifer Martinez",
},
id: "2", name: "Jennifer Martinez", handle: "@jen_luxe", testimonial: "The best nail salon in Fairhope by far. My custom designs always turn heads. Professional, elegant, and worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Jennifer Martinez"},
{
id: "3",
name: "Amanda White",
handle: "@amanda_beauty",
testimonial: "I've been a client for years. Barbie's captures the essence of luxury beauty. The attention to detail is extraordinary.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2",
imageAlt: "Amanda White",
},
id: "3", name: "Amanda White", handle: "@amanda_beauty", testimonial: "I've been a client for years. Barbie's captures the essence of luxury beauty. The attention to detail is extraordinary.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Amanda White"},
{
id: "4",
name: "Michelle Chen",
handle: "@michelle_nails",
testimonial: "Premium service, premium results. Every visit feels like a spa retreat. Highly recommend for anyone serious about beauty.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageAlt: "Michelle Chen",
},
id: "4", name: "Michelle Chen", handle: "@michelle_nails", testimonial: "Premium service, premium results. Every visit feels like a spa retreat. Highly recommend for anyone serious about beauty.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Michelle Chen"},
{
id: "5",
name: "Lisa Rodriguez",
handle: "@lisa_style",
testimonial: "The booking system is so easy, the service is immaculate, and Barbie is incredibly talented. This is luxury done right.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3",
imageAlt: "Lisa Rodriguez",
},
id: "5", name: "Lisa Rodriguez", handle: "@lisa_style", testimonial: "The booking system is so easy, the service is immaculate, and Barbie is incredibly talented. This is luxury done right.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Lisa Rodriguez"},
{
id: "6",
name: "Victoria Park",
handle: "@victoria_luxe",
testimonial: "If you want salon perfection, this is it. Premium materials, artistic skill, and genuine care for clients. Absolutely divine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg",
imageAlt: "Victoria Park",
},
id: "6", name: "Victoria Park", handle: "@victoria_luxe", testimonial: "If you want salon perfection, this is it. Premium materials, artistic skill, and genuine care for clients. Absolutely divine.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Victoria Park"},
]}
showRating={true}
animationType="depth-3d"

View File

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