5 Commits

Author SHA1 Message Date
465e3ce766 Merge version_4 into main
Merge version_4 into main
2026-05-06 18:03:48 +00:00
1b71f0b820 Update src/app/page.tsx 2026-05-06 18:03:45 +00:00
274ccac474 Merge version_3 into main
Merge version_3 into main
2026-05-05 22:05:12 +00:00
b406f2bc62 Update src/app/page.tsx 2026-05-05 22:05:09 +00:00
d2332336de Merge version_2 into main
Merge version_2 into main
2026-05-05 21:55:26 +00:00

View File

@@ -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>