Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 618f868249 | |||
| 2f5f6f37b8 | |||
| 61a0899fcd | |||
| cc88286b56 | |||
| a66fb93837 | |||
| fd7ca943b1 | |||
| ff26b202d1 | |||
| 9e0304a0a4 | |||
| 1eb11b6674 |
@@ -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 (
|
||||
@@ -50,7 +48,7 @@ export default function LandingPage() {
|
||||
logoAlt="Male Assassin logo"
|
||||
brandName="Male Assassin"
|
||||
button={{
|
||||
text: "Book Appointment", href: "#booking"}}
|
||||
text: "Book Appointment", href: "#booking"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,13 +118,7 @@ export default function LandingPage() {
|
||||
"Relaxing wash & condition", "Expert blow-dry styling", "Ready for your day"],
|
||||
button: {
|
||||
text: "Book Now", href: "#booking"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-hairdresser-with-tattoos-washing-hair-young-male-customer_181624-49951.jpg", imageAlt: "Wash & style"},
|
||||
{
|
||||
id: "consultation-services", title: "Consultation Services", price: "Free", period: "per session", features: [
|
||||
"Personalized advice", "Master stylist guidance", "Discover your ideal look"],
|
||||
button: {
|
||||
text: "Book Now", href: "#booking"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-brushed-salon_23-2148817182.jpg", imageAlt: "Consultation services"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-hairdresser-with-tattoos-washing-hair-young-male-customer_181624-49951.jpg", imageAlt: "Wash & style"}
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Discover our expertly crafted services, from classic cuts to modern transformations. Each service is tailored to your unique style."
|
||||
@@ -140,35 +132,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="Why Male Assassin is Your Top Choice"
|
||||
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