Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f5b61b3e2 | |||
| c81ccd98b1 | |||
| 2e8f6e9d10 | |||
| d120cddcb3 |
@@ -49,10 +49,10 @@ export default function LandingPage() {
|
|||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Charts", href: "#charts" },
|
{ text: "Start Tracking Free", href: "#charts" }
|
||||||
{ text: "Learn More", href: "#features" }
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
buttonClassName="px-8 py-3 bg-gradient-to-r from-blue-600 to-blue-700 hover:from-blue-700 hover:to-blue-800 text-white font-semibold rounded-lg shadow-lg hover:shadow-xl transition-all duration-200 transform hover:scale-105"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-modern-sleek-cryptocurrency-trading-da-1773966656407-fa023747.png?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-modern-sleek-cryptocurrency-trading-da-1773966656407-fa023747.png?_wi=1"
|
||||||
imageAlt="Cryptocurrency trading dashboard with live charts"
|
imageAlt="Cryptocurrency trading dashboard with live charts"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -94,13 +94,13 @@ export default function LandingPage() {
|
|||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "bitcoin", name: "Bitcoin", price: "$42,350", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-professional-daily-price-chart-for-bit-1773966655938-d9749eaf.png?_wi=1", imageAlt: "Bitcoin daily price chart"
|
id: "bitcoin", name: "Bitcoin", price: "$42,350 (+2.5%)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-professional-daily-price-chart-for-bit-1773966655938-d9749eaf.png?_wi=1", imageAlt: "Bitcoin daily price chart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "xrp", name: "XRP", price: "$2.48", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-professional-daily-price-chart-for-xrp-1773966655695-a65bb20a.png?_wi=1", imageAlt: "XRP daily price chart"
|
id: "xrp", name: "XRP", price: "$2.48 (-1.2%)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-professional-daily-price-chart-for-xrp-1773966655695-a65bb20a.png?_wi=1", imageAlt: "XRP daily price chart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "solana", name: "Solana", price: "$98.75", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-professional-daily-price-chart-for-sol-1773966655637-fc238e4a.png?_wi=1", imageAlt: "Solana daily price chart"
|
id: "solana", name: "Solana", price: "$98.75 (+4.8%)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBdFl7qbssFluowAVsVJ7ZHtXv/a-professional-daily-price-chart-for-sol-1773966655637-fc238e4a.png?_wi=1", imageAlt: "Solana daily price chart"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -265,4 +265,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user