Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf5da64364 | |||
| ad1fb8eb55 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
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 FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||||
@@ -54,18 +54,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroSplit
|
||||||
logoText="DigitalHub"
|
title="Discover Premium Digital Products"
|
||||||
description="Discover premium digital products and professional PC applications. Shop cutting-edge software, tools, and apps from top developers worldwide."
|
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={[
|
buttons={[
|
||||||
{ text: "Browse Products", href: "#products" },
|
{ text: "Browse Products", href: "#products" },
|
||||||
{ text: "Learn More", href: "#features" },
|
{ text: "Learn More", href: "#features" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbVsgDhXGTfKtNE07cZikmy9TO/a-modern-sleek-software-marketplace-dash-1772861538067-3e4741c6.png"
|
fixedMediaHeight={true}
|
||||||
imageAlt="Digital marketplace dashboard showcase"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
frameStyle="card"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user