Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Kamiyah's"
|
||||
description="Luxe nails, lashes, and hair services crafted with precision and passion. Elevate your beauty at our premier studio."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "View Services", href: "#services" }
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Nail Artistry", description: "From classic French tips to intricate designs, our nail artists create stunning looks that last. Gel, acrylics, and natural nail enhancements available.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg?_wi=1", imageAlt: "Professional nail art design"
|
||||
title: "Nail Artistry", description: "From classic French tips to intricate designs, our nail artists create stunning looks that last. Gel, acrylics, and natural nail enhancements available.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg", imageAlt: "Professional nail art design"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Makeup Services", description: "Expert makeup application for any occasion. Bridal, editorial, or everyday looks created with premium products and professional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg?_wi=2", imageAlt: "Professional makeup services"
|
||||
title: "Makeup Services", description: "Expert makeup application for any occasion. Bridal, editorial, or everyday looks created with premium products and professional techniques.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-doing-manicure-blue_140725-24225.jpg", imageAlt: "Professional makeup services"
|
||||
}
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
{ text: "Book an Appointment", href: "https://calendly.com" },
|
||||
{ text: "Contact Us", href: "mailto:hello@kamiyahshair.co" }
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user