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