Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-08 02:38:39 +00:00

View File

@@ -9,7 +9,6 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -63,6 +62,7 @@ export default function LandingPage() {
gridVariant="bento-grid"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Expert Styling", description: "Trained professionals delivering excellence.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167448.jpg" },
{ title: "Modern Tools", description: "Precision equipment for refined results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506230.jpg" },
@@ -75,8 +75,9 @@ export default function LandingPage() {
<PricingCardEight
title="Grooming Packages"
description="Simple pricing for superior results."
animationType="depth-3d"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Basic", price: "$30", subtitle: "Standard Cut & Trim", buttons: [{ text: "Select" }], features: ["Haircut", "Neck trim"] },
{ id: "p2", badge: "Premium", price: "$50", subtitle: "Full Grooming Experience", buttons: [{ text: "Select" }], features: ["Haircut", "Beard trim", "Hot towel"] },
@@ -92,6 +93,7 @@ export default function LandingPage() {
author="John Doe"
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
avatars={[{ src: "http://img.b2bpic.net/free-photo/cuddling-pet_1098-14675.jpg", alt: "John Doe" }]}
/>
</div>
@@ -102,6 +104,7 @@ export default function LandingPage() {
title="Ready for your next cut?"
description="Get in touch or book online today."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/barber-giving-high-five-client_23-2147737095.jpg"
/>
</div>