Update src/app/page.tsx
This commit is contained in:
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="projects" data-section="projects">
|
<div id="projects" data-section="projects">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardEleven
|
<MetricCardEleven
|
||||||
animationType="scale-rotate"
|
animationType="blur-reveal"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardSix
|
<TeamCardSix
|
||||||
animationType="depth-3d"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -140,13 +140,14 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
cardTitle="Client Voices"
|
cardTitle="Client Voices"
|
||||||
cardTag="Testimonials"
|
cardTag="Testimonials"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
animationType="reveal-blur"
|
||||||
background={{ variant: "rotated-rays-animated-grid" }}
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
text="Ready to discuss your dream project?"
|
text="Ready to discuss your dream project?"
|
||||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||||
|
|||||||
Reference in New Issue
Block a user