Update src/app/about/page.tsx
This commit is contained in:
@@ -39,7 +39,7 @@ export default function AboutPage() {
|
||||
tag="About Nails N Beyond"
|
||||
title="Luxury Nail Care Since 2015"
|
||||
description="For over a decade, Nails N Beyond has been the trusted destination for luxury nail care and spa treatments in Sun Valley. Our journey began with a simple vision: to create a sanctuary where clients could experience professional nail artistry, relaxation, and personalized service in an elegant, welcoming environment."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=3"
|
||||
imageAlt="Nails N Beyond salon interior"
|
||||
buttons={[{ text: "Visit Us", href: "/contact" }]}
|
||||
useInvertedBackground={false}
|
||||
@@ -58,21 +58,21 @@ export default function AboutPage() {
|
||||
id: "1",
|
||||
name: "Tina",
|
||||
role: "Senior Nail Artist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=2",
|
||||
imageAlt: "Tina, Senior Nail Artist",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kimmy",
|
||||
role: "Gel & Acrylic Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg?_wi=5",
|
||||
imageAlt: "Kimmy, Gel & Acrylic Specialist",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah",
|
||||
role: "Nail Art Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg?_wi=6",
|
||||
imageAlt: "Sarah, Nail Art Designer",
|
||||
},
|
||||
]}
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
handle: "@sarah_j",
|
||||
testimonial: "I've been coming here for 5 years and I'm never disappointed. The team is so friendly and welcoming, and my nails always look amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=6",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function AboutPage() {
|
||||
handle: "@michelle_nails",
|
||||
testimonial: "My Gel X nails with chrome looked absolutely stunning! The attention to detail is incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=7",
|
||||
imageAlt: "Michelle Chen",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function AboutPage() {
|
||||
handle: "@jess_feels_pampered",
|
||||
testimonial: "The spa pedicure was so relaxing! Made me feel like I was at a luxury resort.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
]}
|
||||
@@ -124,7 +124,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-equipments-with-soap-cotton-flower_23-2147844979.jpg?_wi=3"
|
||||
imageAlt="Salon interior"
|
||||
logoText="Nails N Beyond"
|
||||
copyrightText="© 2025 Nails N Beyond. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user