Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 17:10:53 +00:00

View File

@@ -44,7 +44,10 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Making Tech Simple and Engaging" title="Making Tech Simple and Engaging"
description="Your go-to source for the latest in technology, AI tools, gaming, and internet tips. Empowering you to master the digital world." description="Your go-to source for the latest in technology, AI tools, gaming, and internet tips. Empowering you to master the digital world."
buttons={[{ text: "Explore Guides", href: "#blog" }]} buttons={[
{ text: "Explore Guides", href: "#blog" },
{ text: "Contact Us", href: "#contact" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=crh4fb" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=crh4fb"
imageAlt="Futuristic tech workspace" imageAlt="Futuristic tech workspace"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -173,4 +176,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }