Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-04-11 12:59:29 +00:00

View File

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