Merge version_5 into main #6

Merged
bender merged 1 commits from version_5 into main 2026-03-26 20:43:37 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Professional Websites Built for Small Business"
title="Grow Your Local Business With A High-Converting Website"
description="We design and launch beautiful, conversion-focused websites that help local businesses attract customers online. No jargon, no surprises—just results."
testimonials={[
{ name: "Alice Miller", handle: "@alice_local", testimonial: "SublimeSites made it so easy. My business has doubled its inquiries in just two months!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaEWGRl2gIwPr3jQBoIYDvkgZh/professional-portrait-of-a-middle-aged-s-1774557344916-d13f0286.png" },
@@ -123,4 +123,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}