2 Commits

Author SHA1 Message Date
d39c2cdcf9 Update src/app/page.tsx 2026-05-11 13:00:17 +00:00
082697a1b6 Merge version_2 into main
Merge version_2 into main
2026-05-11 12:55:39 +00:00

View File

@@ -51,6 +51,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Redefining Luxury Living in Ghana"
description="Discover a world of premium furniture and home decor curated for the modern Ghanaian home."
buttons={[{ text: "View Collections", href: "#products" }]}
testimonials={[
{
name: "Ama Serwaa", handle: "@ama_designs", testimonial: "The quality is unmatched. My living room feels like a palace now.", rating: 5,
@@ -250,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}