Update src/app/page.tsx

This commit is contained in:
2026-03-21 04:02:27 +00:00
parent 451fb75863
commit ae900fe841

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Affordable Web Solutions"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
leftCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/a-modern-web-development-dashboard-inter-1774065687380-4929d2ba.png", imageAlt: "Web development dashboard"
@@ -53,7 +53,7 @@ export default function LandingPage() {
]}
rightCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/illustration-of-responsive-web-design-sh-1774065686784-4926fce5.png?_wi=1", imageAlt: "Responsive design showcase"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/illustration-of-responsive-web-design-sh-1774065686784-4926fce5.png", imageAlt: "Responsive design showcase"
}
]}
buttons={[
@@ -81,7 +81,7 @@ export default function LandingPage() {
description="We believe exceptional web development shouldn't break the bank. Our streamlined process and efficient team allow us to offer the lowest prices in the industry."
subdescription="With years of experience and a commitment to affordability, we've helped hundreds of businesses establish their online presence without exceeding their budgets."
icon={Award}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/performance-optimization-visualization-w-1774065686543-6780068e.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/performance-optimization-visualization-w-1774065686543-6780068e.png"
imageAlt="Performance optimization"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -100,13 +100,13 @@ export default function LandingPage() {
id: "responsive", title: "Responsive Design", descriptions: [
"Perfect display on all devices", "Mobile-first development approach", "Fast loading speeds"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/illustration-of-responsive-web-design-sh-1774065686784-4926fce5.png?_wi=2", imageAlt: "Responsive design"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/illustration-of-responsive-web-design-sh-1774065686784-4926fce5.png", imageAlt: "Responsive design"
},
{
id: "performance", title: "Performance Optimized", descriptions: [
"Lightning-fast page load times", "SEO-friendly architecture", "Optimized for search engines"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/performance-optimization-visualization-w-1774065686543-6780068e.png?_wi=2", imageAlt: "Performance metrics"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/performance-optimization-visualization-w-1774065686543-6780068e.png", imageAlt: "Performance metrics"
},
{
id: "security", title: "Security First", descriptions: [
@@ -118,7 +118,7 @@ export default function LandingPage() {
id: "support", title: "24/7 Support", descriptions: [
"Lifetime technical assistance", "Quick response times", "Always available when needed"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/illustration-of-responsive-web-design-sh-1774065686784-4926fce5.png?_wi=3", imageAlt: "Support available"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEsZEMGkzwr0pMracF5qVft9tY/illustration-of-responsive-web-design-sh-1774065686784-4926fce5.png", imageAlt: "Support available"
}
]}
gridVariant="two-columns-alternating-heights"