Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-04-11 12:59:28 +00:00

View File

@@ -53,6 +53,7 @@ export default function HomePage() {
<TextAbout <TextAbout
title="Quality Meets Affordability" title="Quality Meets Affordability"
tag="Our Story" tag="Our Story"
useInvertedBackground={false}
/> />
</div> </div>
@@ -62,6 +63,7 @@ export default function HomePage() {
title="Trusted by Fashion Icons" title="Trusted by Fashion Icons"
description="Join thousands of stylish customers worldwide." description="Join thousands of stylish customers worldwide."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
/> />
</div> </div>
@@ -74,6 +76,7 @@ export default function HomePage() {
{ id: "2", title: "Is shipping free?", content: "Yes, shipping is free on orders over £50." }, { id: "2", title: "Is shipping free?", content: "Yes, shipping is free on orders over £50." },
{ id: "3", title: "How do I track my order?", content: "Tracking information is emailed once your order ships." } { id: "3", title: "How do I track my order?", content: "Tracking information is emailed once your order ships." }
]} ]}
useInvertedBackground={false}
/> />
</div> </div>
@@ -83,6 +86,7 @@ export default function HomePage() {
title="Get Fashion Updates" title="Get Fashion Updates"
description="Sign up for our newsletter to stay updated on new arrivals and sales." description="Sign up for our newsletter to stay updated on new arrivals and sales."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false}
/> />
</div> </div>