Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf447df646 | |||
| 0874bbc0ce | |||
| a276b41863 | |||
| b61e52de75 | |||
| d991f13b30 | |||
| 03b86d5486 |
@@ -86,13 +86,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "E-Commerce Platform", price: "Full-Stack", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqqAwpCtV6k4Oy0MS0DXJRbfqk/a-sleek-web-application-interface-showca-1773330416546-a008dedf.png?_wi=2", imageAlt: "E-commerce dashboard interface"
|
||||
id: "1", name: "E-Commerce Platform", price: "Full-Stack • 3K Users", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqqAwpCtV6k4Oy0MS0DXJRbfqk/a-sleek-web-application-interface-showca-1773330416546-a008dedf.png?_wi=2", imageAlt: "E-commerce dashboard interface"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Social Collaboration App", price: "Mobile & Web", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqqAwpCtV6k4Oy0MS0DXJRbfqk/a-mobile-app-interface-showing-a-social--1773330416975-cef85716.png?_wi=2", imageAlt: "Mobile collaboration platform"
|
||||
id: "2", name: "Social Collaboration App", price: "Mobile & Web • 40% Faster", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqqAwpCtV6k4Oy0MS0DXJRbfqk/a-mobile-app-interface-showing-a-social--1773330416975-cef85716.png?_wi=2", imageAlt: "Mobile collaboration platform"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Analytics Dashboard", price: "Data Viz", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqqAwpCtV6k4Oy0MS0DXJRbfqk/a-data-visualization-dashboard-showing-r-1773330417804-e756a2bc.png?_wi=2", imageAlt: "Real-time analytics dashboard"
|
||||
id: "3", name: "Analytics Dashboard", price: "Data Viz • 50% Engagement", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqqAwpCtV6k4Oy0MS0DXJRbfqk/a-data-visualization-dashboard-showing-r-1773330417804-e756a2bc.png?_wi=2", imageAlt: "Real-time analytics dashboard"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
tag="Get In Touch"
|
||||
title="Let's Create Something Amazing Together"
|
||||
description="Ready to start your next project? I'm always interested in hearing about new opportunities and collaborations. Reach out and let's discuss how I can help bring your ideas to life."
|
||||
description="Ready to start your next project? I'm always interested in hearing about new opportunities and collaborations. Reach out and let's discuss how I can help bring your ideas to life. I'll send you a detailed proposal within 24 hours of receiving your message."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -281,4 +281,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user