Update src/app/page.tsx

This commit is contained in:
2026-03-23 16:11:52 +00:00
parent a7ae57a189
commit 481f19c4df

View File

@@ -204,7 +204,7 @@ export default function LandingPage() {
{
id: "p5", name: "Health & Wellness Mobile App", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-mobile-app-interface-design-for-a-heal-1774275047122-1c724469.png", imageAlt: "Mobile app UI for a health platform"},
{
id: "p6", name: "Architecture Firm Redesign", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-creative-website-redesign-for-a-cuttin-1774275050498-6dcb0395.png", imageAlt: "Website redesign for an architecture firm"},
id: "p6", name: "Architecture Firm Redesign", price: "Case Study", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BLiVwn3hCu2CTKdfreiAnFI1la/a-creative-website-redesign-for-a-cuttin-1774275050498-6dcb0395.png", imageAlt: "Website redesign for an an architecture firm"},
]}
title="Our Transformative Work"
description="Explore our recent case studies and see how we deliver measurable results for ambitious brands."
@@ -266,11 +266,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "plain" }}
text="Ready to transform your digital presence? Book a personalized consultation to discuss your vision, goals, and how we can bring them to life."
buttons={[
{
text: "Confirm Booking", href: "#contact", // Link to the contact form or a booking tool
},
]}
buttons={[]}
className="!py-vw-4 !bg-background-accent/50"
contentClassName="!py-vw-4 !px-vw-2_5 !bg-card border border-accent/20 rounded-pill shadow-xl"
textClassName="!text-3xl lg:!text-4xl"
@@ -357,4 +353,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}