Switch to version 2: modified src/app/page.tsx
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
@@ -61,6 +61,24 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Quarkza"
|
||||
tagIcon={Sparkles}
|
||||
title="Modern Solutions for Enterprise Challenges"
|
||||
description="Quarkza combines cutting-edge technology with intuitive design to deliver enterprise-grade solutions. Our platform empowers tech-forward organizations to streamline operations, accelerate innovation, and scale confidently. With proven expertise across industries, we're dedicated to transforming how businesses leverage technology."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Enterprise Clients Worldwide" },
|
||||
{ value: "99.99%", title: "Platform Uptime SLA" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab0eTJASaO1EtpBi2Nh1Cp0iqb/a-professional-tech-team-collaborating-i-1772915636973-3ce04de3.png?_wi=2"
|
||||
imageAlt="Quarkza team collaborating on innovative solutions"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
title="Powerful Features Designed for Scale"
|
||||
@@ -98,24 +116,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Quarkza"
|
||||
tagIcon={Sparkles}
|
||||
title="Modern Solutions for Enterprise Challenges"
|
||||
description="Quarkza combines cutting-edge technology with intuitive design to deliver enterprise-grade solutions. Our platform empowers tech-forward organizations to streamline operations, accelerate innovation, and scale confidently. With proven expertise across industries, we're dedicated to transforming how businesses leverage technology."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Enterprise Clients Worldwide" },
|
||||
{ value: "99.99%", title: "Platform Uptime SLA" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab0eTJASaO1EtpBi2Nh1Cp0iqb/a-professional-tech-team-collaborating-i-1772915636973-3ce04de3.png?_wi=2"
|
||||
imageAlt="Quarkza team collaborating on innovative solutions"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Proven Track Record"
|
||||
@@ -239,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user