Switch to version 2: remove src/app/services/hair/page.tsx
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function HairServicesPage() {
|
||||
return (
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Hair Services", id: "/services/hair" }, { name: "Nail Services", id: "/services/nails" }]}
|
||||
brandName="Looks Unlimited"
|
||||
/>
|
||||
<div className="pt-32 pb-20">
|
||||
<FeatureCardThree
|
||||
title="Professional Hair Services"
|
||||
description="Expert haircuts, coloring, and treatments for all hair types."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Precision Haircut", description: "Professional cut starting from $50", imageSrc: "http://img.b2bpic.net/free-photo/haircare-product-near-scissors-combs_23-2147711608.jpg?_wi=1" },
|
||||
{ title: "Custom Coloring", description: "High-quality coloring starting from $120", imageSrc: "http://img.b2bpic.net/free-photo/hair-coloring-professional-set_23-2147711608.jpg" },
|
||||
{ title: "Balayage", description: "Modern balayage technique starting from $150", imageSrc: "http://img.b2bpic.net/free-photo/balayage-service-view_23-2147778932.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal logoText="Looks Unlimited Salon & Spa" leftLink={{ text: "Home", href: "/" }} rightLink={{ text: "Contact", href: "/#contact" }} />
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user