Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=1"
|
||||
imageAlt="EmailVault Dashboard Interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -70,7 +70,7 @@ export default function LandingPage() {
|
||||
description="Everything you need to manage your personal emails efficiently and securely"
|
||||
features={[
|
||||
{
|
||||
title: "Smart Organization", description: "Automatically organize emails with intelligent filtering and custom labels", imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282082.jpg", imageAlt: "Email organization interface", buttonIcon: FolderOpen
|
||||
title: "Smart Organization", description: "Automatically organize emails with intelligent filtering and custom labels", imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282082.jpg?_wi=1", imageAlt: "Email organization interface", buttonIcon: FolderOpen
|
||||
},
|
||||
{
|
||||
title: "Cloud Synchronization", description: "Access your emails seamlessly across all your devices in real-time", imageSrc: "http://img.b2bpic.net/free-photo/cloud-overlay-word-young-people_53876-13865.jpg", imageAlt: "Cloud sync technology", buttonIcon: Cloud
|
||||
@@ -107,10 +107,10 @@ export default function LandingPage() {
|
||||
description="See the impact of EmailVault across our growing community"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500K+", title: "Active Users", description: "Growing community worldwide", imageSrc: "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg", imageAlt: "Active users growth"
|
||||
id: "1", value: "500K+", title: "Active Users", description: "Growing community worldwide", imageSrc: "http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=2", imageAlt: "Active users growth"
|
||||
},
|
||||
{
|
||||
id: "2", value: "2B+", title: "Emails Processed", description: "Daily email management", imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282082.jpg", imageAlt: "Email processing volume"
|
||||
id: "2", value: "2B+", title: "Emails Processed", description: "Daily email management", imageSrc: "http://img.b2bpic.net/free-photo/view-office-desk-with-messy-workspace-laptop_23-2150282082.jpg?_wi=2", imageAlt: "Email processing volume"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Product Manager", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Sarah Chen profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Sarah Chen profile"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Johnson", role: "Freelancer", company: "Digital Agency", rating: 5,
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Software Developer", company: "Tech Company", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "David Kim profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "David Kim profile"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user