7 Commits

Author SHA1 Message Date
7af1a3691f Merge version_4 into main
Merge version_4 into main
2026-04-23 07:21:40 +00:00
2b5dfb6315 Update src/app/page.tsx 2026-04-23 07:21:37 +00:00
aa4d43714a Merge version_3 into main
Merge version_3 into main
2026-04-23 07:20:33 +00:00
a39c5d68c7 Update src/app/page.tsx 2026-04-23 07:20:30 +00:00
f307abe997 Merge version_2 into main
Merge version_2 into main
2026-04-23 07:18:37 +00:00
3d8ead4b95 Update src/app/page.tsx 2026-04-23 07:18:33 +00:00
4e515d98fd Merge version_1 into main
Merge version_1 into main
2026-04-23 07:14:14 +00:00

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={true}
testimonial="Desmond transformed our online presence. Our site is now fast, beautiful, and drives actual inquiries."
testimonial="Desmond delivered a site that increased our lead generation by 40% in just three months. His work on site speed and UX was transformative for our conversion rates."
rating={5}
author="Kwame O., Restaurant Owner"
avatars={[
@@ -87,6 +87,7 @@ export default function LandingPage() {
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
testimonialClassName="[&>p]:text-primary [&>p]:font-bold"
/>
</div>
@@ -106,7 +107,16 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[]}
features={[
{
title: "Strategy-First Approach", description: "We align design with your business goals, ensuring every element serves to convert visitors into loyal customers.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1mmsui" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-mobile-phone-laptop-table_1232-4899.jpg" }
},
{
title: "Performance Optimization", description: "Lightning-fast load times keep users engaged and boost search engine rankings, driving more organic traffic to your site.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-sheet-with-graph_23-2148210412.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150518836.jpg" }
}
]}
showStepNumbers={false}
title="Why Choose Me"
description="Tailored solutions for your business success."
@@ -135,4 +145,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}