Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -50,9 +50,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
<HeroOverlayTestimonial
|
||||
title="Unlock Your YouTube Growth Potential"
|
||||
description="The ultimate AI-powered suite for content creation, SEO optimization, and channel growth strategy. Revolutionize your YouTube presence."
|
||||
tag="Next-Gen AI"
|
||||
@@ -64,15 +62,31 @@ export default function LandingPage() {
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
mediaItems={[
|
||||
imageSrc="http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg"
|
||||
imageAlt="AI-powered content creation dashboard"
|
||||
testimonials={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/develop-coding-web-design-coding-web-template_53876-132245.jpg", imageAlt: "AI-powered content creation dashboard"},
|
||||
name: "Sarah J.", handle: "@CreativeFlow", testimonial: "Yt Mugi transformed my channel! My views are up 300%!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar-woman-1.jpg"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-office_53876-94923.jpg", imageAlt: "User interacting with YouTube SEO tablet"}
|
||||
name: "Mark T.", handle: "@TechInsights", testimonial: "The keyword planner is a game-changer for SEO. Highly recommend!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar-man-1.jpg"
|
||||
},
|
||||
{
|
||||
name: "Emily R.", handle: "@GamingGal", testimonial: "Found new niches and exploded my subscriber count. Thank you, Yt Mugi!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar-woman-2.jpg"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 10K+ Creators"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar-woman-1.jpg", alt: "Avatar of Sarah J." },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar-man-1.jpg", alt: "Avatar of Mark T." },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/default-avatar-woman-2.jpg", alt: "Avatar of Emily R." }
|
||||
]}
|
||||
avatarText="Trusted by 10K+ Creators"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user