Update src/app/page.tsx

This commit is contained in:
2026-06-02 16:12:02 +00:00
parent e84428f02d
commit 163bb5a5f2

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "downward-rays-animated-grid"}}
variant: "radial-gradient"}}
title="Experience the Quantum Leap in AI Commerce"
description="Unlock unparalleled precision and dynamic innovation with Quantum AI. Our premium e-commerce platform redefines intelligence, offering products that adapt, learn, and evolve with you. Step into the future, where time bends to your needs."
avatars={[
@@ -126,7 +126,7 @@ export default function LandingPage() {
<FeatureCardTwentyNine
animationType="scale-rotate"
textboxLayout="default"
gridVariant="asymmetric-60-wide-40-narrow"
gridVariant="bento-grid"
useInvertedBackground={true}
carouselMode="buttons"
features={[
@@ -189,7 +189,7 @@ export default function LandingPage() {
tag="Partners"
tagIcon={Briefcase}
speed={35}
showCard={false}
showCard={true}
/>
</div>
@@ -238,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}