Merge version_2 into main #5
@@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
|
||||
export default function BookingPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
|
||||
@@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
|
||||
export default function CartPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
|
||||
@@ -23,17 +23,19 @@ export default function ContactPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Haircuts", id: "/haircuts" }, { name: "Beard & Shave", id: "/beard" }, { name: "Booking", id: "/booking" }, { name: "Contact", id: "/contact" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Haircuts", id: "/haircuts" }, { name: "Booking", id: "/booking" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="FOXY'S"
|
||||
/>
|
||||
<ContactText
|
||||
text="Get in Touch"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<ContactForm
|
||||
title="Send us a Message"
|
||||
description="Have questions about our studio or services? Drop us a note."
|
||||
tag="Support"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterSimple
|
||||
columns={[{ title: "Studio", items: [{ label: "About", href: "#" }, { label: "Team", href: "#" }] }, { title: "Booking", items: [{ label: "Appointments", href: "/booking" }] }]}
|
||||
|
||||
@@ -7,7 +7,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
|
||||
export default function HaircutsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
|
||||
@@ -7,7 +7,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
@@ -27,9 +27,9 @@ export default function ServicesPage() {
|
||||
title="Our Services"
|
||||
description="Discover our range of premium grooming services tailored for you."
|
||||
features={[
|
||||
{ id: "s1", title: "Precision Haircuts", tags: ["Styling", "Fade"], description: "Expert scissor and clipper work for a perfect look." },
|
||||
{ id: "s2", title: "Beard Grooming", tags: ["Razor", "Beard Oil"], description: "Professional beard shaping and hot towel shaves." },
|
||||
{ id: "s3", title: "Facial Treatments", tags: ["Skincare", "Relax"], description: "Refreshing treatments to keep your skin revitalized." }
|
||||
{ id: "s1", title: "Precision Haircuts", tags: ["Styling", "Fade"] },
|
||||
{ id: "s2", title: "Beard Grooming", tags: ["Razor", "Beard Oil"] },
|
||||
{ id: "s3", title: "Facial Treatments", tags: ["Skincare", "Relax"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user