Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
handle: "@alice",
|
||||
testimonial: "Increased our team's output by 40% in just one month.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg?_wi=1",
|
||||
imageAlt: "modern software dashboard",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
handle: "@bob",
|
||||
testimonial: "The best platform for scaling our operations smoothly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/screen-icon-front-side-with-white-background_187299-39959.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/screen-icon-front-side-with-white-background_187299-39959.jpg?_wi=1",
|
||||
imageAlt: "modern software dashboard",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
handle: "@charlie",
|
||||
testimonial: "Intuitive design and powerful insights. A game changer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=1",
|
||||
imageAlt: "modern software dashboard",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function LandingPage() {
|
||||
handle: "@dana",
|
||||
testimonial: "We reduced manual work significantly after implementing this tool.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-protection-shield-secured-permission-graphic-concept_53876-122466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-protection-shield-secured-permission-graphic-concept_53876-122466.jpg?_wi=1",
|
||||
imageAlt: "modern software dashboard",
|
||||
},
|
||||
{
|
||||
@@ -95,7 +95,7 @@ export default function LandingPage() {
|
||||
handle: "@evan",
|
||||
testimonial: "Fantastic support and consistent updates that really matter.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-using-laptop-workshop_23-2147922340.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-using-laptop-workshop_23-2147922340.jpg?_wi=1",
|
||||
imageAlt: "modern software dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
descriptions: [
|
||||
"Real-time data insights to make smarter business decisions.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/screen-icon-front-side-with-white-background_187299-39959.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/screen-icon-front-side-with-white-background_187299-39959.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
@@ -217,7 +217,7 @@ export default function LandingPage() {
|
||||
descriptions: [
|
||||
"Streamline your operations with powerful AI-driven automation.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-corporate-wallpaper_53876-97646.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
@@ -225,7 +225,7 @@ export default function LandingPage() {
|
||||
descriptions: [
|
||||
"Military-grade encryption to keep your data safe and compliant.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-protection-shield-secured-permission-graphic-concept_53876-122466.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-protection-shield-secured-permission-graphic-concept_53876-122466.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Powerful Features"
|
||||
@@ -244,7 +244,7 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Analytics Basic",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-using-laptop-workshop_23-2147922340.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-technician-using-laptop-workshop_23-2147922340.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
|
||||
Reference in New Issue
Block a user