Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Psyche"
|
||||
/>
|
||||
@@ -57,11 +49,9 @@ export default function LandingPage() {
|
||||
description="Premium virtual assistant services for modern leaders. Focus on your growth, while we handle the rest."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-elder-woman-listening-music-headphones-home-with-laptop_23-2148740651.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-elder-woman-listening-music-headphones-home-with-laptop_23-2148740651.jpg"
|
||||
imageAlt="Modern virtual assistant desk setup"
|
||||
/>
|
||||
</div>
|
||||
@@ -71,18 +61,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your dedicated ",
|
||||
},
|
||||
type: "text", content: "Your dedicated "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
alt: "About Psyche",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "About Psyche"},
|
||||
{
|
||||
type: "text",
|
||||
content: " partner in productivity.",
|
||||
},
|
||||
type: "text", content: " partner in productivity."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Scheduling",
|
||||
description: "Seamless calendar coordination and appointment setting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-calendar-with-checkmarks-pen_107791-15855.jpg",
|
||||
imageAlt: "schedule management icon 3d",
|
||||
},
|
||||
title: "Scheduling", description: "Seamless calendar coordination and appointment setting.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-calendar-with-checkmarks-pen_107791-15855.jpg", imageAlt: "schedule management icon 3d"},
|
||||
{
|
||||
title: "Inbox Management",
|
||||
description: "Prioritized email communication and filtering.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-bird-3d-illustration_183364-123380.jpg",
|
||||
imageAlt: "email communication icon 3d",
|
||||
},
|
||||
title: "Inbox Management", description: "Prioritized email communication and filtering.", imageSrc: "http://img.b2bpic.net/free-photo/blue-bird-3d-illustration_183364-123380.jpg", imageAlt: "email communication icon 3d"},
|
||||
{
|
||||
title: "Reporting",
|
||||
description: "Insightful data compilation and weekly analytics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg",
|
||||
imageAlt: "data reporting icon 3d",
|
||||
},
|
||||
title: "Reporting", description: "Insightful data compilation and weekly analytics.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg", imageAlt: "data reporting icon 3d"},
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Comprehensive administrative support designed to streamline your daily workflow."
|
||||
@@ -124,54 +95,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Starter",
|
||||
price: "$500",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"10 hours/mo",
|
||||
"Email support",
|
||||
],
|
||||
id: "basic", title: "Starter", price: "$500", period: "/mo", features: [
|
||||
"10 hours/mo", "Email support"],
|
||||
button: {
|
||||
text: "Choose Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-work-having-video-call_23-2148902306.jpg",
|
||||
imageAlt: "Portrait female at work having video call",
|
||||
},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-work-having-video-call_23-2148902306.jpg", imageAlt: "Portrait female at work having video call"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Professional",
|
||||
price: "$1200",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"25 hours/mo",
|
||||
"Priority handling",
|
||||
"Reporting",
|
||||
],
|
||||
id: "pro", title: "Professional", price: "$1200", period: "/mo", features: [
|
||||
"25 hours/mo", "Priority handling", "Reporting"],
|
||||
button: {
|
||||
text: "Choose Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-elder-woman-listening-music-headphones-home-with-laptop_23-2148740651.jpg?_wi=2",
|
||||
imageAlt: "Portrait female at work having video call",
|
||||
},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-elder-woman-listening-music-headphones-home-with-laptop_23-2148740651.jpg", imageAlt: "Portrait female at work having video call"},
|
||||
{
|
||||
id: "enterprise",
|
||||
title: "Enterprise",
|
||||
price: "$2500",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"60 hours/mo",
|
||||
"24/7 dedicated support",
|
||||
],
|
||||
id: "enterprise", title: "Enterprise", price: "$2500", period: "/mo", features: [
|
||||
"60 hours/mo", "24/7 dedicated support"],
|
||||
button: {
|
||||
text: "Choose Plan",
|
||||
href: "#contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageAlt: "Portrait female at work having video call",
|
||||
},
|
||||
text: "Choose Plan", href: "#contact"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Portrait female at work having video call"},
|
||||
]}
|
||||
title="Simple Pricing"
|
||||
description="Choose the level of support your business needs to flourish."
|
||||
@@ -183,37 +123,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
imageAlt: "headshot of young entrepreneur",
|
||||
},
|
||||
id: "1", name: "Alice M.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "headshot of young entrepreneur"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg",
|
||||
imageAlt: "professional manager headshot",
|
||||
},
|
||||
id: "2", name: "John D.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg", imageAlt: "professional manager headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg",
|
||||
imageAlt: "young creative entrepreneur headshot",
|
||||
},
|
||||
id: "3", name: "Sarah P.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg", imageAlt: "young creative entrepreneur headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-woman-with-suitcase-by-bussiness-center_1303-21414.jpg",
|
||||
imageAlt: "female executive professional portrait",
|
||||
},
|
||||
id: "4", name: "Mark L.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-woman-with-suitcase-by-bussiness-center_1303-21414.jpg", imageAlt: "female executive professional portrait"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-standing-white_114579-77821.jpg",
|
||||
imageAlt: "professional consultant headshot",
|
||||
},
|
||||
id: "5", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-standing-white_114579-77821.jpg", imageAlt: "professional consultant headshot"},
|
||||
]}
|
||||
cardTitle="Client Success"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -224,20 +145,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we get started?",
|
||||
content: "Schedule a discovery call via the contact form.",
|
||||
},
|
||||
id: "q1", title: "How do we get started?", content: "Schedule a discovery call via the contact form."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What platforms do you support?",
|
||||
content: "We support all major project management and email tools.",
|
||||
},
|
||||
id: "q2", title: "What platforms do you support?", content: "We support all major project management and email tools."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I upgrade my plan?",
|
||||
content: "Yes, you can upgrade your plan at any time.",
|
||||
},
|
||||
id: "q3", title: "Can I upgrade my plan?", content: "Yes, you can upgrade your plan at any time."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-representative_23-2151933144.jpg"
|
||||
title="Common Questions"
|
||||
@@ -255,16 +167,10 @@ export default function LandingPage() {
|
||||
description="Get in touch today to reclaim your time."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-workplace-white-yellow-colors-with-photo-frame_23-2147878419.jpg"
|
||||
@@ -277,25 +183,17 @@ export default function LandingPage() {
|
||||
logoText="Psyche"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Email us",
|
||||
href: "mailto:hello@psyche.com",
|
||||
},
|
||||
label: "Email us", href: "mailto:hello@psyche.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user