Merge version_1 into main #3
@@ -103,17 +103,17 @@ export default function AboutPage() {
|
||||
id: "1", title: "Trained in Tradition", author: "Foundation", description:
|
||||
"Tony learned barbering the right way—under the mentorship of experienced barbers who believed in taking time with every customer and doing the work right.", tags: ["Heritage", "Craft"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg", imageAlt: "Traditional barber training"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=4", imageAlt: "Traditional barber training"},
|
||||
{
|
||||
id: "2", title: "Two Decades of Service", author: "Experience", description:
|
||||
"For over 20 years, Tony has been a fixture in this neighborhood, cutting hair and building relationships with customers who have been coming back for 15+ years.", tags: ["Loyalty", "Trust"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Years of experience"},
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=6", imageAlt: "Years of experience"},
|
||||
{
|
||||
id: "3", title: "Quality Over Volume", author: "Philosophy", description:
|
||||
"Tony believes in old-school barbering values: take your time, pay attention to detail, treat every customer like family, and never compromise on quality for speed.", tags: ["Excellence", "Integrity"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Quality barbering"},
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=7", imageAlt: "Quality barbering"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,16 +127,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg", imageAlt: "James Wilson"},
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg?_wi=2", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg", imageAlt: "Michael Chen"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg", imageAlt: "David Rodriguez"},
|
||||
"http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg?_wi=2", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Marcus Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg", imageAlt: "Marcus Thompson"},
|
||||
"http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg?_wi=2", imageAlt: "Marcus Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function ContactPage() {
|
||||
description="Walk-ins welcome. No appointment needed. Cash only. A friendly neighborhood barber with over 20 years of experience."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=7"
|
||||
imageAlt="Armour Barber Shop storefront"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -93,9 +93,9 @@ export default function HomePage() {
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg", imageAlt: "vintage barber shop interior traditional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=1", imageAlt: "vintage barber shop interior traditional"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "traditional scissors hair cut classic"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=1", imageAlt: "traditional scissors hair cut classic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-plus-size-man-working-as-hairstylist_23-2150754692.jpg", imageAlt: "experienced barber man cutting hair professional"},
|
||||
]}
|
||||
@@ -129,22 +129,22 @@ export default function HomePage() {
|
||||
id: "1", title: "Men's Haircut", author: "Classic", description:
|
||||
"Professional haircuts tailored to your style with expert precision and attention to detail.", tags: ["Popular", "Quality"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Men's haircut service"},
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=2", imageAlt: "Men's haircut service"},
|
||||
{
|
||||
id: "2", title: "Classic Scissor Cut", author: "Traditional", description:
|
||||
"Old-school scissor-only cuts that showcase true barbering skill and craftsmanship.", tags: ["Traditional", "Expert"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Scissor cut service"},
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=3", imageAlt: "Scissor cut service"},
|
||||
{
|
||||
id: "3", title: "Beard Trim", author: "Meticulous", description:
|
||||
"Careful beard trimming and shaping for a clean, well-groomed appearance.", tags: ["Detail", "Quality"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Beard trim service"},
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=4", imageAlt: "Beard trim service"},
|
||||
{
|
||||
id: "4", title: "Barber Services", author: "Professional", description:
|
||||
"Complete traditional barbering experience with the care and attention you deserve.", tags: ["Authentic", "Trusted"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Traditional barber service"},
|
||||
"http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=5", imageAlt: "Traditional barber service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -182,16 +182,16 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg", imageAlt: "James Wilson"},
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg?_wi=1", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg", imageAlt: "Michael Chen"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg", imageAlt: "David Rodriguez"},
|
||||
"http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg?_wi=1", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Marcus Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg", imageAlt: "Marcus Thompson"},
|
||||
"http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg?_wi=1", imageAlt: "Marcus Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
description="Everything you need to know about visiting Armour Barber Shop"
|
||||
tag="FAQ"
|
||||
tagAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=2"
|
||||
imageAlt="Armour Barber Shop"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="left"
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
description="Walk-ins welcome. No appointment needed. Cash only. A friendly neighborhood barber with over 20 years of experience."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=3"
|
||||
imageAlt="Armour Barber Shop storefront"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -75,13 +75,13 @@ export default function PricingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg", imageAlt: "James Wilson"},
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg?_wi=4", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg?_wi=4", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg", imageAlt: "David Rodriguez"},
|
||||
id: "3", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg?_wi=4", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg", imageAlt: "Marcus Thompson"},
|
||||
id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg?_wi=4", imageAlt: "Marcus Thompson"},
|
||||
]}
|
||||
cardTitle="Join thousands of satisfied customers who trust Armour Barber Shop for quality haircuts and genuine hospitality"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -101,7 +101,7 @@ export default function PricingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=6"
|
||||
imageAlt="Armour Barber Shop storefront"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -45,16 +45,16 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Men's Haircut", author: "Classic", description: "Professional haircuts tailored to your style with expert precision and attention to detail.", tags: ["Popular", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Men's haircut service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=8", imageAlt: "Men's haircut service"},
|
||||
{
|
||||
id: "2", title: "Classic Scissor Cut", author: "Traditional", description: "Old-school scissor-only cuts that showcase true barbering skill and craftsmanship.", tags: ["Traditional", "Expert"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Scissor cut service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=9", imageAlt: "Scissor cut service"},
|
||||
{
|
||||
id: "3", title: "Beard Trim", author: "Meticulous", description: "Careful beard trimming and shaping for a clean, well-groomed appearance.", tags: ["Detail", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Beard trim service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=10", imageAlt: "Beard trim service"},
|
||||
{
|
||||
id: "4", title: "Barber Services", author: "Professional", description: "Complete traditional barbering experience with the care and attention you deserve.", tags: ["Authentic", "Trusted"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg", imageAlt: "Traditional barber service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-arranging-her-tools_23-2150771258.jpg?_wi=11", imageAlt: "Traditional barber service"},
|
||||
]}
|
||||
animationType="none"
|
||||
title="Our Services"
|
||||
@@ -69,13 +69,13 @@ export default function ServicesPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg", imageAlt: "James Wilson"},
|
||||
id: "1", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-laughing_23-2148859449.jpg?_wi=3", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-ginger-man-stylish-navy-t-shirt-looking-camera-showing-thumb-up-while-posing-blue-studio-background-human-facial-expressions-sincere-emotions_639032-2116.jpg?_wi=3", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg", imageAlt: "David Rodriguez"},
|
||||
id: "3", name: "David Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-spending-time-together_23-2148436159.jpg?_wi=3", imageAlt: "David Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg", imageAlt: "Marcus Thompson"},
|
||||
id: "4", name: "Marcus Thompson", imageSrc: "http://img.b2bpic.net/free-photo/fired-businessman-holding-his-belongings-screaming-from-frustration-office_637285-6837.jpg?_wi=3", imageAlt: "Marcus Thompson"},
|
||||
]}
|
||||
cardTitle="Join thousands of satisfied customers who trust Armour Barber Shop for quality haircuts and genuine hospitality"
|
||||
cardTag="Customer Reviews"
|
||||
@@ -102,7 +102,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
id: "6", title: "How long is a typical visit?", content: "Most haircuts take 20-30 minutes depending on the style and how busy we are. We treat every customer like family, so expect great conversation too!"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-8611.jpg?_wi=5"
|
||||
imageAlt="Armour Barber Shop"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user