Merge version_7 into main
Merge version_7 into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -42,7 +42,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{ variant: "plain" }}
|
||||
title="Color Me Beautiful"
|
||||
description="Experience unparalleled luxury in beauty care. Your transformation starts in the heart of Splendora."
|
||||
buttons={[{ text: "Book Your Appointment", href: "#contact" }]}
|
||||
@@ -57,6 +56,7 @@ export default function LandingPage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Our Philosophy" },
|
||||
]}
|
||||
description="We believe in enhancing your natural beauty with expert care and precision styling in a serene, luxurious environment."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,12 +65,12 @@ export default function LandingPage() {
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showStepNumbers={false}
|
||||
features={[
|
||||
{ title: "Precision Styling", description: "Expert cuts designed to enhance your unique features.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdressing-supplies-flat-lay_23-2148352954.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-frame-with-facial-beauty-products-copy-space_23-2148299561.jpg" } },
|
||||
{ title: "Skin Rejuvenation", description: "Custom facials for a radiant, healthy glow.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-using-nail-oil_23-2149171324.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure-cosmetologist-take-care-about-neck-face-skin-youthfull-wellness-hardware-face-cleaning-procedure_343596-7877.jpg" } },
|
||||
{ title: "Color Artistry", description: "Luminous hair coloring with high-end, nourishing products.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-wearing-protective-face-mask-hair-wash-hairdresser-s_637285-8974.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668432.jpg" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Our Signature Services"
|
||||
description="From precision styling to rejuvenating skin treatments, we tailor every detail to you."
|
||||
/>
|
||||
@@ -80,6 +80,8 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
names={["Local Business Award", "Splendora Top Choice", "Community Favorite"]}
|
||||
title="Trusted by our Community"
|
||||
description="Proudly serving the Splendora community for years."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
@@ -91,7 +93,9 @@ export default function LandingPage() {
|
||||
{ id: "2", title: "Are walk-ins welcome?", content: "We recommend appointments to ensure we can dedicate the necessary time to your transformation." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our salon services."
|
||||
faqsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
@@ -105,6 +109,8 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Michael K.", role: "Client", company: "Local", rating: 5 },
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from our happy clients in Splendora."
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
@@ -117,6 +123,7 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user