Update src/app/page.tsx

This commit is contained in:
2026-05-12 16:08:55 +00:00
parent c1a141e670
commit b6b0462b58

View File

@@ -70,7 +70,6 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardSix
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={true}
title="The Empire Barbers Selection"
@@ -80,7 +79,6 @@ export default function LandingPage() {
{ title: "Signature Beards", description: "Crisp lines and groomed excellence every time.", imageSrc: "http://img.b2bpic.net/free-photo/sideways-customer-with-eyes-closed_23-2148256865.jpg" },
{ title: "Classic Shaves", description: "Indulge in a hot towel treatment and straight razor finish.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18507.jpg" }
]}
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
/>
</div>