Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 16:45:01 +00:00
2 changed files with 1384 additions and 17 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,23 +48,23 @@ export default function SublimePage() {
background={{ variant: "circleGradient" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg", imageAlt: "Fade haircut styling"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg?_wi=1", imageAlt: "Fade haircut styling"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg", imageAlt: "Textured cut design"},
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg?_wi=1", imageAlt: "Textured cut design"},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg", imageAlt: "Pompadour style"},
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg?_wi=1", imageAlt: "Pompadour style"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg", imageAlt: "Undercut precision"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg?_wi=1", imageAlt: "Undercut precision"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg", imageAlt: "Professional haircut"},
imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=1", imageAlt: "Professional haircut"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-shaving-his-beard_23-2148506240.jpg", imageAlt: "Beard grooming"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-shaving-his-beard_23-2148506240.jpg?_wi=1", imageAlt: "Beard grooming"},
{
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-with-shaving-cream-face_23-2148272455.jpg", imageAlt: "Straight razor shave"},
imageSrc: "http://img.b2bpic.net/free-photo/adult-man-with-shaving-cream-face_23-2148272455.jpg?_wi=1", imageAlt: "Straight razor shave"},
{
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7263.jpg", imageAlt: "Barbershop interior"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7263.jpg?_wi=1", imageAlt: "Barbershop interior"},
]}
buttons={[
{ text: "Book Appointment", href: "#contact" },
@@ -80,15 +80,15 @@ export default function SublimePage() {
features={[
{
id: 1,
tag: "Classic Service", title: "Professional Haircuts", subtitle: "Expert precision styling", description: "From fades to textured cuts, our barbers deliver precision haircuts customized to your style preferences. Each cut is executed with attention to detail and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg", imageAlt: "Professional haircut service", buttons: [{ text: "Learn More", href: "#contact" }],
tag: "Classic Service", title: "Professional Haircuts", subtitle: "Expert precision styling", description: "From fades to textured cuts, our barbers deliver precision haircuts customized to your style preferences. Each cut is executed with attention to detail and craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-making-styling-beard-client-salon_23-2148181978.jpg?_wi=2", imageAlt: "Professional haircut service", buttons: [{ text: "Learn More", href: "#contact" }],
},
{
id: 2,
tag: "Grooming", title: "Beard Trimming & Styling", subtitle: "Sculpted perfection", description: "Keep your beard looking sharp with our expert beard grooming services. We trim, shape, and style your facial hair to enhance your overall appearance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-shaving-his-beard_23-2148506240.jpg", imageAlt: "Beard grooming service", buttons: [{ text: "Learn More", href: "#contact" }],
tag: "Grooming", title: "Beard Trimming & Styling", subtitle: "Sculpted perfection", description: "Keep your beard looking sharp with our expert beard grooming services. We trim, shape, and style your facial hair to enhance your overall appearance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-shaving-his-beard_23-2148506240.jpg?_wi=2", imageAlt: "Beard grooming service", buttons: [{ text: "Learn More", href: "#contact" }],
},
{
id: 3,
tag: "Premium Service", title: "Straight Razor Shaves", subtitle: "Classic luxury experience", description: "Enjoy a traditional straight razor shave for the ultimate grooming experience. Our barbers use premium products and techniques for a smooth, close shave.", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-with-shaving-cream-face_23-2148272455.jpg", imageAlt: "Straight razor shave service", buttons: [{ text: "Learn More", href: "#contact" }],
tag: "Premium Service", title: "Straight Razor Shaves", subtitle: "Classic luxury experience", description: "Enjoy a traditional straight razor shave for the ultimate grooming experience. Our barbers use premium products and techniques for a smooth, close shave.", imageSrc: "http://img.b2bpic.net/free-photo/adult-man-with-shaving-cream-face_23-2148272455.jpg?_wi=2", imageAlt: "Straight razor shave service", buttons: [{ text: "Learn More", href: "#contact" }],
},
]}
title="Our Services"
@@ -110,7 +110,7 @@ export default function SublimePage() {
tag="About Sublime"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7263.jpg"
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7263.jpg?_wi=2"
imageAlt="Sublime Barbershop interior"
useInvertedBackground={false}
buttons={[{ text: "Contact Us", href: "#contact" }]}
@@ -122,13 +122,13 @@ export default function SublimePage() {
<ProductCardThree
products={[
{
id: "1", name: "Classic Fade", price: "Starting at $25", imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg", imageAlt: "Fade haircut"},
id: "1", name: "Classic Fade", price: "Starting at $25", imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11770.jpg?_wi=2", imageAlt: "Fade haircut"},
{
id: "2", name: "Textured Style", price: "Starting at $28", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg", imageAlt: "Textured cut"},
id: "2", name: "Textured Style", price: "Starting at $28", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-fresh-haircut_23-2148242775.jpg?_wi=2", imageAlt: "Textured cut"},
{
id: "3", name: "Pompadour Cut", price: "Starting at $30", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg", imageAlt: "Pompadour style"},
id: "3", name: "Pompadour Cut", price: "Starting at $30", imageSrc: "http://img.b2bpic.net/free-photo/male-barber-with-hairdryer-working-with-senior-client_23-2148181898.jpg?_wi=2", imageAlt: "Pompadour style"},
{
id: "4", name: "Modern Undercut", price: "Starting at $32", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg", imageAlt: "Undercut design"},
id: "4", name: "Modern Undercut", price: "Starting at $32", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-sitting-bar-counter_23-2147861962.jpg?_wi=2", imageAlt: "Undercut design"},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -153,7 +153,7 @@ export default function SublimePage() {
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7263.jpg"
imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7263.jpg?_wi=3"
imageAlt="Barbershop contact"
mediaAnimation="slide-up"
mediaPosition="right"