Merge version_1 into main #2
@@ -31,9 +31,7 @@ export default function BookAppointmentPage() {
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/book-appointment",
|
||||
}}
|
||||
text: "Book Now", href: "/book-appointment"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -43,10 +41,9 @@ export default function BookAppointmentPage() {
|
||||
title="Book Your Appointment"
|
||||
description="Ready to experience luxury nail care? Contact us to schedule your appointment or visit us in person. We're here to make your nails as beautiful as your vacation dreams."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Appointment"
|
||||
@@ -56,72 +53,45 @@ export default function BookAppointmentPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
|
||||
imageAlt="Vacation Nail Bar salon interior ambiance"
|
||||
logoText="Vacation Nail Bar"
|
||||
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Manicures",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Manicures", href: "/gallery"},
|
||||
{
|
||||
label: "Pedicures",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Pedicures", href: "/gallery"},
|
||||
{
|
||||
label: "Gel Extensions",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gel Extensions", href: "/gallery"},
|
||||
{
|
||||
label: "Nail Art",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Nail Art", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "About Us", href: "/gallery"},
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "/book-appointment",
|
||||
},
|
||||
label: "Book Appointment", href: "/book-appointment"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/book-appointment",
|
||||
},
|
||||
label: "Contact", href: "/book-appointment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: (972) 555-0123",
|
||||
href: "tel:+19725550123",
|
||||
},
|
||||
label: "Phone: (972) 555-0123", href: "tel:+19725550123"},
|
||||
{
|
||||
label: "Address: 4709 State Hwy 121 #128",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 4709 State Hwy 121 #128", href: "#"},
|
||||
{
|
||||
label: "The Colony, TX 75056",
|
||||
href: "#",
|
||||
},
|
||||
label: "The Colony, TX 75056", href: "#"},
|
||||
{
|
||||
label: "Hours: Mon-Sat 10am-7pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Mon-Sat 10am-7pm", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Manicures", href: "/" },
|
||||
{ label: "Pedicures", href: "/" },
|
||||
{ label: "Gel Extensions", href: "/" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Book Appointment", href: "/book-appointment" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (972) 555-0123", href: "tel:+19725550123" },
|
||||
{ label: "Address: 4709 State Hwy 121 #128", href: "#" },
|
||||
{ label: "The Colony, TX 75056", href: "#" },
|
||||
@@ -63,9 +60,7 @@ export default function ContactPage() {
|
||||
brandName="Vacation Nail Bar"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/book-appointment",
|
||||
}}
|
||||
text: "Book Now", href: "/book-appointment"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,10 +71,9 @@ export default function ContactPage() {
|
||||
title="Contact Us"
|
||||
description="Have questions or want to book an appointment? Reach out to us and we'll respond shortly. Visit our salon or call for immediate assistance."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
@@ -89,7 +83,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
|
||||
imageAlt="Vacation Nail Bar salon interior"
|
||||
logoText="Vacation Nail Bar"
|
||||
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
|
||||
|
||||
@@ -32,9 +32,7 @@ export default function GalleryPage() {
|
||||
{ name: "About", id: "about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/book-appointment",
|
||||
}}
|
||||
text: "Book Now", href: "/book-appointment"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -43,60 +41,24 @@ export default function GalleryPage() {
|
||||
title="Gallery"
|
||||
description="Discover our latest nail art creations and design inspirations. Each design is a masterpiece crafted with precision and creativity."
|
||||
tag="Latest Work"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "art-1",
|
||||
name: "Tropical Paradise",
|
||||
price: "Starting at $45",
|
||||
variant: "Gel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oriental-style-pin-with-stones-it-high-quality-photo_114579-12248.jpg?_wi=2",
|
||||
imageAlt: "Tropical nail art with vibrant colors",
|
||||
},
|
||||
id: "art-1", name: "Tropical Paradise", price: "Starting at $45", variant: "Gel", imageSrc: "http://img.b2bpic.net/free-photo/oriental-style-pin-with-stones-it-high-quality-photo_114579-12248.jpg", imageAlt: "Tropical nail art with vibrant colors"},
|
||||
{
|
||||
id: "art-2",
|
||||
name: "Ocean Waves",
|
||||
price: "Starting at $50",
|
||||
variant: "Acrylic",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148271143.jpg?_wi=2",
|
||||
imageAlt: "Ocean wave design on acrylic nails",
|
||||
},
|
||||
id: "art-2", name: "Ocean Waves", price: "Starting at $50", variant: "Acrylic", imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148271143.jpg", imageAlt: "Ocean wave design on acrylic nails"},
|
||||
{
|
||||
id: "art-3",
|
||||
name: "Sunset Glow",
|
||||
price: "Starting at $55",
|
||||
variant: "Gel Art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-yellow-glitter-manicure-holding-narcissus-flower_127675-2609.jpg?_wi=2",
|
||||
imageAlt: "Warm sunset inspired nail design",
|
||||
},
|
||||
id: "art-3", name: "Sunset Glow", price: "Starting at $55", variant: "Gel Art", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-yellow-glitter-manicure-holding-narcissus-flower_127675-2609.jpg", imageAlt: "Warm sunset inspired nail design"},
|
||||
{
|
||||
id: "art-4",
|
||||
name: "Gold Shimmer",
|
||||
price: "Starting at $40",
|
||||
variant: "Gel",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/yeah-word-text-glitter-typography_53876-111673.jpg?_wi=2",
|
||||
imageAlt: "Elegant gold shimmer gel manicure",
|
||||
},
|
||||
id: "art-4", name: "Gold Shimmer", price: "Starting at $40", variant: "Gel", imageSrc: "http://img.b2bpic.net/free-vector/yeah-word-text-glitter-typography_53876-111673.jpg", imageAlt: "Elegant gold shimmer gel manicure"},
|
||||
{
|
||||
id: "art-5",
|
||||
name: "Coral Dreams",
|
||||
price: "Starting at $48",
|
||||
variant: "Dip Powder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-covering-her-mouth-while-holding-cupcake_23-2148466417.jpg?_wi=2",
|
||||
imageAlt: "Coral and pink ombre dip powder nails",
|
||||
},
|
||||
id: "art-5", name: "Coral Dreams", price: "Starting at $48", variant: "Dip Powder", imageSrc: "http://img.b2bpic.net/free-photo/woman-covering-her-mouth-while-holding-cupcake_23-2148466417.jpg", imageAlt: "Coral and pink ombre dip powder nails"},
|
||||
{
|
||||
id: "art-6",
|
||||
name: "Crystal Palace",
|
||||
price: "Starting at $60",
|
||||
variant: "Acrylic Art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enigmatic-trendy-young-european-woman-with-blonde-dyed-hair-crystals-her-face-as-part-make-up-covering-one-eye-with-palm-showing-polished-nails-art-cosmetics_343059-4347.jpg?_wi=2",
|
||||
imageAlt: "Crystal embellished luxury nail art",
|
||||
},
|
||||
id: "art-6", name: "Crystal Palace", price: "Starting at $60", variant: "Acrylic Art", imageSrc: "http://img.b2bpic.net/free-photo/enigmatic-trendy-young-european-woman-with-blonde-dyed-hair-crystals-her-face-as-part-make-up-covering-one-eye-with-palm-showing-polished-nails-art-cosmetics_343059-4347.jpg", imageAlt: "Crystal embellished luxury nail art"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,18 +67,14 @@ export default function GalleryPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to Vacation Nail Bar",
|
||||
},
|
||||
type: "text", content: "Welcome to Vacation Nail Bar"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Visit",
|
||||
href: "/book-appointment",
|
||||
},
|
||||
text: "Book Your Visit", href: "/book-appointment"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -125,154 +83,67 @@ export default function GalleryPage() {
|
||||
title="What Our Clients Say"
|
||||
description="Join hundreds of satisfied customers who have experienced the Vacation Nail Bar difference."
|
||||
tag="Client Love"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
date: "March 2025",
|
||||
title: "Absolutely Perfect!",
|
||||
quote: "The staff is so friendly and professional. My nails look amazing and lasted weeks! This is my new favorite place.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
avatarAlt: "woman portrait professional headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ring-friends_23-2147807480.jpg?_wi=2",
|
||||
imageAlt: "happy woman manicure nail salon",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", date: "March 2025", title: "Absolutely Perfect!", quote: "The staff is so friendly and professional. My nails look amazing and lasted weeks! This is my new favorite place.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", avatarAlt: "woman portrait professional headshot", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ring-friends_23-2147807480.jpg", imageAlt: "happy woman manicure nail salon"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jennifer Lee",
|
||||
date: "February 2025",
|
||||
title: "Luxury Experience",
|
||||
quote: "From the moment I walked in, I felt like I was at a tropical resort. The ambiance is incredible and the service is top-notch.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/shocked-young-brunette-caucasian-girl-optical-glasses-stands-isolated-olive-green-background-with-copy-space_141793-67053.jpg",
|
||||
avatarAlt: "woman portrait professional headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276143.jpg?_wi=2",
|
||||
imageAlt: "woman enjoying luxury nail spa",
|
||||
},
|
||||
id: "2", name: "Jennifer Lee", date: "February 2025", title: "Luxury Experience", quote: "From the moment I walked in, I felt like I was at a tropical resort. The ambiance is incredible and the service is top-notch.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/shocked-young-brunette-caucasian-girl-optical-glasses-stands-isolated-olive-green-background-with-copy-space_141793-67053.jpg", avatarAlt: "woman portrait professional headshot", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276143.jpg", imageAlt: "woman enjoying luxury nail spa"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michelle Thompson",
|
||||
date: "January 2025",
|
||||
title: "Best Custom Nail Art",
|
||||
quote: "They brought my nail art vision to life! The artists are incredibly talented and attentive to detail.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441357.jpg",
|
||||
avatarAlt: "woman portrait professional headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48320.jpg?_wi=2",
|
||||
imageAlt: "woman showing custom nail art design",
|
||||
},
|
||||
id: "3", name: "Michelle Thompson", date: "January 2025", title: "Best Custom Nail Art", quote: "They brought my nail art vision to life! The artists are incredibly talented and attentive to detail.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441357.jpg", avatarAlt: "woman portrait professional headshot", imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48320.jpg", imageAlt: "woman showing custom nail art design"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Rodriguez",
|
||||
date: "December 2024",
|
||||
title: "Worth Every Penny",
|
||||
quote: "Premium quality nails, relaxing environment, and amazing staff. This is the perfect escape from daily stress.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
|
||||
avatarAlt: "woman portrait professional headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-laughing-woman-with-cup-drink-cafe_23-2148071692.jpg?_wi=2",
|
||||
imageAlt: "relaxed woman luxury nail salon spa",
|
||||
},
|
||||
id: "4", name: "Emily Rodriguez", date: "December 2024", title: "Worth Every Penny", quote: "Premium quality nails, relaxing environment, and amazing staff. This is the perfect escape from daily stress.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", avatarAlt: "woman portrait professional headshot", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-laughing-woman-with-cup-drink-cafe_23-2148071692.jpg", imageAlt: "relaxed woman luxury nail salon spa"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Park",
|
||||
date: "November 2024",
|
||||
title: "My New Weekly Ritual",
|
||||
quote: "I visit every other week now. The vacuum pedicure and gel manicures last so long. Highly recommend!",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/scared-young-woman-studio_23-2147847014.jpg",
|
||||
avatarAlt: "woman portrait professional headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cute-brunette-model-casual-beige-warm-sweater-dark-coat_158538-10709.jpg?_wi=2",
|
||||
imageAlt: "woman showing gel manicure nails",
|
||||
},
|
||||
id: "5", name: "Lisa Park", date: "November 2024", title: "My New Weekly Ritual", quote: "I visit every other week now. The vacuum pedicure and gel manicures last so long. Highly recommend!", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/scared-young-woman-studio_23-2147847014.jpg", avatarAlt: "woman portrait professional headshot", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cute-brunette-model-casual-beige-warm-sweater-dark-coat_158538-10709.jpg", imageAlt: "woman showing gel manicure nails"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amanda Chen",
|
||||
date: "October 2024",
|
||||
title: "Professional & Passionate",
|
||||
quote: "The team truly cares about their craft. Every visit feels special, and my nails are always flawless.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
avatarAlt: "woman portrait professional headshot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-different-manicure-accessories-smiling-green-surface_140725-64176.jpg?_wi=2",
|
||||
imageAlt: "confident woman with flawless nails",
|
||||
},
|
||||
id: "6", name: "Amanda Chen", date: "October 2024", title: "Professional & Passionate", quote: "The team truly cares about their craft. Every visit feels special, and my nails are always flawless.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", avatarAlt: "woman portrait professional headshot", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-different-manicure-accessories-smiling-green-surface_140725-64176.jpg", imageAlt: "confident woman with flawless nails"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
|
||||
imageAlt="Vacation Nail Bar salon interior ambiance"
|
||||
logoText="Vacation Nail Bar"
|
||||
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Manicures",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Manicures", href: "/gallery"},
|
||||
{
|
||||
label: "Pedicures",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Pedicures", href: "/gallery"},
|
||||
{
|
||||
label: "Gel Extensions",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gel Extensions", href: "/gallery"},
|
||||
{
|
||||
label: "Nail Art",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Nail Art", href: "/gallery"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "About Us", href: "/gallery"},
|
||||
{
|
||||
label: "Book Appointment",
|
||||
href: "/book-appointment",
|
||||
},
|
||||
label: "Book Appointment", href: "/book-appointment"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/book-appointment",
|
||||
},
|
||||
label: "Contact", href: "/book-appointment"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: (972) 555-0123",
|
||||
href: "tel:+19725550123",
|
||||
},
|
||||
label: "Phone: (972) 555-0123", href: "tel:+19725550123"},
|
||||
{
|
||||
label: "Address: 4709 State Hwy 121 #128",
|
||||
href: "#",
|
||||
},
|
||||
label: "Address: 4709 State Hwy 121 #128", href: "#"},
|
||||
{
|
||||
label: "The Colony, TX 75056",
|
||||
href: "#",
|
||||
},
|
||||
label: "The Colony, TX 75056", href: "#"},
|
||||
{
|
||||
label: "Hours: Mon-Sat 10am-7pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Hours: Mon-Sat 10am-7pm", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
183
src/app/page.tsx
183
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Waves, Zap, ShiningRays, Palette, Brush, Phone } from "lucide-react";
|
||||
import { Sparkles, Waves, Zap, Sparkle, Palette, Brush, Phone } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -21,8 +21,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Manicures", href: "/services" },
|
||||
{ label: "Pedicures", href: "/services" },
|
||||
{ label: "Gel Extensions", href: "/services" },
|
||||
@@ -30,8 +29,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Book Appointment", href: "/book-appointment" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (972) 555-0123", href: "tel:+19725550123" },
|
||||
{ label: "Address: 4709 State Hwy 121 #128", href: "#" },
|
||||
{ label: "The Colony, TX 75056", href: "#" },
|
||||
@@ -80,29 +77,17 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg",
|
||||
imageAlt: "Luxurious nail salon interior with tropical vibes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "Luxurious nail salon interior with tropical vibes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-marshmallows-women-s-hands-view-from-top_169016-2085.jpg",
|
||||
imageAlt: "Beautiful coral nail art on tropical background",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-marshmallows-women-s-hands-view-from-top_169016-2085.jpg", imageAlt: "Beautiful coral nail art on tropical background"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-nail-file-close-up_23-2149171315.jpg",
|
||||
imageAlt: "Professional manicure service at nail salon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-nail-file-close-up_23-2149171315.jpg", imageAlt: "Professional manicure service at nail salon"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-nude-color-manicure-one-finger-shiny-golden-knitted-pink-wool-pillover-background_343596-4072.jpg",
|
||||
imageAlt: "Elegant gel nails with beach-inspired design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-nude-color-manicure-one-finger-shiny-golden-knitted-pink-wool-pillover-background_343596-4072.jpg", imageAlt: "Elegant gel nails with beach-inspired design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-vintage-candlesticks-with-burning-candles-blurred-background_169016-9655.jpg",
|
||||
imageAlt: "Luxury nail spa treatment room",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-beautiful-vintage-candlesticks-with-burning-candles-blurred-background_169016-9655.jpg", imageAlt: "Luxury nail spa treatment room"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nail-polish-background-design_1268-645.jpg",
|
||||
imageAlt: "Vibrant nail polish collection display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nail-polish-background-design_1268-645.jpg", imageAlt: "Vibrant nail polish collection display"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={false}
|
||||
@@ -116,46 +101,28 @@ export default function HomePage() {
|
||||
description="From classic manicures to intricate nail art, we offer a complete range of professional nail services tailored to your style and preferences."
|
||||
tag="Services & Expertise"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Manicures",
|
||||
description: "Classic and gel manicures with premium products and professional care.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
title: "Manicures", description: "Classic and gel manicures with premium products and professional care.", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Pedicures",
|
||||
description: "Relaxing pedicures with foot massage, exfoliation, and stunning polish.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Waves,
|
||||
title: "Pedicures", description: "Relaxing pedicures with foot massage, exfoliation, and stunning polish.", bentoComponent: "reveal-icon", icon: Waves,
|
||||
},
|
||||
{
|
||||
title: "Acrylics",
|
||||
description: "Long-lasting acrylic nails with custom shapes and vibrant colors.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
title: "Acrylics", description: "Long-lasting acrylic nails with custom shapes and vibrant colors.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Gel Extensions",
|
||||
description: "Durable gel extensions for a flawless, natural-looking manicure.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShiningRays,
|
||||
title: "Gel Extensions", description: "Durable gel extensions for a flawless, natural-looking manicure.", bentoComponent: "reveal-icon", icon: Sparkle,
|
||||
},
|
||||
{
|
||||
title: "Dip Powder",
|
||||
description: "Chip-resistant dip powder nails with endless color options.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
title: "Dip Powder", description: "Chip-resistant dip powder nails with endless color options.", bentoComponent: "reveal-icon", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Custom Nail Art",
|
||||
description: "Personalized designs from tropical themes to intricate patterns.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Brush,
|
||||
title: "Custom Nail Art", description: "Personalized designs from tropical themes to intricate patterns.", bentoComponent: "reveal-icon", icon: Brush,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -166,60 +133,24 @@ export default function HomePage() {
|
||||
title="Gallery"
|
||||
description="Discover our latest nail art creations and design inspirations. Each design is a masterpiece crafted with precision and creativity."
|
||||
tag="Latest Work"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "art-1",
|
||||
name: "Tropical Paradise",
|
||||
price: "Starting at $45",
|
||||
variant: "Gel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/oriental-style-pin-with-stones-it-high-quality-photo_114579-12248.jpg?_wi=1",
|
||||
imageAlt: "Tropical nail art with vibrant colors",
|
||||
},
|
||||
id: "art-1", name: "Tropical Paradise", price: "Starting at $45", variant: "Gel", imageSrc: "http://img.b2bpic.net/free-photo/oriental-style-pin-with-stones-it-high-quality-photo_114579-12248.jpg", imageAlt: "Tropical nail art with vibrant colors"},
|
||||
{
|
||||
id: "art-2",
|
||||
name: "Ocean Waves",
|
||||
price: "Starting at $50",
|
||||
variant: "Acrylic",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148271143.jpg?_wi=1",
|
||||
imageAlt: "Ocean wave design on acrylic nails",
|
||||
},
|
||||
id: "art-2", name: "Ocean Waves", price: "Starting at $50", variant: "Acrylic", imageSrc: "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148271143.jpg", imageAlt: "Ocean wave design on acrylic nails"},
|
||||
{
|
||||
id: "art-3",
|
||||
name: "Sunset Glow",
|
||||
price: "Starting at $55",
|
||||
variant: "Gel Art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-yellow-glitter-manicure-holding-narcissus-flower_127675-2609.jpg?_wi=1",
|
||||
imageAlt: "Warm sunset inspired nail design",
|
||||
},
|
||||
id: "art-3", name: "Sunset Glow", price: "Starting at $55", variant: "Gel Art", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-yellow-glitter-manicure-holding-narcissus-flower_127675-2609.jpg", imageAlt: "Warm sunset inspired nail design"},
|
||||
{
|
||||
id: "art-4",
|
||||
name: "Gold Shimmer",
|
||||
price: "Starting at $40",
|
||||
variant: "Gel",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/yeah-word-text-glitter-typography_53876-111673.jpg?_wi=1",
|
||||
imageAlt: "Elegant gold shimmer gel manicure",
|
||||
},
|
||||
id: "art-4", name: "Gold Shimmer", price: "Starting at $40", variant: "Gel", imageSrc: "http://img.b2bpic.net/free-vector/yeah-word-text-glitter-typography_53876-111673.jpg", imageAlt: "Elegant gold shimmer gel manicure"},
|
||||
{
|
||||
id: "art-5",
|
||||
name: "Coral Dreams",
|
||||
price: "Starting at $48",
|
||||
variant: "Dip Powder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-covering-her-mouth-while-holding-cupcake_23-2148466417.jpg?_wi=1",
|
||||
imageAlt: "Coral and pink ombre dip powder nails",
|
||||
},
|
||||
id: "art-5", name: "Coral Dreams", price: "Starting at $48", variant: "Dip Powder", imageSrc: "http://img.b2bpic.net/free-photo/woman-covering-her-mouth-while-holding-cupcake_23-2148466417.jpg", imageAlt: "Coral and pink ombre dip powder nails"},
|
||||
{
|
||||
id: "art-6",
|
||||
name: "Crystal Palace",
|
||||
price: "Starting at $60",
|
||||
variant: "Acrylic Art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enigmatic-trendy-young-european-woman-with-blonde-dyed-hair-crystals-her-face-as-part-make-up-covering-one-eye-with-palm-showing-polished-nails-art-cosmetics_343059-4347.jpg?_wi=1",
|
||||
imageAlt: "Crystal embellished luxury nail art",
|
||||
},
|
||||
id: "art-6", name: "Crystal Palace", price: "Starting at $60", variant: "Acrylic Art", imageSrc: "http://img.b2bpic.net/free-photo/enigmatic-trendy-young-european-woman-with-blonde-dyed-hair-crystals-her-face-as-part-make-up-covering-one-eye-with-palm-showing-polished-nails-art-cosmetics_343059-4347.jpg", imageAlt: "Crystal embellished luxury nail art"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -229,70 +160,22 @@ export default function HomePage() {
|
||||
title="What Our Clients Say"
|
||||
description="Join hundreds of satisfied customers who have experienced the Vacation Nail Bar difference."
|
||||
tag="Client Love"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Martinez",
|
||||
date: "March 2025",
|
||||
title: "Absolutely Perfect!",
|
||||
quote: "The staff is so friendly and professional. My nails look amazing and lasted weeks! This is my new favorite place.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ring-friends_23-2147807480.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Martinez", date: "March 2025", title: "Absolutely Perfect!", quote: "The staff is so friendly and professional. My nails look amazing and lasted weeks! This is my new favorite place.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ring-friends_23-2147807480.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jennifer Lee",
|
||||
date: "February 2025",
|
||||
title: "Luxury Experience",
|
||||
quote: "From the moment I walked in, I felt like I was at a tropical resort. The ambiance is incredible and the service is top-notch.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/shocked-young-brunette-caucasian-girl-optical-glasses-stands-isolated-olive-green-background-with-copy-space_141793-67053.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276143.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Jennifer Lee", date: "February 2025", title: "Luxury Experience", quote: "From the moment I walked in, I felt like I was at a tropical resort. The ambiance is incredible and the service is top-notch.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/shocked-young-brunette-caucasian-girl-optical-glasses-stands-isolated-olive-green-background-with-copy-space_141793-67053.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-reading-tarot_23-2150276143.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michelle Thompson",
|
||||
date: "January 2025",
|
||||
title: "Best Custom Nail Art",
|
||||
quote: "They brought my nail art vision to life! The artists are incredibly talented and attentive to detail.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441357.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48320.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Michelle Thompson", date: "January 2025", title: "Best Custom Nail Art", quote: "They brought my nail art vision to life! The artists are incredibly talented and attentive to detail.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-beautiful-gladiolus-flowers_23-2149441357.jpg", imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-african-woman-beauty-salon_1157-48320.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Rodriguez",
|
||||
date: "December 2024",
|
||||
title: "Worth Every Penny",
|
||||
quote: "Premium quality nails, relaxing environment, and amazing staff. This is the perfect escape from daily stress.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-laughing-woman-with-cup-drink-cafe_23-2148071692.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Emily Rodriguez", date: "December 2024", title: "Worth Every Penny", quote: "Premium quality nails, relaxing environment, and amazing staff. This is the perfect escape from daily stress.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-successful-grey-haired-female-ceo-smiling-content-experienced-beautiful-businesswoman-posing-office-room-business-company-appearance-expression-concept_74855-11905.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-laughing-woman-with-cup-drink-cafe_23-2148071692.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Park",
|
||||
date: "November 2024",
|
||||
title: "My New Weekly Ritual",
|
||||
quote: "I visit every other week now. The vacuum pedicure and gel manicures last so long. Highly recommend!",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/scared-young-woman-studio_23-2147847014.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cute-brunette-model-casual-beige-warm-sweater-dark-coat_158538-10709.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Lisa Park", date: "November 2024", title: "My New Weekly Ritual", quote: "I visit every other week now. The vacuum pedicure and gel manicures last so long. Highly recommend!", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/scared-young-woman-studio_23-2147847014.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cute-brunette-model-casual-beige-warm-sweater-dark-coat_158538-10709.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Amanda Chen",
|
||||
date: "October 2024",
|
||||
title: "Professional & Passionate",
|
||||
quote: "The team truly cares about their craft. Every visit feels special, and my nails are always flawless.",
|
||||
tag: "Verified Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-different-manicure-accessories-smiling-green-surface_140725-64176.jpg?_wi=1",
|
||||
},
|
||||
id: "6", name: "Amanda Chen", date: "October 2024", title: "Professional & Passionate", quote: "The team truly cares about their craft. Every visit feels special, and my nails are always flawless.", tag: "Verified Client", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-attractive-female-white-shirt-holding-different-manicure-accessories-smiling-green-surface_140725-64176.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -303,7 +186,7 @@ export default function HomePage() {
|
||||
title="Contact Us"
|
||||
description="Have questions or want to book an appointment? Reach out to us and we'll respond shortly. Visit our salon or call for immediate assistance."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -314,7 +197,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
|
||||
imageAlt="Vacation Nail Bar salon interior"
|
||||
logoText="Vacation Nail Bar"
|
||||
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
|
||||
|
||||
@@ -7,7 +7,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import Link from "next/link";
|
||||
import { Sparkles, Waves, Zap, ShiningRays, Palette, Brush, Phone } from "lucide-react";
|
||||
import { Sparkles, Waves, Zap, Sparkle, Palette, Brush, Phone } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
const navItems = [
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Manicures", href: "/services" },
|
||||
{ label: "Pedicures", href: "/services" },
|
||||
{ label: "Gel Extensions", href: "/services" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Book Appointment", href: "/book-appointment" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (972) 555-0123", href: "tel:+19725550123" },
|
||||
{ label: "Address: 4709 State Hwy 121 #128", href: "#" },
|
||||
{ label: "The Colony, TX 75056", href: "#" },
|
||||
@@ -74,46 +71,28 @@ export default function ServicesPage() {
|
||||
description="We offer a comprehensive range of professional nail services designed to enhance your natural beauty and provide a luxurious experience. Each service is performed by our certified and experienced nail technicians using premium products."
|
||||
tag="Full Service Menu"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Manicures",
|
||||
description: "Classic and gel manicures with premium products and professional care. Choose from our extensive color palette or bring your own design inspiration.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Sparkles,
|
||||
title: "Manicures", description: "Classic and gel manicures with premium products and professional care. Choose from our extensive color palette or bring your own design inspiration.", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Pedicures",
|
||||
description: "Relaxing pedicures with foot massage, exfoliation, and stunning polish. Our pedicure service includes a therapeutic soak and relaxing foot treatment.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Waves,
|
||||
title: "Pedicures", description: "Relaxing pedicures with foot massage, exfoliation, and stunning polish. Our pedicure service includes a therapeutic soak and relaxing foot treatment.", bentoComponent: "reveal-icon", icon: Waves,
|
||||
},
|
||||
{
|
||||
title: "Acrylics",
|
||||
description: "Long-lasting acrylic nails with custom shapes and vibrant colors. Our acrylic nails provide a durable base for any design you can imagine.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
title: "Acrylics", description: "Long-lasting acrylic nails with custom shapes and vibrant colors. Our acrylic nails provide a durable base for any design you can imagine.", bentoComponent: "reveal-icon", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Gel Extensions",
|
||||
description: "Durable gel extensions for a flawless, natural-looking manicure. Gel extensions last longer than traditional acrylics and feel lightweight.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShiningRays,
|
||||
title: "Gel Extensions", description: "Durable gel extensions for a flawless, natural-looking manicure. Gel extensions last longer than traditional acrylics and feel lightweight.", bentoComponent: "reveal-icon", icon: Sparkle,
|
||||
},
|
||||
{
|
||||
title: "Dip Powder",
|
||||
description: "Chip-resistant dip powder nails with endless color options. Dip powder provides a strong, long-lasting finish without the UV light required by gel.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
title: "Dip Powder", description: "Chip-resistant dip powder nails with endless color options. Dip powder provides a strong, long-lasting finish without the UV light required by gel.", bentoComponent: "reveal-icon", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Custom Nail Art",
|
||||
description: "Personalized designs from tropical themes to intricate patterns. Our talented artists can bring any vision to life with stunning custom nail art.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Brush,
|
||||
title: "Custom Nail Art", description: "Personalized designs from tropical themes to intricate patterns. Our talented artists can bring any vision to life with stunning custom nail art.", bentoComponent: "reveal-icon", icon: Brush,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -123,18 +102,14 @@ export default function ServicesPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Choose Vacation Nail Bar for Your Services",
|
||||
},
|
||||
type: "text", content: "Why Choose Vacation Nail Bar for Your Services"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Appointment",
|
||||
href: "/book-appointment",
|
||||
},
|
||||
text: "Book Your Appointment", href: "/book-appointment"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,7 +119,7 @@ export default function ServicesPage() {
|
||||
title="Schedule Your Visit"
|
||||
description="Contact us today to book your appointment and experience the Vacation Nail Bar difference. Call us, visit our salon, or fill out our contact form and we'll get back to you promptly."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email to get updates"
|
||||
@@ -155,7 +130,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
|
||||
imageAlt="Vacation Nail Bar salon interior"
|
||||
logoText="Vacation Nail Bar"
|
||||
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user