Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:49:00 +00:00
parent 54fa7080f1
commit ddf35cebf6

View File

@@ -10,8 +10,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Award, Crown, Feather, Scissors, Sparkles, Users } from "lucide-react";
@@ -37,8 +35,6 @@ export default function LandingPage() {
name: "Home", id: "#hero"},
{
name: "Services", id: "#services"},
{
name: "Team", id: "#team"},
{
name: "Pricing", id: "#pricing"},
{
@@ -159,49 +155,7 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p-fade-cut", name: "The Classic Fade", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/indian-stylish-man-black-traditional-clothes-with-white-scarf-posed-outdoor-sitting-bench_627829-12682.jpg", imageAlt: "Man with a classic fade haircut"},
{
id: "p-pompadour", name: "Signature Pompadour", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-close-up-hard-light_1321-499.jpg", imageAlt: "Man with a stylish pompadour haircut"},
{
id: "p-crew-cut", name: "Clean Crew Cut", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/handsome-african-american-man-being-serious-with-copy-space_23-2148634098.jpg", imageAlt: "Man with a neat crew cut"},
{
id: "p-hair-wax", name: "Matte Finish Hair Wax", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-beauty-product-bottle_23-2152001410.jpg", imageAlt: "Hair wax product for styling"},
{
id: "p-shampoo", name: "Premium Daily Shampoo", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg", imageAlt: "Barber grade shampoo bottle"},
{
id: "p-beard-oil", name: "Nourishing Beard Oil", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313040.jpg", imageAlt: "Beard oil bottle for grooming"},
]}
title="Popular Haircuts & Grooming Products"
description="Explore our gallery of popular styles and shop our curated selection of premium grooming products to maintain your look at home."
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "barber-1", name: "Dash R.", role: "Lead Barber & Founder", description: "With over 10 years of experience, Dash is a master of classic cuts and modern grooming techniques.", imageSrc: "http://img.b2bpic.net/free-photo/young-tattooer-dreamily-looking-camera-spending-time-modern-tattoo-studio_574295-673.jpg", imageAlt: "Portrait of Dash, the lead barber"},
{
id: "barber-2", name: "Maria S.", role: "Senior Stylist", description: "Maria specializes in precision fades and intricate beard designs, bringing an artistic touch to every client.", imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058829.jpg", imageAlt: "Portrait of Maria, a senior stylist"},
{
id: "barber-3", name: "Omar K.", role: "Grooming Specialist", description: "Omar is renowned for his luxurious hot towel shaves and his keen eye for perfect beard symmetry.", imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-scissors-touching-face-with-comb-isolated-white-background-with-copy-space_141793-32214.jpg", imageAlt: "Portrait of Omar, a grooming specialist"},
]}
title="Meet Our Master Barbers"
description="Our talented team brings years of experience and a passion for perfection to every chair. Get to know the artists behind your next great look."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardFive
@@ -319,8 +273,6 @@ export default function LandingPage() {
title: "Company", items: [
{
label: "About Us", href: "#about"},
{
label: "Our Team", href: "#team"},
{
label: "Pricing", href: "#pricing"},
{