Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b98715faf4 | |||
| ca7134f083 | |||
| be64128a00 | |||
| f113bbf0fa | |||
| a60dc4ccc4 | |||
| 63b1e41dae | |||
| b90097978a | |||
| c279dc6298 | |||
| a74f0049fe |
@@ -44,7 +44,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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."
|
||||
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"
|
||||
imageAlt="Futuristic tech workspace"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -146,6 +149,7 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
multiSelect={{ name: "inquiry_type", label: "Nature of Inquiry", options: ["Tutorial Request", "Tech Tip", "General Question"] }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=04cw8i"
|
||||
/>
|
||||
</div>
|
||||
@@ -173,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user