Update src/app/page.tsx
This commit is contained in:
@@ -24,16 +24,16 @@ export default function Page() {
|
||||
<TextAbout title="Historia" useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="origem" data-section="origem">
|
||||
<FeatureCardEight title="Origem" description="Origem Desc" textboxLayout="default" useInvertedBackground={false} features={[{ title: "F1", description: "D1" }, { title: "F2", description: "D2" }]} />
|
||||
<FeatureCardEight title="Origem" description="Origem Desc" textboxLayout="default" useInvertedBackground={false} features={[{ title: "F1", description: "D1", imageSrc: "/placeholder.png" }, { title: "F2", description: "D2", imageSrc: "/placeholder.png" }]} />
|
||||
</div>
|
||||
<div id="diferenciais" data-section="diferenciais">
|
||||
<FeatureCardEight title="Diferenciais" description="Diferenciais Desc" textboxLayout="default" useInvertedBackground={false} features={[{ title: "D1", description: "D1" }, { title: "D2", description: "D2" }]} />
|
||||
<FeatureCardEight title="Diferenciais" description="Diferenciais Desc" textboxLayout="default" useInvertedBackground={false} features={[{ title: "D1", description: "D1", imageSrc: "/placeholder.png" }, { title: "D2", description: "D2", imageSrc: "/placeholder.png" }]} />
|
||||
</div>
|
||||
<div id="produtos" data-section="produtos">
|
||||
<ProductCardThree title="Produtos" description="Desc" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="none" products={[{ id: "1", name: "P1", price: "$10", imageSrc: "/" }, { id: "2", name: "P2", price: "$20", imageSrc: "/" }, { id: "3", name: "P3", price: "$30", imageSrc: "/" }]} />
|
||||
<ProductCardThree title="Produtos" description="Desc" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" animationType="none" products={[{ id: "1", name: "P1", price: "$10", imageSrc: "/placeholder.png" }, { id: "2", name: "P2", price: "$20", imageSrc: "/placeholder.png" }, { id: "3", name: "P3", price: "$30", imageSrc: "/placeholder.png" }]} />
|
||||
</div>
|
||||
<div id="precos" data-section="precos">
|
||||
<PricingCardNine title="Preços" description="Desc" textboxLayout="default" useInvertedBackground={false} animationType="none" plans={[{ id: "1", title: "Basic", price: "$10", period: "mo", features: ["F1"], button: { text: "Buy" } }, { id: "2", title: "Pro", price: "$20", period: "mo", features: ["F1"], button: { text: "Buy" } }]} />
|
||||
<PricingCardNine title="Preços" description="Desc" textboxLayout="default" useInvertedBackground={false} animationType="none" plans={[{ id: "1", title: "Basic", price: "$10", period: "mo", features: ["F1"], button: { text: "Buy" }, imageSrc: "/placeholder.png" }, { id: "2", title: "Pro", price: "$20", period: "mo", features: ["F1"], button: { text: "Buy" }, imageSrc: "/placeholder.png" }]} />
|
||||
</div>
|
||||
<div id="parcerias" data-section="parcerias">
|
||||
<SocialProofOne title="Parcerias" description="Desc" names={["P1", "P2"]} textboxLayout="default" useInvertedBackground={false} />
|
||||
@@ -42,7 +42,7 @@ export default function Page() {
|
||||
<ContactSplit tag="Tag" title="Contato" description="Desc" useInvertedBackground={false} background={{ variant: "plain" }} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal logoText="Logo" leftLink={{ text: "L" }} rightLink={{ text: "R" }} />
|
||||
<FooterLogoReveal logoText="Logo" leftLink={{ text: "L", href: "#" }} rightLink={{ text: "R", href: "#" }} />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user