Merge version_1 into main #2
@@ -53,80 +53,54 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (604) 777-9300",
|
||||
href: "tel:(604)777-9300",
|
||||
},
|
||||
text: "Call (604) 777-9300", href: "tel:(604)777-9300"},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "https://www.example.com/book",
|
||||
},
|
||||
text: "Book Appointment", href: "https://www.example.com/book"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Get Started",
|
||||
logoIcon: Calendar,
|
||||
title: "Get Started", logoIcon: Calendar,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beauty-vlogger-doing-video-her-followers_23-2148916312.jpg?_wi=2",
|
||||
imageAlt: "appointment booking calendar scheduling",
|
||||
searchPlaceholder: "Search services...",
|
||||
sidebarItems: [
|
||||
"http://img.b2bpic.net/free-photo/beauty-vlogger-doing-video-her-followers_23-2148916312.jpg", imageAlt: "appointment booking calendar scheduling", searchPlaceholder: "Search services...", sidebarItems: [
|
||||
{ icon: Phone, active: true },
|
||||
{ icon: Calendar, active: false },
|
||||
{ icon: MapPin, active: false },
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(604)777-9300",
|
||||
},
|
||||
text: "Call Now", href: "tel:(604)777-9300"},
|
||||
{
|
||||
text: "Book Online",
|
||||
href: "https://www.example.com/book",
|
||||
},
|
||||
text: "Book Online", href: "https://www.example.com/book"},
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "📍 Location",
|
||||
values: ["228", "Schoolhouse", "St"],
|
||||
description: "Coquitlam, BC",
|
||||
},
|
||||
title: "📍 Location", values: [228, "Schoolhouse", "St"],
|
||||
description: "Coquitlam, BC"},
|
||||
{
|
||||
title: "📞 Phone",
|
||||
values: ["(604)", "777", "9300"],
|
||||
description: "Call us today",
|
||||
},
|
||||
title: "📞 Phone", values: [604, 777, 9300],
|
||||
description: "Call us today"},
|
||||
{
|
||||
title: "⏰ Hours",
|
||||
values: ["Mon-Fri", "9AM-7PM", "Sat-Sun"],
|
||||
description: "Open 6 days/week",
|
||||
},
|
||||
title: "⏰ Hours", values: ["Mon-Fri", "9AM-7PM", "Sat-Sun"],
|
||||
description: "Open 6 days/week"},
|
||||
],
|
||||
chartTitle: "Booking Availability",
|
||||
chartData: [
|
||||
chartTitle: "Booking Availability", chartData: [
|
||||
{ value: 85 },
|
||||
{ value: 70 },
|
||||
{ value: 90 },
|
||||
{ value: 60 },
|
||||
{ value: 75 },
|
||||
],
|
||||
listTitle: "Contact Methods",
|
||||
listItems: [
|
||||
listTitle: "Contact Methods", listItems: [
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Call (604) 777-9300",
|
||||
status: "Available",
|
||||
},
|
||||
title: "Call (604) 777-9300", status: "Available"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Book Online",
|
||||
status: "24/7",
|
||||
},
|
||||
title: "Book Online", status: "24/7"},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Visit Us In-Person",
|
||||
status: "Walk-ins Welcome",
|
||||
},
|
||||
title: "Visit Us In-Person", status: "Walk-ins Welcome"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -141,7 +115,7 @@ export default function ContactPage() {
|
||||
description="Our expert team is ready to help"
|
||||
subdescription="We're located in beautiful Coquitlam and welcome both appointments and walk-ins."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg"
|
||||
imageAlt="luxury salon interior modern design"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -151,14 +125,13 @@ export default function ContactPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg"
|
||||
imageAlt="Filomena Salon & Spa Interior"
|
||||
logoText="Filomena Salon & Spa"
|
||||
copyrightText="© 2025 Filomena Salon & Spa. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Hair Coloring", href: "/services" },
|
||||
{ label: "Hair Extensions", href: "/services" },
|
||||
{ label: "Lash Extensions", href: "/services" },
|
||||
@@ -166,8 +139,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Book Now", href: "https://www.example.com/book" },
|
||||
@@ -175,8 +147,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Google Reviews", href: "https://google.com/maps" },
|
||||
|
||||
212
src/app/page.tsx
212
src/app/page.tsx
@@ -47,22 +47,15 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(604)777-9300",
|
||||
},
|
||||
text: "Call Now", href: "tel:(604)777-9300"},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "https://www.example.com/book",
|
||||
},
|
||||
text: "Book Appointment", href: "https://www.example.com/book"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Salon Highlights",
|
||||
logoIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg?_wi=1",
|
||||
searchPlaceholder: "Search services...",
|
||||
sidebarItems: [
|
||||
title: "Salon Highlights", logoIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg", searchPlaceholder: "Search services...", sidebarItems: [
|
||||
{ icon: Scissors, active: true },
|
||||
{ icon: Brush, active: false },
|
||||
{ icon: Zap, active: false },
|
||||
@@ -73,46 +66,32 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "4.8 Stars",
|
||||
values: ["4.8", "4.8", "4.8"],
|
||||
description: "Rating on Google",
|
||||
},
|
||||
title: "4.8 Stars", values: [4.8, 4.8, 4.8],
|
||||
description: "Rating on Google"},
|
||||
{
|
||||
title: "1.1K Reviews",
|
||||
values: ["1100", "1100", "1100"],
|
||||
description: "Happy clients",
|
||||
},
|
||||
title: "1.1K Reviews", values: [1100, 1100, 1100],
|
||||
description: "Happy clients"},
|
||||
{
|
||||
title: "15+ Years",
|
||||
values: ["15", "15", "15"],
|
||||
description: "In business",
|
||||
},
|
||||
title: "15+ Years", values: [15, 15, 15],
|
||||
description: "In business"},
|
||||
],
|
||||
chartTitle: "Client Satisfaction",
|
||||
chartData: [
|
||||
chartTitle: "Client Satisfaction", chartData: [
|
||||
{ value: 95 },
|
||||
{ value: 92 },
|
||||
{ value: 98 },
|
||||
{ value: 94 },
|
||||
{ value: 96 },
|
||||
],
|
||||
listTitle: "Top Services",
|
||||
listItems: [
|
||||
listTitle: "Top Services", listItems: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Balayage Hair Coloring",
|
||||
status: "Popular",
|
||||
},
|
||||
title: "Balayage Hair Coloring", status: "Popular"},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Lash Extensions",
|
||||
status: "Trending",
|
||||
},
|
||||
title: "Lash Extensions", status: "Trending"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Hair Extensions",
|
||||
status: "Requested",
|
||||
},
|
||||
title: "Hair Extensions", status: "Requested"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -128,14 +107,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"✨ 4.8 Star Rating",
|
||||
"📍 Coquitlam, BC Local",
|
||||
"💇 Expert Stylists",
|
||||
"⭐ 1,100+ Reviews",
|
||||
"🏆 Trusted Since 2009",
|
||||
"💎 Premium Products",
|
||||
"🎯 Personalized Service",
|
||||
]}
|
||||
"✨ 4.8 Star Rating", "📍 Coquitlam, BC Local", "💇 Expert Stylists", "⭐ 1,100+ Reviews", "🏆 Trusted Since 2009", "💎 Premium Products", "🎯 Personalized Service"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -153,53 +125,27 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Balayage & Hair Coloring",
|
||||
tags: ["Popular", "Trending"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg?_wi=1",
|
||||
imageAlt: "balayage hair transformation before after",
|
||||
},
|
||||
id: "1", title: "Balayage & Hair Coloring", tags: ["Popular", "Trending"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg", imageAlt: "balayage hair transformation before after"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Lash Extensions",
|
||||
tags: ["Beauty", "Enhancement"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-her-eyelashes_23-2148895518.jpg?_wi=1",
|
||||
imageAlt: "lash extensions close-up beauty eyes",
|
||||
},
|
||||
id: "2", title: "Lash Extensions", tags: ["Beauty", "Enhancement"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-care-her-eyelashes_23-2148895518.jpg", imageAlt: "lash extensions close-up beauty eyes"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Hair Extensions",
|
||||
tags: ["Volume", "Length"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-models-with-makeup-clean-healthy-skin-face-pink-wall_158538-14834.jpg?_wi=1",
|
||||
imageAlt: "hair extensions long locks styling",
|
||||
},
|
||||
id: "3", title: "Hair Extensions", tags: ["Volume", "Length"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-women-models-with-makeup-clean-healthy-skin-face-pink-wall_158538-14834.jpg", imageAlt: "hair extensions long locks styling"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Men's Fades & Grooming",
|
||||
tags: ["Barbering", "Precision"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-costumer-mirror_23-2148242869.jpg?_wi=1",
|
||||
imageAlt: "professional men's fade haircut barber",
|
||||
},
|
||||
id: "4", title: "Men's Fades & Grooming", tags: ["Barbering", "Precision"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-looking-costumer-mirror_23-2148242869.jpg", imageAlt: "professional men's fade haircut barber"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Women's Haircuts",
|
||||
tags: ["Styling", "Trending"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4457.jpg?_wi=1",
|
||||
imageAlt: "women's professional haircut styling salon",
|
||||
},
|
||||
id: "5", title: "Women's Haircuts", tags: ["Styling", "Trending"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4457.jpg", imageAlt: "women's professional haircut styling salon"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Blowouts & Styling",
|
||||
tags: ["Quick Service", "Express"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg?_wi=2",
|
||||
imageAlt: "luxury salon interior modern design",
|
||||
},
|
||||
id: "6", title: "Blowouts & Styling", tags: ["Quick Service", "Express"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg", imageAlt: "luxury salon interior modern design"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Service",
|
||||
href: "https://www.example.com/book",
|
||||
},
|
||||
text: "Book a Service", href: "https://www.example.com/book"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -213,7 +159,7 @@ export default function HomePage() {
|
||||
description="Expert Stylists with Years of Experience"
|
||||
subdescription="We're committed to quality, transformation, and client satisfaction."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-females-taking-selfies_23-2148387766.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiley-females-taking-selfies_23-2148387766.jpg"
|
||||
imageAlt="professional hair stylists team salon"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -231,41 +177,13 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Absolutely Transformed My Hair",
|
||||
quote: "I came in for a consultation on balayage and left feeling like a new person. The stylists were incredibly knowledgeable and made me feel comfortable throughout the entire process. Highly recommend!",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Client since 2021",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg?_wi=1",
|
||||
imageAlt: "happy salon client portrait professional",
|
||||
},
|
||||
id: "1", title: "Absolutely Transformed My Hair", quote: "I came in for a consultation on balayage and left feeling like a new person. The stylists were incredibly knowledgeable and made me feel comfortable throughout the entire process. Highly recommend!", name: "Sarah Mitchell", role: "Client since 2021", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-styling-clients-hair_107420-94690.jpg", imageAlt: "happy salon client portrait professional"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Lash Extensions in Coquitlam",
|
||||
quote: "Finally found a salon that does lash extensions right. The attention to detail is amazing, and my lashes look natural and beautiful. I book every 3 weeks!",
|
||||
name: "Jennifer Chen",
|
||||
role: "Regular Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg?_wi=1",
|
||||
imageAlt: "professional woman portrait happy",
|
||||
},
|
||||
id: "2", title: "Best Lash Extensions in Coquitlam", quote: "Finally found a salon that does lash extensions right. The attention to detail is amazing, and my lashes look natural and beautiful. I book every 3 weeks!", name: "Jennifer Chen", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg", imageAlt: "professional woman portrait happy"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Professional Service Every Time",
|
||||
quote: "Whether it's a quick haircut or a full color treatment, Filomena delivers excellence consistently. The team is friendly, professional, and always listens to what you want.",
|
||||
name: "Amanda Rodriguez",
|
||||
role: "Client since 2019",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-girl-with-blonde-wavy-hair-modern-luxury-room-young-woman-smiling-wearing-stylish-elegant-black-dress-with-paillettes-sleeves_197531-2859.jpg?_wi=1",
|
||||
imageAlt: "woman portrait happy professional",
|
||||
},
|
||||
id: "3", title: "Professional Service Every Time", quote: "Whether it's a quick haircut or a full color treatment, Filomena delivers excellence consistently. The team is friendly, professional, and always listens to what you want.", name: "Amanda Rodriguez", role: "Client since 2019", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-girl-with-blonde-wavy-hair-modern-luxury-room-young-woman-smiling-wearing-stylish-elegant-black-dress-with-paillettes-sleeves_197531-2859.jpg", imageAlt: "woman portrait happy professional"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Worth Every Penny",
|
||||
quote: "The premium products they use make such a difference in the final result. My hair has never looked or felt better. I wouldn't trust my hair to anyone else.",
|
||||
name: "Lisa Thompson",
|
||||
role: "Loyal Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-eyed-woman-white-t-shirt-pink-jacket-with-snow-white-smile-looks-front-posing-street_197531-17040.jpg",
|
||||
imageAlt: "happy woman portrait professional",
|
||||
},
|
||||
id: "4", title: "Worth Every Penny", quote: "The premium products they use make such a difference in the final result. My hair has never looked or felt better. I wouldn't trust my hair to anyone else.", name: "Lisa Thompson", role: "Loyal Client", imageSrc: "http://img.b2bpic.net/free-photo/green-eyed-woman-white-t-shirt-pink-jacket-with-snow-white-smile-looks-front-posing-street_197531-17040.jpg", imageAlt: "happy woman portrait professional"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -280,22 +198,15 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call (604) 777-9300",
|
||||
href: "tel:(604)777-9300",
|
||||
},
|
||||
text: "Call (604) 777-9300", href: "tel:(604)777-9300"},
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "https://www.example.com/book",
|
||||
},
|
||||
text: "Book Appointment", href: "https://www.example.com/book"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Get Started",
|
||||
logoIcon: Calendar,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-doing-video-her-followers_23-2148916312.jpg?_wi=1",
|
||||
searchPlaceholder: "Search services...",
|
||||
sidebarItems: [
|
||||
title: "Get Started", logoIcon: Calendar,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-vlogger-doing-video-her-followers_23-2148916312.jpg", searchPlaceholder: "Search services...", sidebarItems: [
|
||||
{ icon: Phone, active: true },
|
||||
{ icon: Calendar, active: false },
|
||||
{ icon: MapPin, active: false },
|
||||
@@ -306,46 +217,32 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "📍 Location",
|
||||
values: ["228", "Schoolhouse", "St"],
|
||||
description: "Coquitlam, BC",
|
||||
},
|
||||
title: "📍 Location", values: [228, "Schoolhouse", "St"],
|
||||
description: "Coquitlam, BC"},
|
||||
{
|
||||
title: "📞 Phone",
|
||||
values: ["(604)", "777", "9300"],
|
||||
description: "Call us today",
|
||||
},
|
||||
title: "📞 Phone", values: [604, 777, 9300],
|
||||
description: "Call us today"},
|
||||
{
|
||||
title: "⏰ Hours",
|
||||
values: ["Mon-Fri", "9AM-7PM", "Sat-Sun"],
|
||||
description: "Open 6 days/week",
|
||||
},
|
||||
title: "⏰ Hours", values: ["Mon-Fri", "9AM-7PM", "Sat-Sun"],
|
||||
description: "Open 6 days/week"},
|
||||
],
|
||||
chartTitle: "Booking Availability",
|
||||
chartData: [
|
||||
chartTitle: "Booking Availability", chartData: [
|
||||
{ value: 85 },
|
||||
{ value: 70 },
|
||||
{ value: 90 },
|
||||
{ value: 60 },
|
||||
{ value: 75 },
|
||||
],
|
||||
listTitle: "Contact Methods",
|
||||
listItems: [
|
||||
listTitle: "Contact Methods", listItems: [
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Call (604) 777-9300",
|
||||
status: "Available",
|
||||
},
|
||||
title: "Call (604) 777-9300", status: "Available"},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Book Online",
|
||||
status: "24/7",
|
||||
},
|
||||
title: "Book Online", status: "24/7"},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Visit Us In-Person",
|
||||
status: "Walk-ins Welcome",
|
||||
},
|
||||
title: "Visit Us In-Person", status: "Walk-ins Welcome"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -354,14 +251,13 @@ export default function HomePage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg"
|
||||
imageAlt="Filomena Salon & Spa Interior"
|
||||
logoText="Filomena Salon & Spa"
|
||||
copyrightText="© 2025 Filomena Salon & Spa. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Hair Coloring", href: "/services" },
|
||||
{ label: "Hair Extensions", href: "/services" },
|
||||
{ label: "Lash Extensions", href: "/services" },
|
||||
@@ -369,8 +265,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#why-choose" },
|
||||
{ label: "Contact", href: "#cta-banner" },
|
||||
{ label: "Book Now", href: "https://www.example.com/book" },
|
||||
@@ -378,8 +273,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Google Reviews", href: "https://google.com/maps" },
|
||||
|
||||
Reference in New Issue
Block a user