2 Commits

Author SHA1 Message Date
2b96b98913 Update src/app/page.tsx 2026-01-04 18:40:57 +00:00
8cd81406df Update src/app/layout.tsx 2026-01-04 18:40:56 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1269,4 +1269,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Book a Demo", href: "contact" },
{ text: "Learn How It Works", href: "how-it-works" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767551140484-75myjdoa.jpg"
imageSrc="https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1200&h=600&fit=crop"
imageAlt="system architecture infrastructure diagram technology flow data pipeline network diagram"
imagePosition="right"
fixedMediaHeight={true}
@@ -116,7 +116,7 @@ export default function LandingPage() {
name: "Predictive Resource Allocation",
price: "40% reduction",
variant: "In infrastructure costs",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767551141756-0jpqu94a.jpg",
imageSrc: "https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=600&h=400&fit=crop",
imageAlt: "cloud infrastructure server architecture distributed systems cloud computing infrastructure"
},
{
@@ -124,7 +124,7 @@ export default function LandingPage() {
name: "Anomaly Detection Engine",
price: "99.97%",
variant: "Uptime guarantee with predictive alerts",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767548946838-9eu2bn6w.jpg",
imageSrc: "https://images.unsplash.com/photo-1555949519-2cdbaa6fb0c5?w=600&h=400&fit=crop",
imageAlt: "machine learning architecture neural network visualization AI algorithm data science intelligent automation"
},
{
@@ -132,7 +132,7 @@ export default function LandingPage() {
name: "Automated Incident Response",
price: "87%",
variant: "Faster MTTR. Self-healing systems.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767551142117-ou336baw.jpg",
imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=600&h=400&fit=crop",
imageAlt: "artificial intelligence machine learning neural network AI technology smart systems"
}
]}
@@ -281,4 +281,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}