Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
@@ -52,16 +52,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Happy Creative SP"
|
||||
<HeroSplit
|
||||
title="Happy Creative SP"
|
||||
description="Felicidade em forma de Balões 🎈"
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Produtos", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pride-day-concept-straws-frame_23-2148516300.jpg"
|
||||
imageAlt="Balões personalizados e confetes flutuando em fundo festivo"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bright-colorful-balloons-floating-blue-sky_23-2148301772.jpg"
|
||||
imageAlt="Balões coloridos flutuando no céu azul"
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user