3 Commits

Author SHA1 Message Date
27f9a72e21 Merge version_3 into main
Merge version_3 into main
2026-06-08 12:08:14 +00:00
58a2c4a5c7 Update src/app/page.tsx 2026-06-08 12:08:08 +00:00
0d8988d1c2 Merge version_2 into main
Merge version_2 into main
2026-06-08 12:06:18 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
background={{ background={{
variant: "plain"}} variant: "plain"}}
title="Your Trusted Partner for Quality Hardware" title="Your Trusted Partner for Quality Hardware"
description="Ragsons Kenya Ltd offers an extensive range of tools, building materials, and home improvement supplies at wholesale and retail prices. Build smarter with us." description="Ragsons Kenya Ltd provides quality hardware and building materials at competitive prices, helping you build smarter."
testimonials={[ testimonials={[
{ {
name: "Vincent Thyaka", handle: "@VincentThyaka", testimonial: "Experience a shopping for all your hardware needs including every tool with valued prices ever.", rating: 5, name: "Vincent Thyaka", handle: "@VincentThyaka", testimonial: "Experience a shopping for all your hardware needs including every tool with valued prices ever.", rating: 5,
@@ -352,4 +352,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }