4 Commits

Author SHA1 Message Date
1488d2e69d Update src/app/page.tsx 2026-04-19 06:55:24 +00:00
e3f0a639f4 Merge version_1 into main
Merge version_1 into main
2026-04-19 06:47:45 +00:00
88fef01945 Merge version_1 into main
Merge version_1 into main
2026-04-19 06:45:04 +00:00
3713759654 Merge version_1 into main
Merge version_1 into main
2026-04-19 06:44:31 +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}