diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 98efff7..524f362 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,19 +20,19 @@ const mulish = Mulish({ }); export const metadata: Metadata = { - title: "Salon Image | Luxury Salon in Your Neighborhood", description: "Welcoming boutique salon with expert stylists. Hair cuts, color, nails, and special occasion styling. Book your appointment today.", keywords: "salon, hair salon, boutique salon, hairstylist, nail salon, hair color, luxury salon, neighborhood salon", metadataBase: new URL("https://salonimage.com"), + title: "Salon Image | Luxury Salon in Wellington, OH", description: "Welcoming boutique salon with expert stylists in Wellington, Ohio. Hair cuts, color, nails, and special occasion styling. Located at 225 Kelly St, Wellington OH 44090. Call (440) 647-1000 to book your appointment.", keywords: "salon, hair salon, boutique salon, hairstylist, nail salon, hair color, luxury salon, Wellington Ohio, salon near me", metadataBase: new URL("https://salonimage.com"), alternates: { canonical: "https://salonimage.com" }, openGraph: { - title: "Salon Image | Beauty & Wellness", description: "Experience personalized luxury salon services in a welcoming neighborhood setting.", type: "website", siteName: "Salon Image", images: [ + title: "Salon Image | Beauty & Wellness in Wellington, OH", description: "Experience personalized luxury salon services in a welcoming neighborhood setting. 225 Kelly St, Wellington OH 44090.", type: "website", siteName: "Salon Image", images: [ { url: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", alt: "Salon Image - Professional Hair Services" } ] }, twitter: { - card: "summary_large_image", title: "Salon Image | Your Neighborhood Luxury Salon", description: "Expert stylists, personalized service, and a warm welcome await you.", images: ["http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg"] + card: "summary_large_image", title: "Salon Image | Your Neighborhood Luxury Salon", description: "Expert stylists, personalized service, and a warm welcome await you at 225 Kelly St, Wellington OH.", images: ["http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg"] }, robots: { index: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 80127e7..1047bc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Heart, HelpCircle, Mail, Sparkles, Star, Zap } from 'lucide-react'; +import { Heart, HelpCircle, Mail, MapPin, Phone, Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,19 +31,21 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Team", id: "team" }, + { name: "Why Us", id: "why-us" }, + { name: "Reviews", id: "reviews" }, + { name: "Gallery", id: "gallery" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} brandName="Salon Image" - bottomLeftText="Located in Your Neighborhood" - bottomRightText="hello@salonimage.com" + bottomLeftText="225 Kelly St, Wellington, OH 44090" + bottomRightText="(440) 647-1000" />
-
+
+ +
+ +
-
- +
@@ -184,22 +225,22 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "How do I book an appointment?", content: "You can book directly through our website, call us, or visit us in person. We accept walk-ins when available, but we recommend booking ahead to ensure your preferred time slot. For special occasions, we encourage booking at least two weeks in advance." + id: "1", title: "How do I book an appointment?", content: "You can book directly through our website, call us at (440) 647-1000, or visit us in person at 225 Kelly St, Wellington, OH 44090. We accept walk-ins when available, but we recommend booking ahead to ensure your preferred time slot. For special occasions, we encourage booking at least two weeks in advance." }, { id: "2", title: "What if I'm unsure about what I want?", content: "Our stylists love working with clients to discover the perfect look. Feel free to bring inspiration photos, describe your vision, or just chat with us about your preferences. We'll make honest recommendations based on your hair type, face shape, and lifestyle." }, { - id: "3", title: "Are walk-ins welcome?", content: "Walk-ins are welcome, but wait times may apply depending on how busy we are. To guarantee your preferred time without waiting, we recommend booking an appointment. You can book easily through our website." + id: "3", title: "Are walk-ins welcome?", content: "Walk-ins are welcome, but wait times may apply depending on how busy we are. To guarantee your preferred time without waiting, we recommend booking an appointment. You can book easily through our website or call us." }, { - id: "4", title: "Do you offer gift certificates?", content: "Yes! Gift certificates are perfect for any occasion. You can purchase them in-person or by calling us. They're a wonderful way to give the gift of self-care and pampering." + id: "4", title: "Do you offer gift certificates?", content: "Yes! Gift certificates are perfect for any occasion. You can purchase them in-person at 225 Kelly St or by calling us at (440) 647-1000. They're a wonderful way to give the gift of self-care and pampering." }, { id: "5", title: "What's your cancellation policy?", content: "We ask for 24 hours notice for cancellations. Cancellations made with less than 24 hours notice may incur a small fee. Life happens—just let us know as soon as possible if your plans change!" }, { - id: "6", title: "Are you accessible for clients with mobility needs?", content: "Yes, our salon is accessible. We have convenient parking and our space is designed to be welcoming for all clients. If you have specific accessibility needs, please let us know when booking, and we'll make sure everything is comfortable." + id: "6", title: "Are you accessible for clients with mobility needs?", content: "Yes, our salon at 225 Kelly St, Wellington, OH 44090 is accessible. We have convenient parking and our space is designed to be welcoming for all clients. If you have specific accessibility needs, please let us know when booking, and we'll make sure everything is comfortable." } ]} /> @@ -207,11 +248,11 @@ export default function LandingPage() {
@@ -233,33 +274,35 @@ export default function LandingPage() { { label: "Hair Cutting & Styling", href: "#services" }, { label: "Hair Color & Treatment", href: "#services" }, { label: "Nail Care & Design", href: "#services" }, - { label: "Special Occasion Styling", href: "#services" } + { label: "Additional Services", href: "#services" } ] }, { title: "Company", items: [ { label: "About Us", href: "#about" }, - { label: "Our Team", href: "#team" }, - { label: "Contact", href: "#contact" }, + { label: "Why Us", href: "#why-us" }, + { label: "Gallery", href: "#gallery" }, { label: "FAQ", href: "#faq" } ] }, { - title: "Contact", items: [ - { label: "Phone: (555) 123-4567", href: "tel:5551234567" }, - { label: "Email: hello@salonimage.com", href: "mailto:hello@salonimage.com" }, - { label: "Located Locally", href: "#" } + title: "Location & Hours", items: [ + { label: "225 Kelly St, Wellington, OH 44090", href: "#" }, + { label: "Monday - Friday: 9am - 6pm", href: "#" }, + { label: "Saturday: 9am - 5pm", href: "#" }, + { label: "Sunday: Closed", href: "#" } ] }, { - title: "Follow Us", items: [ + title: "Contact", items: [ + { label: "Phone: (440) 647-1000", href: "tel:4406471000" }, + { label: "Email: hello@salonimage.com", href: "mailto:hello@salonimage.com" }, { label: "Instagram", href: "https://instagram.com" }, - { label: "Facebook", href: "https://facebook.com" }, - { label: "Pinterest", href: "https://pinterest.com" } + { label: "Facebook", href: "https://facebook.com" } ] } ]} - copyrightText="© 2025 Salon Image. All rights reserved." + copyrightText="© 2025 Salon Image. All rights reserved. Located in Wellington, OH." />