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
@@ -49,23 +49,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg", imageAlt: "Fresh fade haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=1", imageAlt: "Fresh fade haircut"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg", imageAlt: "Barbershop interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=1", imageAlt: "Barbershop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Kids haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=1", imageAlt: "Kids haircut"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg", imageAlt: "Sharp fade haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=1", imageAlt: "Sharp fade haircut"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg", imageAlt: "Professional haircut"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=2", imageAlt: "Professional haircut"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg", imageAlt: "Before after transformation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg?_wi=1", imageAlt: "Before after transformation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg", imageAlt: "Clean fade"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=2", imageAlt: "Clean fade"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg", imageAlt: "Shop interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=2", imageAlt: "Shop interior"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -118,16 +118,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Men's Haircuts", description: "Expert cuts with precision fade lines and modern styling.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg", imageAlt: "Men's haircut service", buttonIcon: ArrowRight,
|
||||
title: "Men's Haircuts", description: "Expert cuts with precision fade lines and modern styling.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=3", imageAlt: "Men's haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
{
|
||||
title: "Kids Haircuts", description: "Friendly, patient service perfect for children of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg", imageAlt: "Kids haircut service", buttonIcon: ArrowRight,
|
||||
title: "Kids Haircuts", description: "Friendly, patient service perfect for children of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=2", imageAlt: "Kids haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
{
|
||||
title: "Skin Fades", description: "Clean, sharp fades with expert precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg", imageAlt: "Skin fade service", buttonIcon: ArrowRight,
|
||||
title: "Skin Fades", description: "Clean, sharp fades with expert precision and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=3", imageAlt: "Skin fade service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
{
|
||||
title: "Beard Trims", description: "Professional beard grooming and shaping services.", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg", imageAlt: "Beard trim service", buttonIcon: ArrowRight,
|
||||
title: "Beard Trims", description: "Professional beard grooming and shaping services.", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=3", imageAlt: "Beard trim service", buttonIcon: ArrowRight,
|
||||
buttonHref: "tel:(682)252-4568"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -156,15 +156,15 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Fresh Fades", price: "Professional Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg"},
|
||||
id: "1", name: "Fresh Fades", price: "Professional Quality", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-still-getting-haircut_23-2148256957.jpg?_wi=4"},
|
||||
{
|
||||
id: "2", name: "Sharp Lines", price: "Expert Precision", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg"},
|
||||
id: "2", name: "Sharp Lines", price: "Expert Precision", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-getting-his-beard-cut_23-2148256855.jpg?_wi=4"},
|
||||
{
|
||||
id: "3", name: "Kids Cuts", price: "Family Friendly", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg"},
|
||||
id: "3", name: "Kids Cuts", price: "Family Friendly", imageSrc: "http://img.b2bpic.net/free-photo/hairstylist-giving-haircut-customer_23-2148506232.jpg?_wi=3"},
|
||||
{
|
||||
id: "4", name: "Shop Interior", price: "Clean & Professional", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg"},
|
||||
id: "4", name: "Shop Interior", price: "Clean & Professional", imageSrc: "http://img.b2bpic.net/free-photo/barber-cutting-client-s-hair-his-shop_23-2149186530.jpg?_wi=4"},
|
||||
{
|
||||
id: "5", name: "Transformations", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg"},
|
||||
id: "5", name: "Transformations", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665407.jpg?_wi=2"},
|
||||
]}
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user