Update src/app/page.tsx
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904311.jpg?_wi=1", imageAlt: "Metrics View" },
|
||||
{ id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-engineer-uses-pc-oversee-systems_482257-126156.jpg", imageAlt: "Network View" },
|
||||
{ id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/jolly-it-expert-doing-maintenance-server-room-infrastructure_482257-124598.jpg", imageAlt: "Server View" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg", imageAlt: "Code View" },
|
||||
{ id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg?_wi=1", imageAlt: "Code View" },
|
||||
{ id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desktop-with-laptop-headphones_23-2148430894.jpg", imageAlt: "Workspace View" },
|
||||
]}
|
||||
/>
|
||||
@@ -66,8 +66,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "prod1", name: "Growth Funnel Kit", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/paperwork-report-graphs-market-business_1232-3838.jpg", imageAlt: "Growth Kit" },
|
||||
{ id: "prod2", name: "Automation Scripts Pack", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg", imageAlt: "Automation Scripts" },
|
||||
{ id: "prod3", name: "Strategy Session", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg", imageAlt: "Strategy Session" }
|
||||
{ id: "prod2", name: "Automation Scripts Pack", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg?_wi=2", imageAlt: "Automation Scripts" },
|
||||
{ id: "prod3", name: "Strategy Session", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg?_wi=1", imageAlt: "Strategy Session" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "p1", title: "Accelerator", price: "$2,999", period: "/mo", features: [ "1-on-1 Strategy", "Funnel Automation", "Support" ],
|
||||
button: { text: "Secure Checkout", href: "#contact" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-graphics-designers-using-digital-tablet_1170-989.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "p2", title: "Growth Engine", price: "$5,999", period: "/mo", features: [ "Everything in Accelerator", "Custom Automation", "Priority" ],
|
||||
|
||||
Reference in New Issue
Block a user