Update src/app/page.tsx
This commit is contained in:
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{name:"Home",id:"home"},{name:"Services",id:"services"},{name:"About",id:"about"},{name:"Clients",id:"clients"},{name:"Contact",id:"contact"}]}
|
||||
navItems={[{name:"Home",id:"/"},{name:"Blog",id:"/blog"},{name:"Shop",id:"/shop"}]}
|
||||
brandName="DigitalEdge"
|
||||
bottomLeftText="Innovation in Digital"
|
||||
bottomRightText="info@digitaledge.com"
|
||||
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="DigitalEdge"
|
||||
description="Empowering your brand's digital presence with innovative strategies and measurable results."
|
||||
buttons={[{text:"Our Services",href:"services"},{text:"Get a Quote",href:"contact"}]}
|
||||
buttons={[{text:"Our Services",href:"features"},{text:"Get a Quote",href:"contact"}]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/abstract-digital-marketing-background-wi-1771795017022-4fd2f272.png"
|
||||
imageAlt="Abstract digital marketing background"
|
||||
showDimOverlay={true}
|
||||
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
||||
{icon: TrendingUp, label: "Average ROI", value: "300%"},
|
||||
{icon: Globe, label: "Campaigns Launched", value: "1000+"}
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
className="py-16 md:py-24"
|
||||
/>
|
||||
@@ -69,6 +70,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/abstract-representation-of-seo-optimizat-1771795017647-012ac8e0.png"
|
||||
imageAlt="Abstract illustration of SEO optimization"
|
||||
mediaAnimation='slide-up'
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -78,10 +80,12 @@ export default function LandingPage() {
|
||||
title="Trusted By Industry Leaders"
|
||||
description="Our expertise has empowered renowned brands to achieve their digital marketing goals."
|
||||
tag="Partners"
|
||||
names={["Microsoft", "Google", "Adobe", "Shopify", "HubSpot", "Salesforce", "Mailchimp"]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-microsoft-logo-modern-and-sleek-1771795017708-1e57c145.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-google-logo-modern-and-sleek-in-1771795017449-0bc9f408.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-adobe-logo-modern-and-sleek-in--1771795017263-d4b2553a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-shopify-logo-modern-and-sleek-i-1771795017251-663a2beb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-hubspot-logo-modern-and-sleek-i-1771795017857-d94ea3e9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-salesforce-logo-modern-and-slee-1771795027411-233cea21.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_339dVf94DAODTfYQfi9pwJxtvKj/stylized-mailchimp-logo-modern-and-sleek-1771795017179-dc519fe0.png"
|
||||
]}
|
||||
speed={40}
|
||||
textboxLayout='default'
|
||||
showCard={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -115,8 +119,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{items: [{label: "Home", href: "home"}, {label: "Services", href: "services"}, {label: "About Us", href: "about"}]},
|
||||
{items: [{label: "Clients", href: "clients"}, {label: "Testimonials", href: "testimonials"}, {label: "Contact", href: "contact"}]}
|
||||
{items: [{label: "Home", href: "hero"}, {label: "Services", href: "features"}, {label: "About Us", href: "about"}]},
|
||||
{items: [{label: "Clients", href: "social-proof"}, {label: "Testimonials", href: "testimonials"}, {label: "Contact", href: "contact"}]}
|
||||
]}
|
||||
logoText="DigitalEdge"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user