Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -91,12 +91,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Neural Art Generation", price: "$49.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg" },
|
||||
{ id: "p2", name: "Motion Graphics Engine", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-61390.jpg" },
|
||||
{ id: "p3", name: "Solo Personal Assistant", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone-turning-light-using-voice-activated-application_482257-2271.jpg" },
|
||||
{ id: "p4", name: "Collaborative Design Space", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-personal-computer-with-workstation_23-2150713979.jpg" },
|
||||
{ id: "p5", name: "Machine Learning Lab", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg" },
|
||||
{ id: "p6", name: "AI Content Studio", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/colleague-looking-woman-drawing-graph-flipchart_23-2147847548.jpg" }
|
||||
{ id: "p1", name: "Neural Art Generation", price: "$49.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-working-digital-monitors_23-2148910247.jpg", priceButtonProps: { text: "Start Journey" } },
|
||||
{ id: "p2", name: "Motion Graphics Engine", price: "$99.00", imageSrc: "http://img.b2bpic.net/free-photo/background-with-printed-circuit-board-concept-modern-technologies_169016-61390.jpg", priceButtonProps: { text: "Start Journey" } },
|
||||
{ id: "p3", name: "Solo Personal Assistant", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone-turning-light-using-voice-activated-application_482257-2271.jpg", priceButtonProps: { text: "Start Journey" } },
|
||||
{ id: "p4", name: "Collaborative Design Space", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-personal-computer-with-workstation_23-2150713979.jpg", priceButtonProps: { text: "Start Journey" } },
|
||||
{ id: "p5", name: "Machine Learning Lab", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-with-connecting-lines-dots_1048-7721.jpg", priceButtonProps: { text: "Start Journey" } },
|
||||
{ id: "p6", name: "AI Content Studio", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/colleague-looking-woman-drawing-graph-flipchart_23-2147847548.jpg", priceButtonProps: { text: "Start Journey" } }
|
||||
]}
|
||||
title="AI Project Suite"
|
||||
description="Choose from a wide variety of project templates designed to jumpstart your creative AI work."
|
||||
|
||||
Reference in New Issue
Block a user