Merge version_2 into main #4
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
@@ -44,26 +44,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="QUARKZA"
|
||||
description="Experience next-generation technology built for today's challenges. Streamlined, intuitive, and built to scale."
|
||||
<HeroBillboard
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Experience Next-Generation Technology"
|
||||
description="Streamlined, intuitive, and built to scale. Quarkza delivers enterprise-grade solutions designed for today's challenges."
|
||||
tag="Advanced Platform"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{ text: "Explore Our Platform", href: "features" },
|
||||
{ text: "View Demo", href: "https://example.com/demo" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab0eTJASaO1EtpBi2Nh1Cp0iqb/a-modern-sleek-software-dashboard-interf-1772915634696-7c8422a6.png", imageAlt: "Advanced analytics dashboard interface"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab0eTJASaO1EtpBi2Nh1Cp0iqb/a-professional-tech-team-collaborating-i-1772915636973-3ce04de3.png?_wi=1", imageAlt: "Tech team collaboration workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab0eTJASaO1EtpBi2Nh1Cp0iqb/abstract-visual-representation-of-automa-1772915636373-1065624e.png", imageAlt: "Intelligent automation workflow"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab0eTJASaO1EtpBi2Nh1Cp0iqb/uploaded-1772916217955-cvdsmifc.png"
|
||||
imageAlt="Quarkza platform showcase"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user