Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf5fce4b3b | |||
| b08b720504 | |||
| 99fe28aa37 | |||
| e395718fc1 | |||
| f2f1390697 |
@@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,9 +30,6 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="axionelAI"
|
||||
@@ -49,7 +45,6 @@ export default function LandingPage() {
|
||||
imageAlt="artificial intelligence data background"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,25 +84,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Our Solutions"
|
||||
description="Scalable AI engines designed for immediate deployment and massive impact."
|
||||
products={[
|
||||
{ id: "p1", brand: "axionel", name: "Core Engine", price: "$9,999", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-51519.jpg" },
|
||||
{ id: "p2", brand: "axionel", name: "Insight Pro", price: "$14,999", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910245.jpg" },
|
||||
{ id: "p3", brand: "axionel", name: "Automate X", price: "$19,999", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg" },
|
||||
{ id: "p4", brand: "axionel", name: "Predictor AI", price: "$24,999", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-8628.jpg" },
|
||||
{ id: "p5", brand: "axionel", name: "Data Stream", price: "$5,999", rating: 5, reviewCount: "305", imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-53642.jpg" },
|
||||
{ id: "p6", brand: "axionel", name: "Agent Hub", price: "$29,999", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/global-network-illustration_53876-16141.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user