Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:02:48 +00:00
parent d7569e1cd8
commit d4beb71734

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Your Favourite Boutique in Langebaan"
description="Stylish women's clothing, beautiful gifts, handmade soaps, and thoughtful finds. Trusted by locals and holiday visitors since day one."
background={{ variant: "plain" }}
background={{ variant: "fluid" }}
kpis={[
{ value: "4.3★", label: "Customer Rating" },
{ value: "10+", label: "Years Serving" },
@@ -61,7 +61,6 @@ export default function LandingPage() {
imageAlt="Blooming Nice boutique storefront in Langebaan"
mediaAnimation="slide-up"
imagePosition="right"
useInvertedBackground={false}
/>
</div>