Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 98c22f5fb2 | |||
| af3f42cb2f | |||
| 7433d1cf3b | |||
| 1e9bc4f833 | |||
| eeab998ac4 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
ratingText="Rated by discerning collectors"
|
||||
buttons={[
|
||||
{ text: 'Shop Collection', href: 'products' },
|
||||
{ text: 'Explore Collections', href: 'products' }
|
||||
{ text: 'Learn Our Story', href: 'about' }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -256,7 +256,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Connect With Our Team"
|
||||
description="Have questions about our collections, custom orders, or services? We'd love to hear from you. Our team is dedicated to providing personalized assistance for every inquiry."
|
||||
description="Have questions about our collections, custom orders, or services? We'd love to hear from you. Our team is dedicated to providing personalized styling advice and expert guidance. Reserve your time with our consultants today—get expert recommendations within 24 hours of your inquiry."
|
||||
inputs={[
|
||||
{ name: 'fullName', type: 'text', placeholder: 'Your Full Name', required: true },
|
||||
{ name: 'email', type: 'email', placeholder: 'Your Email Address', required: true },
|
||||
|
||||
Reference in New Issue
Block a user