Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -11,7 +10,6 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Coffee, Diamond, MessageSquare, Sparkles, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -140,35 +138,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Experienced Stylists", description: "Our team consists of highly skilled and passionate professionals dedicated to their craft and your perfect look."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Modern Techniques", description: "Stay ahead of trends with cutting-edge techniques and contemporary styling tailored to modern sensibilities."},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Personalized Consultations", description: "Receive bespoke advice tailored to your face shape, hair type, and lifestyle for truly unique results."},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Premium Products", description: "We use only the finest grooming products to ensure lasting quality, health, and finish for your hair."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Relaxed Salon Experience", description: "Enjoy a sophisticated, calm atmosphere designed for your comfort, rejuvenation, and escape."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Quality Results", description: "We guarantee exceptional results that will make you look and feel confident, stylish, and refined."},
|
||||
]}
|
||||
title="Our Commitment to Excellence"
|
||||
description="Experience the pinnacle of men's grooming with a salon that prioritizes excellence, innovation, and your personal style."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
|
||||
Reference in New Issue
Block a user