Update src/app/page.tsx
This commit is contained in:
@@ -42,6 +42,16 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="logo-section" data-section="logo-section" className="py-20 flex justify-center items-center">
|
||||
<Image
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/uploaded-1773186953850-6z15t2ev.png"
|
||||
alt="Revolution Digital Logo"
|
||||
width={200}
|
||||
height={100}
|
||||
className="object-contain"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
title="THE DIGITAL REVOLUTION IS HERE"
|
||||
@@ -52,23 +62,13 @@ export default function HomePage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/a-cutting-edge-web-dashboard-interface-w-1773185810548-c8b2ffb3.png"
|
||||
imageAlt="Elite digital dashboard interface"
|
||||
buttons={[
|
||||
{ text: "Get Started Free", href: "pricing" },
|
||||
{ text: "Get Started", href: "pricing" },
|
||||
{ text: "Learn More", href: "/about" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="logo-section" data-section="logo-section" className="py-20 flex justify-center items-center">
|
||||
<Image
|
||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Am6HmwYYicG9DTaOhl5cOOUSDv/uploaded-1773186953850-6z15t2ev.png"
|
||||
alt="Revolution Digital Logo"
|
||||
width={200}
|
||||
height={100}
|
||||
className="object-contain"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Why Revolution Digital Exists"
|
||||
|
||||
Reference in New Issue
Block a user