Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b37434b3db | |||
| bd11e08128 |
@@ -3,6 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
|
import ButtonExpandHover from '@/components/button/ButtonExpandHover';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||||
@@ -49,6 +50,12 @@ export default function LandingPage() {
|
|||||||
imageAlt="Professional acrylic nail designs showcasing intricate nail art"
|
imageAlt="Professional acrylic nail designs showcasing intricate nail art"
|
||||||
frameStyle="card"
|
frameStyle="card"
|
||||||
/>
|
/>
|
||||||
|
<div className="flex justify-center mt-8">
|
||||||
|
<ButtonExpandHover
|
||||||
|
text="Book Your Appointment"
|
||||||
|
href="contact"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
|
|||||||
Reference in New Issue
Block a user