Update src/app/page.tsx

This commit is contained in:
2026-06-03 16:01:31 +00:00
parent 316d6df2e7
commit 1b0e165d14

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
@@ -58,8 +58,8 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Social Media Growth Engine™"
<HeroBillboard
title="Social Media Growth Engine™"
description="Doneforyou shortform content, strategic posting, ManyChat DM automation, and lead capture—all working together to convert attention into bookings, donations, RSVPs, and sales"
buttons={[
{
@@ -67,21 +67,10 @@ export default function LandingPage() {
{
text: "Book a Call", href: "#contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-with-blue-icons_1134-57.jpg?_wi=1", imageAlt: "Social media dashboard with analytics and scheduling"},
{
imageSrc: "http://img.b2bpic.net/free-photo/creative-covid-party-collage_23-2149374772.jpg", imageAlt: "Smartphones displaying short-form video content"},
{
imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-notebook-flat-lay_23-2148999179.jpg", imageAlt: "Illustration of automated direct messages for lead nurturing"},
{
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2905.jpg", imageAlt: "Smiling business owner looking at new leads notification"},
{
imageSrc: "http://img.b2bpic.net/free-photo/listening-music-headphones-graphic_53876-13851.jpg", imageAlt: "Before and after showing organized social media content"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-office-concept-with-headphone-mobile-phone-spiral-notebook-crushed-paper-magnifying-glass-blue-surface_140725-94183.jpg", imageAlt: "Calendar app on smartphone showing scheduled posts and bookings"},
]}
autoplayDelay={4000}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdHXAQu903B6MqXW4qBlQs4x9p/uploaded-1780502456878-en3x0ddm.png"
imageAlt="Social Media Growth Engine Logo"
background={{
variant: "sparkles-gradient"}}
/>
</div>