Update src/app/page.tsx

This commit is contained in:
2026-05-29 00:34:56 +00:00
parent 548c55dfd8
commit 5df93f5743

View File

@@ -8,9 +8,8 @@ import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Instagram } from "lucide-react";
export default function LandingPage() {
@@ -37,8 +36,6 @@ export default function LandingPage() {
name: "Services", id: "#services"},
{
name: "About", id: "#about"},
{
name: "Gallery", id: "#gallery"},
{
name: "Reviews", id: "#reviews"},
{
@@ -168,34 +165,6 @@ export default function LandingPage() {
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
carouselMode="buttons"
products={[
{
id: "fade-1", name: "The High Fade", price: "From $40", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-man-touches-his-beard-with-his-hand_169016-25532.jpg", imageAlt: "Client with a sharp high fade haircut"},
{
id: "interior-1", name: "Shop Interior", price: "", variant: "Ambiance", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-barber-s-hand-with-shaving-brush_23-2147839815.jpg", imageAlt: "Luxurious barber shop interior design"},
{
id: "haircut-1", name: "Textured Crop", price: "From $35", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-18515.jpg", imageAlt: "Client with a modern textured crop haircut"},
{
id: "beard-1", name: "Defined Beard", price: "From $25", variant: "Sculpted", imageSrc: "http://img.b2bpic.net/free-photo/front-view-shirtless-man-with-shaving-cream-his-face_23-2148692247.jpg", imageAlt: "Client with a perfectly defined beard trim"},
{
id: "transformation-1", name: "Fresh Look", price: "", variant: "Transformation", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-tools-arrangement_23-2149167448.jpg", imageAlt: "Client looking confident after a haircut"},
{
id: "lifestyle-1", name: "Barber Life", price: "", variant: "Community", imageSrc: "http://img.b2bpic.net/free-photo/drunk-friends-call-waiter_171337-19383.jpg", imageAlt: "Barber interacting with clients in the shop"},
]}
title="Our Signature Style & Craft"
description="Explore our gallery of premium fades, fresh haircuts, and expert beard trims that define the Mr Boss Barber standard."
tagAnimation="none"
buttonAnimation="none"
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTen
textboxLayout="default"
@@ -286,4 +255,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}