Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 465e3ce766 | |||
| 1b71f0b820 | |||
| 274ccac474 | |||
| b406f2bc62 | |||
| d2332336de |
@@ -127,6 +127,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="From traditional heritage to modern silhouettes, crafted by masters."
|
||||
buttons={[
|
||||
{ text: "Book Traditional Robes", href: "#contact" },
|
||||
{ text: "Book Evening Gowns", href: "#contact" },
|
||||
{ text: "Book Expert Alterations", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,7 +160,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
@@ -168,6 +173,9 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-shopping-together_23-2148385697.jpg"
|
||||
title="Frequently Asked"
|
||||
description="Answers to your questions about our bespoke process."
|
||||
buttons={[
|
||||
{ text: "Book Your Fitting", href: "#contact" }
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user