Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bba6844f20 | |||
| 7901dd0c69 | |||
| 0c30fad9fa | |||
| 1726b193a0 | |||
| 10cd5a58eb | |||
| 76b77619b7 | |||
| 13b0483442 | |||
| 9d7016ddb8 | |||
| 3adf4cb7a5 | |||
| 5e2de9221d | |||
| 052a8d3d76 |
@@ -7,7 +7,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Master Your Laptop Files"
|
||||
@@ -66,9 +66,6 @@ export default function LandingPage() {
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Organized digital workspace"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 10,000+ power users"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,4 +241,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user