Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 303a2b4ab9 | |||
| 70d75b9168 | |||
| ca3412d7b3 |
@@ -5,7 +5,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
||||||
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
|
import TeamCardEleven from "@/components/sections/team/TeamCardEleven";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
@@ -31,7 +30,6 @@ export default function BloxlyLandingPage() {
|
|||||||
brandName="Bloxly"
|
brandName="Bloxly"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Capabilities", id: "capabilities" },
|
{ name: "Capabilities", id: "capabilities" },
|
||||||
{ name: "Product", id: "product" },
|
|
||||||
{ name: "Manifesto", id: "manifesto" },
|
{ name: "Manifesto", id: "manifesto" },
|
||||||
{ name: "Beta", id: "beta" },
|
{ name: "Beta", id: "beta" },
|
||||||
]}
|
]}
|
||||||
@@ -79,22 +77,6 @@ export default function BloxlyLandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="product">
|
|
||||||
<ProductCardTwo
|
|
||||||
title="Product Showcase"
|
|
||||||
description="The dashboard where your next hit game comes to life."
|
|
||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{ id: "p1", brand: "Bloxly", name: "Code Editor Pro", price: "Free", rating: 5, reviewCount: "1.2k", imageSrc: "https://images.unsplash.com/photo-1633356122544-f134324a6cee?q=80&w=800" },
|
|
||||||
{ id: "p2", brand: "Bloxly", name: "Visual Logic Suite", price: "Included", rating: 5, reviewCount: "800", imageSrc: "https://images.unsplash.com/photo-1555949963-aa90dcee9978?q=80&w=800" },
|
|
||||||
{ id: "p3", brand: "Bloxly", name: "Deployment Hub", price: "Free", rating: 5, reviewCount: "500", imageSrc: "https://images.unsplash.com/photo-1629738233306-bf105151b752?q=80&w=800" }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="manifesto">
|
<div id="manifesto">
|
||||||
<TeamCardEleven
|
<TeamCardEleven
|
||||||
title="Manifesto: Own What You Build"
|
title="Manifesto: Own What You Build"
|
||||||
|
|||||||
Reference in New Issue
Block a user