|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
|
|
|
|
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
|
|
|
|
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
|
|
|
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
|
|
|
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
|
|
|
|
@@ -54,18 +54,23 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroLogoBillboard
|
|
|
|
|
logoText="DigitalHub"
|
|
|
|
|
description="Discover premium digital products and professional PC applications. Shop cutting-edge software, tools, and apps from top developers worldwide."
|
|
|
|
|
<HeroSplit
|
|
|
|
|
title="Discover Premium Digital Products"
|
|
|
|
|
description="Shop cutting-edge software, tools, and apps from top developers worldwide. Secure transactions, instant downloads, and 24/7 support."
|
|
|
|
|
background={{ variant: "glowing-orb" }}
|
|
|
|
|
tag="New Release"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbVsgDhXGTfKtNE07cZikmy9TO/a-modern-sleek-software-marketplace-dash-1772861538067-3e4741c6.png"
|
|
|
|
|
imageAlt="Digital marketplace dashboard showcase"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Browse Products", href: "#products" },
|
|
|
|
|
{ text: "Learn More", href: "#features" },
|
|
|
|
|
]}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbVsgDhXGTfKtNE07cZikmy9TO/a-modern-sleek-software-marketplace-dash-1772861538067-3e4741c6.png"
|
|
|
|
|
imageAlt="Digital marketplace dashboard showcase"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
frameStyle="card"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
fixedMediaHeight={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -220,7 +225,7 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
textPosition="left"
|
|
|
|
|
faqsAnimation="none"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|