|
|
|
|
@@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
import { Crown, Facebook, Instagram, Phone, Sparkles, Star } from "lucide-react";
|
|
|
|
|
import { Facebook, Instagram, Phone } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -33,37 +33,21 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Home",
|
|
|
|
|
id: "#hero",
|
|
|
|
|
},
|
|
|
|
|
name: "Home", id: "#hero"},
|
|
|
|
|
{
|
|
|
|
|
name: "About Us",
|
|
|
|
|
id: "#about",
|
|
|
|
|
},
|
|
|
|
|
name: "About Us", id: "#about"},
|
|
|
|
|
{
|
|
|
|
|
name: "Services",
|
|
|
|
|
id: "#services",
|
|
|
|
|
},
|
|
|
|
|
name: "Services", id: "#services"},
|
|
|
|
|
{
|
|
|
|
|
name: "Products",
|
|
|
|
|
id: "#products",
|
|
|
|
|
},
|
|
|
|
|
name: "Products", id: "#products"},
|
|
|
|
|
{
|
|
|
|
|
name: "Pricing",
|
|
|
|
|
id: "#pricing",
|
|
|
|
|
},
|
|
|
|
|
name: "Pricing", id: "#pricing"},
|
|
|
|
|
{
|
|
|
|
|
name: "Testimonials",
|
|
|
|
|
id: "#testimonials",
|
|
|
|
|
},
|
|
|
|
|
name: "Testimonials", id: "#testimonials"},
|
|
|
|
|
{
|
|
|
|
|
name: "FAQ",
|
|
|
|
|
id: "#faq",
|
|
|
|
|
},
|
|
|
|
|
name: "FAQ", id: "#faq"},
|
|
|
|
|
{
|
|
|
|
|
name: "Contact",
|
|
|
|
|
id: "#contact",
|
|
|
|
|
},
|
|
|
|
|
name: "Contact", id: "#contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="T & N BEAUTY NAILS"
|
|
|
|
|
/>
|
|
|
|
|
@@ -72,19 +56,14 @@ export default function LandingPage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
logoText="T & N BEAUTY NAILS"
|
|
|
|
|
description="Experience unparalleled pampering and exquisite nail artistry for a touch of elegance."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "Book an Appointment",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
},
|
|
|
|
|
text: "Book an Appointment", href: "#contact"},
|
|
|
|
|
{
|
|
|
|
|
text: "View Services",
|
|
|
|
|
href: "#services",
|
|
|
|
|
},
|
|
|
|
|
text: "View Services", href: "#services"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262908.jpg"
|
|
|
|
|
imageAlt="Luxurious T & N Beauty Nails salon interior with manicure stations and elegant decor."
|
|
|
|
|
@@ -97,9 +76,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Our Passion for Perfection"
|
|
|
|
|
description={[
|
|
|
|
|
"At T & N BEAUTY NAILS, we believe in bringing beauty to your fingertips with meticulous care and creative flair. Our salon is a sanctuary where you can relax, rejuvenate, and leave with nails that are truly a work of art.",
|
|
|
|
|
"With a team of highly skilled technicians and a commitment to hygiene and quality, we offer a wide range of services from classic manicures to advanced nail extensions and bespoke nail art designs. Your satisfaction is our masterpiece.",
|
|
|
|
|
]}
|
|
|
|
|
"At T & N BEAUTY NAILS, we believe in bringing beauty to your fingertips with meticulous care and creative flair. Our salon is a sanctuary where you can relax, rejuvenate, and leave with nails that are truly a work of art.", "With a team of highly skilled technicians and a commitment to hygiene and quality, we offer a wide range of services from classic manicures to advanced nail extensions and bespoke nail art designs. Your satisfaction is our masterpiece."]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -110,61 +87,30 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "service-1",
|
|
|
|
|
label: "MANICURES",
|
|
|
|
|
title: "Classic & Gel Manicures",
|
|
|
|
|
items: [
|
|
|
|
|
"Basic nail shaping",
|
|
|
|
|
"Cuticle care",
|
|
|
|
|
"Massage",
|
|
|
|
|
"Regular polish finish",
|
|
|
|
|
"Durable gel polish options",
|
|
|
|
|
],
|
|
|
|
|
id: "service-1", label: "MANICURES", title: "Classic & Gel Manicures", items: [
|
|
|
|
|
"Basic nail shaping", "Cuticle care", "Massage", "Regular polish finish", "Durable gel polish options"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "service-2",
|
|
|
|
|
label: "PEDICURES",
|
|
|
|
|
title: "Relaxing Pedicure Spa",
|
|
|
|
|
items: [
|
|
|
|
|
"Foot soak",
|
|
|
|
|
"Exfoliation",
|
|
|
|
|
"Callus removal",
|
|
|
|
|
"Leg & foot massage",
|
|
|
|
|
"Hot towel treatment",
|
|
|
|
|
],
|
|
|
|
|
id: "service-2", label: "PEDICURES", title: "Relaxing Pedicure Spa", items: [
|
|
|
|
|
"Foot soak", "Exfoliation", "Callus removal", "Leg & foot massage", "Hot towel treatment"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "service-3",
|
|
|
|
|
label: "EXTENSIONS",
|
|
|
|
|
title: "Acrylic & Gel Extensions",
|
|
|
|
|
items: [
|
|
|
|
|
"Natural-looking enhancements",
|
|
|
|
|
"Strong and flexible nails",
|
|
|
|
|
"Variety of shapes and lengths",
|
|
|
|
|
"Refills and repairs",
|
|
|
|
|
],
|
|
|
|
|
id: "service-3", label: "EXTENSIONS", title: "Acrylic & Gel Extensions", items: [
|
|
|
|
|
"Natural-looking enhancements", "Strong and flexible nails", "Variety of shapes and lengths", "Refills and repairs"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "service-4",
|
|
|
|
|
label: "NAIL ART",
|
|
|
|
|
title: "Custom Nail Art Designs",
|
|
|
|
|
items: [
|
|
|
|
|
"Hand-painted designs",
|
|
|
|
|
"Chrome effects",
|
|
|
|
|
"Glitter and rhinestones",
|
|
|
|
|
"Ombre and French tips",
|
|
|
|
|
],
|
|
|
|
|
id: "service-4", label: "NAIL ART", title: "Custom Nail Art Designs", items: [
|
|
|
|
|
"Hand-painted designs", "Chrome effects", "Glitter and rhinestones", "Ombre and French tips"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "service-5",
|
|
|
|
|
label: "TREATMENTS",
|
|
|
|
|
title: "Therapeutic Nail Care",
|
|
|
|
|
items: [
|
|
|
|
|
"Paraffin wax treatment for deep hydration",
|
|
|
|
|
"Callus treatment for smoother feet",
|
|
|
|
|
"Nail strengthening solutions",
|
|
|
|
|
],
|
|
|
|
|
id: "service-5", label: "TREATMENTS", title: "Therapeutic Nail Care", items: [
|
|
|
|
|
"Paraffin wax treatment for deep hydration", "Callus treatment for smoother feet", "Nail strengthening solutions"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "service-6", label: "NAIL ENHANCEMENT", title: "Nail Enhancement Services", items: [
|
|
|
|
|
"Acrylic Nails (Full Set: C$50+, Refill: C$35+)", "Solar/UV Nails (Full Set: C$55+, Refill: C$40+)", "Bio Gel Nails (Full Set: C$60+, Refill: C$45+)", "Shellac Color Add On (C$10)", "Nail Removal (C$15+)", "Nail Repair (C$8+)", "Design (C$7+)", "3 Different Colors (C$5)", "Ombre Full Set (C$60+)", "Ombre Refill (C$45+)", "Change Shape (C$5)", "Polish Change on Fake Nails (C$15)", "Ombré New Set with Solar Powder (C$75+)", "Ombré Refill with Solar Powder (C$55+)"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Indulge in Our Signature Services"
|
|
|
|
|
description="Discover a world of nail care crafted to perfection, designed to leave you feeling polished and radiant."
|
|
|
|
|
@@ -179,65 +125,23 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "prod-1",
|
|
|
|
|
brand: "Luxury Lacquer",
|
|
|
|
|
name: "Gel Top Coat",
|
|
|
|
|
price: "$15.00",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "45",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-various-multi-colored-nail-polish-bottles_23-2147879003.jpg",
|
|
|
|
|
imageAlt: "Luxury Lacquer Gel Top Coat",
|
|
|
|
|
},
|
|
|
|
|
id: "prod-1", brand: "Luxury Lacquer", name: "Gel Top Coat", price: "$15.00", rating: 5,
|
|
|
|
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-various-multi-colored-nail-polish-bottles_23-2147879003.jpg", imageAlt: "Luxury Lacquer Gel Top Coat"},
|
|
|
|
|
{
|
|
|
|
|
id: "prod-2",
|
|
|
|
|
brand: "Nail Nourish",
|
|
|
|
|
name: "Cuticle Oil Pen",
|
|
|
|
|
price: "$12.00",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "30",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-making-manicure-office-painting-nails-close-up_1163-4322.jpg",
|
|
|
|
|
imageAlt: "Nail Nourish Cuticle Oil Pen",
|
|
|
|
|
},
|
|
|
|
|
id: "prod-2", brand: "Nail Nourish", name: "Cuticle Oil Pen", price: "$12.00", rating: 4,
|
|
|
|
|
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/female-hands-making-manicure-office-painting-nails-close-up_1163-4322.jpg", imageAlt: "Nail Nourish Cuticle Oil Pen"},
|
|
|
|
|
{
|
|
|
|
|
id: "prod-3",
|
|
|
|
|
brand: "Sparkle Shine",
|
|
|
|
|
name: "Glitter Polish Set",
|
|
|
|
|
price: "$28.00",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "55",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262881.jpg",
|
|
|
|
|
imageAlt: "Sparkle Shine Glitter Polish Set",
|
|
|
|
|
},
|
|
|
|
|
id: "prod-3", brand: "Sparkle Shine", name: "Glitter Polish Set", price: "$28.00", rating: 5,
|
|
|
|
|
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262881.jpg", imageAlt: "Sparkle Shine Glitter Polish Set"},
|
|
|
|
|
{
|
|
|
|
|
id: "prod-4",
|
|
|
|
|
brand: "Base Pro",
|
|
|
|
|
name: "Long-lasting Base Coat",
|
|
|
|
|
price: "$14.00",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "28",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-spreading-out_23-2151345108.jpg",
|
|
|
|
|
imageAlt: "Base Pro Long-lasting Base Coat",
|
|
|
|
|
},
|
|
|
|
|
id: "prod-4", brand: "Base Pro", name: "Long-lasting Base Coat", price: "$14.00", rating: 4,
|
|
|
|
|
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-spreading-out_23-2151345108.jpg", imageAlt: "Base Pro Long-lasting Base Coat"},
|
|
|
|
|
{
|
|
|
|
|
id: "prod-5",
|
|
|
|
|
brand: "Color Craze",
|
|
|
|
|
name: "Nail Polish 'Blush Bloom'",
|
|
|
|
|
price: "$10.00",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "60",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/nail-care-items-arrangement-flat-lay_23-2149046505.jpg",
|
|
|
|
|
imageAlt: "Color Craze Nail Polish 'Blush Bloom'",
|
|
|
|
|
},
|
|
|
|
|
id: "prod-5", brand: "Color Craze", name: "Nail Polish 'Blush Bloom'", price: "$10.00", rating: 5,
|
|
|
|
|
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/nail-care-items-arrangement-flat-lay_23-2149046505.jpg", imageAlt: "Color Craze Nail Polish 'Blush Bloom'"},
|
|
|
|
|
{
|
|
|
|
|
id: "prod-6",
|
|
|
|
|
brand: "Strong Nails Co.",
|
|
|
|
|
name: "Nail Hardener Treatment",
|
|
|
|
|
price: "$18.00",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "22",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-thread-into-needle_23-2148614719.jpg",
|
|
|
|
|
imageAlt: "Strong Nails Co. Nail Hardener Treatment",
|
|
|
|
|
},
|
|
|
|
|
id: "prod-6", brand: "Strong Nails Co.", name: "Nail Hardener Treatment", price: "$18.00", rating: 4,
|
|
|
|
|
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-thread-into-needle_23-2148614719.jpg", imageAlt: "Strong Nails Co. Nail Hardener Treatment"},
|
|
|
|
|
]}
|
|
|
|
|
title="Exclusive Nail Care Products"
|
|
|
|
|
description="Take the salon experience home with our premium selection of nail polishes, treatments, and accessories."
|
|
|
|
|
@@ -251,46 +155,59 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "plan-1",
|
|
|
|
|
badge: "Basic",
|
|
|
|
|
badgeIcon: Star,
|
|
|
|
|
price: "$60",
|
|
|
|
|
subtitle: "Express Manicure & Pedicure",
|
|
|
|
|
features: [
|
|
|
|
|
"Classic Manicure",
|
|
|
|
|
"Classic Pedicure",
|
|
|
|
|
"Choice of regular polish",
|
|
|
|
|
],
|
|
|
|
|
id: "classic-manicure", badge: "Hand Care", price: "C$25", subtitle: "45 min", features: ["Basic nail shaping", "Cuticle care", "Massage", "Regular polish application"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "plan-2",
|
|
|
|
|
badge: "Popular",
|
|
|
|
|
badgeIcon: Sparkles,
|
|
|
|
|
price: "$95",
|
|
|
|
|
subtitle: "Signature Spa Package",
|
|
|
|
|
features: [
|
|
|
|
|
"Deluxe Manicure (gel option)",
|
|
|
|
|
"Deluxe Pedicure (gel option)",
|
|
|
|
|
"Relaxing Hand & Foot Massage",
|
|
|
|
|
"Hot Towel Treatment",
|
|
|
|
|
],
|
|
|
|
|
id: "deluxe-manicure", badge: "Hand Care", price: "C$40", subtitle: "30 min", features: ["Classic Manicure + exfoliation", "Extended massage", "Paraffin wax treatment", "Choice of regular polish"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "plan-3",
|
|
|
|
|
badge: "Premium",
|
|
|
|
|
badgeIcon: Crown,
|
|
|
|
|
price: "$150",
|
|
|
|
|
subtitle: "Ultimate Glamour Treatment",
|
|
|
|
|
features: [
|
|
|
|
|
"Signature Spa Manicure & Pedicure",
|
|
|
|
|
"Choice of Gel Extensions OR Advanced Nail Art",
|
|
|
|
|
"Paraffin Wax Treatment",
|
|
|
|
|
"Complimentary Drink",
|
|
|
|
|
],
|
|
|
|
|
id: "buff-regular-polish", badge: "Hand Care", price: "C$15", subtitle: "15 min", features: ["Quick buff and polish for hands or toes"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shellac-manicure", badge: "Dipping & Gel", price: "C$35", subtitle: "30 min", features: ["Nail shaping", "Cuticle care", "Shellac polish application"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shellac-polish", badge: "Dipping & Gel", price: "C$25", subtitle: "30 min", features: ["Shellac polish application only (no manicure)"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "french-shellac-polish", badge: "Dipping & Gel", price: "C$32", subtitle: "30 min", features: ["Shellac polish application with classic French tips"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shellac-removal", badge: "Dipping & Gel", price: "C$5", subtitle: "15 min", features: ["Gentle and safe shellac removal service"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "design", badge: "Enhancement", price: "C$7+", subtitle: "15 min (starting price)", features: ["Custom hand-painted nail art", "Price varies by complexity and detail"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "classic-pedicure", badge: "Foot Care", price: "C$37", subtitle: "30 min", features: ["Basic foot soak", "Nail shaping", "Cuticle care", "Massage", "Regular polish finish"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "deluxe-pedicure", badge: "Foot Care", price: "C$60", subtitle: "60 min", features: ["Classic Pedicure + exfoliation", "Callus removal", "Extended massage", "Hot towel treatment", "Choice of regular polish"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "deluxe-pedicure-shellac", badge: "Foot Care", price: "C$68", subtitle: "60 min", features: ["Deluxe Pedicure + Shellac polish application"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "toe-buff-polish", badge: "Foot Care", price: "C$15", subtitle: "15 min", features: ["Quick buff and regular polish for toes"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shellac-polish-foot", badge: "Foot Care", price: "C$25", subtitle: "15 min", features: ["Shellac polish application for toes (no pedicure)"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "french-shellac-pedicure", badge: "Foot Care", price: "C$52", subtitle: "45 min", features: ["Shellac Pedicure with classic French tips"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "paraffin-treatment-foot", badge: "Foot Care", price: "C$15", subtitle: "15 min", features: ["Deep moisturizing paraffin wax treatment for feet"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "shellac-pedicure", badge: "Foot Care", price: "C$48", subtitle: "45 min", features: ["Nail shaping", "Cuticle care", "Shellac polish application for toes"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "sugar-scrub-foot", badge: "Foot Care", price: "C$5", subtitle: "15 min", features: ["Invigorating sugar scrub exfoliation for feet"]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
title="Our Service Packages"
|
|
|
|
|
description="Choose from our expertly curated packages for the ultimate pampering experience at T & N Beauty Nails."
|
|
|
|
|
title="Our Services & Pricing"
|
|
|
|
|
description="Explore our detailed list of hand care, dipping, nail enhancement, and foot care services with transparent pricing."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -300,50 +217,15 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "test-1",
|
|
|
|
|
title: "Amazing Nail Art!",
|
|
|
|
|
quote: "T & N Beauty Nails truly exceeded my expectations! The nail art was intricate and beautiful, lasting much longer than any other salon. The staff is so friendly!",
|
|
|
|
|
name: "Sarah J.",
|
|
|
|
|
role: "Loyal Client",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg",
|
|
|
|
|
imageAlt: "Sarah J.",
|
|
|
|
|
},
|
|
|
|
|
id: "test-1", title: "Amazing Nail Art!", quote: "T & N Beauty Nails truly exceeded my expectations! The nail art was intricate and beautiful, lasting much longer than any other salon. The staff is so friendly!", name: "Sarah J.", role: "Loyal Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg", imageAlt: "Sarah J."},
|
|
|
|
|
{
|
|
|
|
|
id: "test-2",
|
|
|
|
|
title: "My Go-To Nail Salon",
|
|
|
|
|
quote: "I've been coming here for months and every visit is a treat. The pedicures are incredibly relaxing, and they pay attention to every detail. Highly recommend!",
|
|
|
|
|
name: "Emily R.",
|
|
|
|
|
role: "Regular Customer",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-thinking_1187-4051.jpg",
|
|
|
|
|
imageAlt: "Emily R.",
|
|
|
|
|
},
|
|
|
|
|
id: "test-2", title: "My Go-To Nail Salon", quote: "I've been coming here for months and every visit is a treat. The pedicures are incredibly relaxing, and they pay attention to every detail. Highly recommend!", name: "Emily R.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-thinking_1187-4051.jpg", imageAlt: "Emily R."},
|
|
|
|
|
{
|
|
|
|
|
id: "test-3",
|
|
|
|
|
title: "Professional and Hygienic",
|
|
|
|
|
quote: "Finding a salon that's both professional and prioritizes hygiene is tough, but T & N Beauty Nails nails it! Their acrylic extensions are flawless.",
|
|
|
|
|
name: "Jessica L.",
|
|
|
|
|
role: "Happy Customer",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg",
|
|
|
|
|
imageAlt: "Jessica L.",
|
|
|
|
|
},
|
|
|
|
|
id: "test-3", title: "Professional and Hygienic", quote: "Finding a salon that's both professional and prioritizes hygiene is tough, but T & N Beauty Nails nails it! Their acrylic extensions are flawless.", name: "Jessica L.", role: "Happy Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg", imageAlt: "Jessica L."},
|
|
|
|
|
{
|
|
|
|
|
id: "test-4",
|
|
|
|
|
title: "Pure Relaxation",
|
|
|
|
|
quote: "The spa pedicure was exactly what I needed. Such a peaceful atmosphere and wonderful service. My feet feel amazing!",
|
|
|
|
|
name: "Olivia K.",
|
|
|
|
|
role: "First-time Visitor",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624055.jpg",
|
|
|
|
|
imageAlt: "Olivia K.",
|
|
|
|
|
},
|
|
|
|
|
id: "test-4", title: "Pure Relaxation", quote: "The spa pedicure was exactly what I needed. Such a peaceful atmosphere and wonderful service. My feet feel amazing!", name: "Olivia K.", role: "First-time Visitor", imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624055.jpg", imageAlt: "Olivia K."},
|
|
|
|
|
{
|
|
|
|
|
id: "test-5",
|
|
|
|
|
title: "Always Perfect Nails",
|
|
|
|
|
quote: "I'm always thrilled with my nails after visiting T & N Beauty Nails. Their gel polish lasts forever and they have an incredible selection of colors.",
|
|
|
|
|
name: "Mia S.",
|
|
|
|
|
role: "Beauty Enthusiast",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cute-friendly-young-woman-with-gray-eyes-red-lips-posing-shiny-top-portrait-bright-brown-haired-female-european_197531-8247.jpg",
|
|
|
|
|
imageAlt: "Mia S.",
|
|
|
|
|
},
|
|
|
|
|
id: "test-5", title: "Always Perfect Nails", quote: "I'm always thrilled with my nails after visiting T & N Beauty Nails. Their gel polish lasts forever and they have an incredible selection of colors.", name: "Mia S.", role: "Beauty Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/cute-friendly-young-woman-with-gray-eyes-red-lips-posing-shiny-top-portrait-bright-brown-haired-female-european_197531-8247.jpg", imageAlt: "Mia S."},
|
|
|
|
|
]}
|
|
|
|
|
title="What Our Clients Say"
|
|
|
|
|
description="Hear from our happy clients about their T & N Beauty Nails experience."
|
|
|
|
|
@@ -356,25 +238,13 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "faq-1",
|
|
|
|
|
title: "How do I book an appointment?",
|
|
|
|
|
content: "You can easily book an appointment through our website's 'Book Now' button, or by calling us directly during business hours. Walk-ins are welcome but appointments are recommended to ensure availability.",
|
|
|
|
|
},
|
|
|
|
|
id: "faq-1", title: "How do I book an appointment?", content: "You can easily book an appointment through our website's 'Book Now' button, or by calling us directly during business hours. Walk-ins are welcome but appointments are recommended to ensure availability."},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-2",
|
|
|
|
|
title: "What is your cancellation policy?",
|
|
|
|
|
content: "We kindly request at least 24 hours notice for any cancellations or rescheduling. Cancellations made less than 24 hours in advance may incur a fee.",
|
|
|
|
|
},
|
|
|
|
|
id: "faq-2", title: "What is your cancellation policy?", content: "We kindly request at least 24 hours notice for any cancellations or rescheduling. Cancellations made less than 24 hours in advance may incur a fee."},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-3",
|
|
|
|
|
title: "Do you use cruelty-free products?",
|
|
|
|
|
content: "Yes, we are committed to using high-quality, cruelty-free, and vegan-friendly products whenever possible, ensuring both excellent results and ethical practices.",
|
|
|
|
|
},
|
|
|
|
|
id: "faq-3", title: "Do you use cruelty-free products?", content: "Yes, we are committed to using high-quality, cruelty-free, and vegan-friendly products whenever possible, ensuring both excellent results and ethical practices."},
|
|
|
|
|
{
|
|
|
|
|
id: "faq-4",
|
|
|
|
|
title: "Can I bring my own polish?",
|
|
|
|
|
content: "While we offer a wide selection of premium polishes, you are welcome to bring your own if you have a specific color or brand preference.",
|
|
|
|
|
},
|
|
|
|
|
id: "faq-4", title: "Can I bring my own polish?", content: "While we offer a wide selection of premium polishes, you are welcome to bring your own if you have a specific color or brand preference."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/pleased-young-beautiful-girl-sits-table-with-makeup-tools-wrapped-hair-towel-raising-hands-isolated-pink-wall_141793-106242.jpg"
|
|
|
|
|
imageAlt="Nail salon staff consulting a client"
|
|
|
|
|
@@ -389,8 +259,7 @@ export default function LandingPage() {
|
|
|
|
|
<ContactSplit
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
tag="GET IN TOUCH"
|
|
|
|
|
title="Book Your Perfect Nail Experience"
|
|
|
|
|
description="Ready for beautiful nails? Contact us today to schedule your appointment or inquire about our services. We look forward to pampering you!"
|
|
|
|
|
@@ -410,23 +279,17 @@ export default function LandingPage() {
|
|
|
|
|
socialLinks={[
|
|
|
|
|
{
|
|
|
|
|
icon: Facebook,
|
|
|
|
|
href: "https://facebook.com/tnbeautynails",
|
|
|
|
|
ariaLabel: "Facebook",
|
|
|
|
|
},
|
|
|
|
|
href: "https://facebook.com/tnbeautynails", ariaLabel: "Facebook"},
|
|
|
|
|
{
|
|
|
|
|
icon: Instagram,
|
|
|
|
|
href: "https://instagram.com/tnbeautynails",
|
|
|
|
|
ariaLabel: "Instagram",
|
|
|
|
|
},
|
|
|
|
|
href: "https://instagram.com/tnbeautynails", ariaLabel: "Instagram"},
|
|
|
|
|
{
|
|
|
|
|
icon: Phone,
|
|
|
|
|
href: "tel:+1234567890",
|
|
|
|
|
ariaLabel: "Call Us",
|
|
|
|
|
},
|
|
|
|
|
href: "tel:+1234567890", ariaLabel: "Call Us"},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|