Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-10 01:24:32 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Scissors, Star, Calendar } from "lucide-react";
import { Scissors } from "lucide-react";
export default function LandingPage() {
return (
@@ -69,6 +69,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
title="Signature Grooming"
description="Our premium menu is designed for those who appreciate the finer things in life."
useInvertedBackground={false}
features={[
{
title: "The Master Cut", description: "Custom tailoring your hair to your face shape and personal style.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg"
@@ -107,6 +108,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Book Your Experience"
description="Pablo's operates by appointment to ensure every client receives our undivided attention."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }