Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d27ed57b78 | |||
| aeca0b0d4d | |||
| 3ccef6d15f | |||
| 60dc597f8a |
@@ -1,7 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
@@ -27,25 +26,7 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="hero" data-section="hero" className="pt-32">
|
||||||
<NavbarLayoutFloatingInline
|
|
||||||
brandName="Luxe Beauty"
|
|
||||||
navItems={[
|
|
||||||
{ name: "Home", id: "hero" },
|
|
||||||
{ name: "Services", id: "services" },
|
|
||||||
{ name: "Treatments", id: "features" },
|
|
||||||
{ name: "Innovation", id: "timeline" },
|
|
||||||
{ name: "Gallery", id: "gallery" }
|
|
||||||
]}
|
|
||||||
button={{ text: "Book Now", href: "#contact" }}
|
|
||||||
animateOnLoad={true}
|
|
||||||
className="fixed top-6 left-0 right-0 z-50 px-6 lg:px-12 flex justify-center"
|
|
||||||
navItemClassName="text-sm font-body tracking-wide hover:text-primary-cta transition-colors"
|
|
||||||
buttonClassName="bg-primary-cta text-primary-cta-text px-6 py-2 rounded-full hover:shadow-lg transition-all"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
tag="Transformative Beauty"
|
tag="Transformative Beauty"
|
||||||
title="Redefining Beauty & Wellness Experiences"
|
title="Redefining Beauty & Wellness Experiences"
|
||||||
|
|||||||
Reference in New Issue
Block a user