Compare commits
1 Commits
version_1
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 089a30ca93 |
@@ -10,6 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import { Award, Code, Briefcase, Clock, Lightbulb, Mail } from 'lucide-react';
|
import { Award, Code, Briefcase, Clock, Lightbulb, Mail } from 'lucide-react';
|
||||||
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
return (
|
return (
|
||||||
@@ -262,6 +263,17 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="hero_billboard_scroll" data-section="hero_billboard_scroll">
|
||||||
|
<HeroBillboardScroll
|
||||||
|
title="Hero Billboard Scroll"
|
||||||
|
description="Add your description here."
|
||||||
|
tag="Label"
|
||||||
|
tagIcon="Check"
|
||||||
|
buttons={[{ label: "Primary", href: "#" }, { label: "Secondary", href: "#" }]}
|
||||||
|
imageSrc="https://placehold.co/600x400"
|
||||||
|
background={{ variant: "plain" }}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010118.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010118.jpg"
|
||||||
imageAlt="Technology and digital transformation"
|
imageAlt="Technology and digital transformation"
|
||||||
|
|||||||
Reference in New Issue
Block a user