Update src/app/page.tsx
This commit is contained in:
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
{ text: "Browse All", href: "#features" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", imageAlt: "Dashboard view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg", imageAlt: "Workspace view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg?_wi=1", imageAlt: "Dashboard view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg?_wi=1", imageAlt: "Workspace view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg", imageAlt: "Mobile UI view" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/purchasing-shop-buying-selling-teade_53876-134043.jpg", imageAlt: "Dashboard view 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6664.jpg", imageAlt: "Workspace view 2" },
|
||||
@@ -119,11 +119,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "pro", title: "Pro Plan", price: "$29", period: "/ mo", features: ["Unlimited Downloads", "Premium Templates", "Priority Support", "Source Files Included"],
|
||||
button: { text: "Get Pro" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg", imageAlt: "mobile ui interface showcase"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126876.jpg?_wi=2", imageAlt: "mobile ui interface showcase"},
|
||||
{
|
||||
id: "lifetime", title: "Lifetime Access", price: "$199", period: "/ one-time", features: ["Everything in Pro", "Lifetime Updates", "Exclusive Assets", "Early Access"],
|
||||
button: { text: "Get Lifetime" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg", imageAlt: "mobile ui interface showcase"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164797.jpg?_wi=2", imageAlt: "mobile ui interface showcase"},
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Get unlimited access or buy a single template."
|
||||
|
||||
Reference in New Issue
Block a user