Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd822dfabf | |||
| 2f07d45ea4 | |||
| 054a276ee3 | |||
| dd02b26850 |
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
logoText="Nail Atelier by Katrina"
|
||||
description="Exquisite nail art designed for your unique expression. Discover a curated collection of handcrafted manicures and premium care."
|
||||
description="Indulge in luxury self-care with our bespoke nail designs. Crafted for long-lasting quality and sophisticated elegance, our manicures turn your nails into a statement."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Gallery", href: "#gallery"},
|
||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Book Your Session"
|
||||
description="Ready to transform your style? Send us a message."
|
||||
description="Book your bespoke session today"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -215,4 +215,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user