Merge version_1 into main #8
@@ -94,15 +94,15 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "Lead Dev",
|
||||
description: "10 years exp.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=7",
|
||||
description: "4 years exp.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6aw9TdrqZrvA1gOnplxjqZNTI/uploaded-1775721106850-ooamk9m1.png",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
role: "Designer",
|
||||
description: "Award winner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096454.jpg?_wi=8",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C6aw9TdrqZrvA1gOnplxjqZNTI/uploaded-1775709548101-basyfau0.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Essential",
|
||||
price: "$999",
|
||||
price: "",
|
||||
subtitle: "Perfect for starters",
|
||||
features: [
|
||||
"Responsive Layout",
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Growth",
|
||||
price: "$1,999",
|
||||
price: "$999",
|
||||
subtitle: "Great for businesses",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Elite",
|
||||
price: "$3,499",
|
||||
price: "$2,999",
|
||||
subtitle: "Everything you need",
|
||||
features: [
|
||||
"Everything in Standard",
|
||||
|
||||
Reference in New Issue
Block a user