Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f05d412e0 | |||
| 69e61a716a | |||
| f8b1c87c17 | |||
| 7b1b512ebd | |||
| 4970f4203a | |||
| 7770faa57a | |||
| 2a38a2cd38 | |||
| 83eef731db | |||
| a011cb148c | |||
| fdc62da2f9 | |||
| 3f979ed073 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import TagAbout from '@/components/sections/about/TagAbout';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardSplit
|
||||
<HeroBillboardGallery
|
||||
title="Build remarkable digital experiences"
|
||||
description="Create stunning interfaces and seamless user journeys with our comprehensive design and development platform. From concept to launch, we've got you covered."
|
||||
tag="Innovation Leaders"
|
||||
@@ -48,9 +48,11 @@ export default function LandingPage() {
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Learn More", href: "features" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-vector/user-panel-template-infographic-dashboard_23-2148378206.jpg"
|
||||
imageAlt="Digital dashboard interface"
|
||||
frameStyle="browser"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/dashboard-interface-user-panel-template_52683-23323.jpg", imageAlt: "Digital dashboard interface"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user