Changed hero section to HeroBillboard
This commit is contained in:
@@ -2,7 +2,7 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||
import ProductRatingCards from '@/components/sections/product/ProductRatingCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
@@ -15,9 +15,10 @@ export default function HomePage() {
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="Your Vision, Our Expertise."
|
||||
description="We craft stunning, high-performing websites that drive growth and captivate your audience. Let's build something remarkable together."
|
||||
<HeroBillboard
|
||||
tag="Your Vision, Our Expertise."
|
||||
title="We craft stunning, high-performing websites that drive growth and captivate your audience."
|
||||
description="Let's build something remarkable together."
|
||||
primaryButton={{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
|
||||
Reference in New Issue
Block a user