Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-19 06:55:27 +00:00

View File

@@ -7,7 +7,6 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
@@ -34,7 +33,6 @@ export default function LandingPage() {
{ name: "Home", id: "#hero" },
{ name: "Services", id: "#services" },
{ name: "Team", id: "#team" },
{ name: "Pricing", id: "#pricing" },
{ name: "Location", id: "#contact" },
]}
brandName="Cut Creation Barbers"
@@ -135,20 +133,6 @@ export default function LandingPage() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{ id: "std", name: "Standard Cut", price: "$30", features: ["Classic cut", "Detail work"], buttons: [{ text: "Book Now", href: "#contact" }] },
{ id: "fade", name: "Skin Fade", price: "$35", features: ["Precision blend", "Detail work"], buttons: [{ text: "Book Now", href: "#contact" }] },
]}
title="Quality Cuts at Fair Prices"
description="Simple, honest pricing for the best quality experience."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}