Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-11 18:31:22 +00:00

View File

@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Bottle, CalendarCheck, ClipboardList, Crown, MessageSquareText, Razor, Scissors, Sparkles, Star, Tag, Trim, Users } from "lucide-react";
import { Brush, CalendarCheck, ClipboardList, Crown, MessageSquareText, Scissors, Shaver, Sparkles, SprayCan, Star, Tag, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -52,11 +52,11 @@ export default function LandingPage() {
title="Crafting Your Perfect Look"
description="Experience the art of grooming at The Modern Cut. Precision cuts, classic shaves, and a style tailored just for you."
testimonials={[
{ id: "1", name: "Alex K.", handle: "@alexk_style", testimonial: "Best fade I've ever had! The attention to detail is incredible. Always leave feeling fresh and confident.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairstylist-doing-haircut-handsome-model-with-toned-hair_651396-990.jpg", imageAlt: "Alex K. testimonial avatar" },
{ id: "2", name: "Ben T.", handle: "@bent.grooms", testimonial: "The classic shave is an absolute experience. Relaxing atmosphere and truly skilled barbers. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg", imageAlt: "Ben T. testimonial avatar" },
{ id: "3", name: "Chris P.", handle: "@chrisp_cuts", testimonial: "Found my new go-to barber shop. The team is fantastic, always delivering top-notch cuts and a great conversation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-restaurant_23-2147955420.jpg", imageAlt: "Chris P. testimonial avatar" },
{ id: "4", name: "David M.", handle: "@davidm_fresh", testimonial: "Professional service and outstanding results every time. My beard has never looked better. Thank you!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/daily-hygiene_1098-14092.jpg", imageAlt: "David M. testimonial avatar" },
{ id: "5", name: "Ethan L.", handle: "@ethanl_gent", testimonial: "The ambience is perfect. It's more than just a haircut, it's a true grooming ritual. Pure perfection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg", imageAlt: "Ethan L. testimonial avatar" }
{ name: "Alex K.", handle: "@alexk_style", testimonial: "Best fade I've ever had! The attention to detail is incredible. Always leave feeling fresh and confident.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-hairstylist-doing-haircut-handsome-model-with-toned-hair_651396-990.jpg", imageAlt: "Alex K. testimonial avatar" },
{ name: "Ben T.", handle: "@bent.grooms", testimonial: "The classic shave is an absolute experience. Relaxing atmosphere and truly skilled barbers. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11758.jpg", imageAlt: "Ben T. testimonial avatar" },
{ name: "Chris P.", handle: "@chrisp_cuts", testimonial: "Found my new go-to barber shop. The team is fantastic, always delivering top-notch cuts and a great conversation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-restaurant_23-2147955420.jpg", imageAlt: "Chris P. testimonial avatar" },
{ name: "David M.", handle: "@davidm_fresh", testimonial: "Professional service and outstanding results every time. My beard has never looked better. Thank you!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/daily-hygiene_1098-14092.jpg", imageAlt: "David M. testimonial avatar" },
{ name: "Ethan L.", handle: "@ethanl_gent", testimonial: "The ambience is perfect. It's more than just a haircut, it's a true grooming ritual. Pure perfection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg", imageAlt: "Ethan L. testimonial avatar" }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/female-hairstylist-doing-haircut-handsome-model-with-toned-hair_651396-990.jpg", alt: "Customer Alex K." },
@@ -96,9 +96,9 @@ export default function LandingPage() {
description="Discover a range of premium grooming services designed to refresh your look and elevate your confidence."
features={[
{ title: "Precision Haircuts", description: "Expert stylists craft modern and classic haircuts with meticulous attention to detail.", bentoComponent: "reveal-icon", icon: Scissors },
{ title: "Classic Hot Lather Shaves", description: "Indulge in a luxurious hot lather shave for the smoothest finish and ultimate relaxation.", bentoComponent: "reveal-icon", icon: Razor },
{ title: "Beard Trims & Styling", description: "From shaping to complete styling, we sculpt your beard to perfection, enhancing your facial features.", bentoComponent: "reveal-icon", icon: Trim },
{ title: "Hair & Scalp Treatments", description: "Revitalize your hair with our specialized treatments for health, shine, and scalp rejuvenation.", bentoComponent: "reveal-icon", icon: Bottle }
{ title: "Classic Hot Lather Shaves", description: "Indulge in a luxurious hot lather shave for the smoothest finish and ultimate relaxation.", bentoComponent: "reveal-icon", icon: Shaver },
{ title: "Beard Trims & Styling", description: "From shaping to complete styling, we sculpt your beard to perfection, enhancing your facial features.", bentoComponent: "reveal-icon", icon: Brush },
{ title: "Hair & Scalp Treatments", description: "Revitalize your hair with our specialized treatments for health, shine, and scalp rejuvenation.", bentoComponent: "reveal-icon", icon: SprayCan }
]}
animationType="slide-up"
textboxLayout="default"