diff --git a/src/app/page.tsx b/src/app/page.tsx
index 16e0ef9..fe3258c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,102 +47,57 @@ export default function LandingPage() {
@@ -167,37 +112,17 @@ export default function LandingPage() {
showRating={true}
testimonials={[
{
- id: "t1",
- name: "Anna S.",
- handle: "@anna",
- testimonial: "Best UI ever.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=2",
- },
+ id: "t1", name: "Anna S.", handle: "@anna", testimonial: "Best UI ever.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=2"},
{
- id: "t2",
- name: "Bob B.",
- handle: "@bob",
- testimonial: "Super fast speeds.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg?_wi=2",
- },
+ id: "t2", name: "Bob B.", handle: "@bob", testimonial: "Super fast speeds.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-black-hat-smiling_176420-8505.jpg?_wi=2"},
{
- id: "t3",
- name: "Cathy D.",
- handle: "@cathy",
- testimonial: "Very safe.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2",
- },
+ id: "t3", name: "Cathy D.", handle: "@cathy", testimonial: "Very safe.", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=2"},
{
- id: "t4",
- name: "Dan E.",
- handle: "@dan",
- testimonial: "Clean design.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg?_wi=2",
- },
+ id: "t4", name: "Dan E.", handle: "@dan", testimonial: "Clean design.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/contemplative-young-woman-with-curly-hair-holds-modern-cellphone-networks-social-media-city-wears-jacket-poses_273609-55671.jpg?_wi=2"},
]}
/>
@@ -211,23 +136,14 @@ export default function LandingPage() {
description="Growing fast, reaching more users every day."
metrics={[
{
- id: "m1",
- icon: Users,
- title: "Active Users",
- value: "50K+",
- },
+ id: "m1", icon: Users,
+ title: "Active Users", value: "50K+"},
{
- id: "m2",
- icon: MessageSquare,
- title: "Messages Sent",
- value: "1M+",
- },
+ id: "m2", icon: MessageSquare,
+ title: "Messages Sent", value: "1M+"},
{
- id: "m3",
- icon: ShieldCheck,
- title: "Security Rate",
- value: "99.9%",
- },
+ id: "m3", icon: ShieldCheck,
+ title: "Security Rate", value: "99.9%"},
]}
/>
@@ -242,17 +158,9 @@ export default function LandingPage() {
description="Meet the creators behind ZIVVA."
members={[
{
- id: "tm1",
- name: "John Doe",
- role: "CEO",
- imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=3",
- },
+ id: "tm1", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136890.jpg?_wi=3"},
{
- id: "tm2",
- name: "Jane Smith",
- role: "CTO",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=3",
- },
+ id: "tm2", name: "Jane Smith", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-pretty-teenage-girl-enjoys-free-time-leisure-time-uses-mobile-phone-blogging-sharing-publications-wears-casual-jumper-headphones-around-neck-poses-outdoors_273609-60629.jpg?_wi=3"},
]}
/>
@@ -261,8 +169,7 @@ export default function LandingPage() {