Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,23 +48,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg", imageAlt: "Barber shop interior with professional styling stations"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg?_wi=1", imageAlt: "Barber shop interior with professional styling stations"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg", imageAlt: "Professional haircut service at Ochoa Fades"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg?_wi=1", imageAlt: "Professional haircut service at Ochoa Fades"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg", imageAlt: "Expert beard grooming and shaping"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg?_wi=1", imageAlt: "Expert beard grooming and shaping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg", imageAlt: "Professional barber team providing excellent service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=1", imageAlt: "Professional barber team providing excellent service"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-young-man_23-2148121872.jpg", imageAlt: "Classic straight razor shave service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-young-man_23-2148121872.jpg?_wi=1", imageAlt: "Classic straight razor shave service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg", imageAlt: "Experienced barber working with precision"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=2", imageAlt: "Experienced barber working with precision"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg", imageAlt: "Quality haircut styling service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg?_wi=2", imageAlt: "Quality haircut styling service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg", imageAlt: "Modern barber shop environment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg?_wi=2", imageAlt: "Modern barber shop environment"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
tag="Your Trusted Barber"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=3"
|
||||
imageAlt="Professional barber team at Ochoa Fades"
|
||||
buttons={[{ text: "Get in Touch", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -101,13 +101,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Professional Haircuts", tags: ["Precision", "Modern Styles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg", imageAlt: "Expert professional haircut service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18583.jpg?_wi=3", imageAlt: "Expert professional haircut service"},
|
||||
{
|
||||
id: "2", title: "Beard Grooming & Trim", tags: ["Detailed Work", "Styling"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg", imageAlt: "Professional beard grooming service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barber-cutting-client-s-beard-close-up_23-2148242864.jpg?_wi=2", imageAlt: "Professional beard grooming service"},
|
||||
{
|
||||
id: "3", title: "Classic Straight Razor Shave", tags: ["Traditional", "Relaxing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-young-man_23-2148121872.jpg", imageAlt: "Traditional straight razor shave experience"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shaving-concept-with-attractive-young-man_23-2148121872.jpg?_wi=2", imageAlt: "Traditional straight razor shave experience"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressers-instruments-desk_23-2148181925.jpg?_wi=3"
|
||||
imageAlt="Ochoa Fades barber shop location"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user