update
This commit is contained in:
parent
33c90150f7
commit
bec08efb2c
@ -45,6 +45,16 @@
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/community/layout.js"
|
||||
],
|
||||
"/about/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/about/page.js"
|
||||
],
|
||||
"/about/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/about/layout.js"
|
||||
]
|
||||
}
|
||||
}
|
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
BIN
.next/cache/webpack/client-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
BIN
.next/cache/webpack/client-development/2.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
BIN
.next/cache/webpack/client-development/3.pack.gz
vendored
Binary file not shown.
Binary file not shown.
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
BIN
.next/cache/webpack/server-development/0.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
BIN
.next/cache/webpack/server-development/1.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
BIN
.next/cache/webpack/server-development/3.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
BIN
.next/cache/webpack/server-development/4.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
BIN
.next/cache/webpack/server-development/5.pack.gz
vendored
Binary file not shown.
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
BIN
.next/cache/webpack/server-development/6.pack.gz
vendored
Binary file not shown.
Binary file not shown.
@ -1,5 +1,6 @@
|
||||
{
|
||||
"/(main)/page": "app/(main)/page.js",
|
||||
"/features/page": "app/features/page.js",
|
||||
"/community/page": "app/community/page.js",
|
||||
"/features/page": "app/features/page.js"
|
||||
"/about/page": "app/about/page.js"
|
||||
}
|
File diff suppressed because one or more lines are too long
@ -125,7 +125,7 @@
|
||||
/******/
|
||||
/******/ /* webpack/runtime/getFullHash */
|
||||
/******/ (() => {
|
||||
/******/ __webpack_require__.h = () => ("1e463b2be435e2e6")
|
||||
/******/ __webpack_require__.h = () => ("44c4b230cb2067da")
|
||||
/******/ })();
|
||||
/******/
|
||||
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
||||
|
11
.next/trace
11
.next/trace
File diff suppressed because one or more lines are too long
BIN
public/images/socmed2.jpg
Normal file
BIN
public/images/socmed2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 979 KiB |
@ -124,7 +124,7 @@ export default function BentoSection() {
|
||||
<BentoCard
|
||||
eyebrow="Social Media"
|
||||
title="MyVerse Social"
|
||||
description="Manage social interactions, verses, and meetings seamlessly in an all-in-one integrated social mediaplatform."
|
||||
description="Stay connected, manage social interactions and event calendars seamlessly in an all-in-one integrated social mediaplatform."
|
||||
graphic={
|
||||
<div className="h-80 bg-[url(/images/socmed.jpg)] bg-cover bg-center bg-no-repeat" />
|
||||
}
|
||||
|
@ -16,33 +16,33 @@ import {
|
||||
|
||||
const features = [
|
||||
{
|
||||
name: 'Unified Contact Management.',
|
||||
description: 'Centralize all your customer interactions for a streamlined and organized approach to managing relationships.',
|
||||
name: 'Seamless Networking.',
|
||||
description: 'Stay connected with your network, explore new opportunities and engage with the latest immersive content through MyVerse Social.',
|
||||
icon: CubeIcon,
|
||||
},
|
||||
{
|
||||
name: 'Task & Activity Scheduling.',
|
||||
description: 'Stay on top of your responsibilities with tools to create tasks, schedule virtual meetings, and set reminders.',
|
||||
name: 'Personalized Events Calendar.',
|
||||
description: 'Keep track of upcoming events and exclusive activities tailored to your interests. Never miss another conference, meetup, or virtual gathering in your field..',
|
||||
icon: DocumentMagnifyingGlassIcon,
|
||||
},
|
||||
{
|
||||
name: 'Complete Digital Management.',
|
||||
description: 'From to-do lists to virtual meeting coordination, manage every aspect of your business operations digitally.',
|
||||
name: 'Contact Management.',
|
||||
description: 'Organize and manage all your contacts in one place. Keep track of your connections, prioritize key relationships, and stay in touch with ease.',
|
||||
icon: CpuChipIcon,
|
||||
},
|
||||
{
|
||||
name: 'Enhanced Team Collaboration.',
|
||||
description: 'Facilitate better teamwork by sharing contacts, tasks, and notes across your team.',
|
||||
name: 'Share Your Story.',
|
||||
description: 'Post photos, videos, publish your verses, and updates about your latest achievements, projects, or ideas to showcase your skills and inspire your connections.',
|
||||
icon: ShieldCheckIcon,
|
||||
},
|
||||
{
|
||||
name: 'Automated Workflows.',
|
||||
description: 'Set up automated workflows to streamline repetitive tasks, allowing your team to enhance productivity.',
|
||||
name: 'Discover New Verses.',
|
||||
description: 'Explore unique virtual spaces, or "Verses," where you can learn, network, and collaborate. Engage in communities that align with your passions.',
|
||||
icon: FilmIcon,
|
||||
},
|
||||
{
|
||||
name: 'Real-Time Analytics & Reporting.',
|
||||
description: 'Gain valuable insights into customer behaviors with real-time analytics and reporting tools. ',
|
||||
name: 'Effortless Collaboration.',
|
||||
description: 'Use MyVerse Social to find collaborators, pitch ideas, and join forces on exciting projects—streamline your teamwork in a visually compelling environment.',
|
||||
icon: GlobeAltIcon,
|
||||
},
|
||||
]
|
||||
@ -54,9 +54,9 @@ import {
|
||||
<div className="mx-auto max-w-4xl sm:text-center">
|
||||
|
||||
<p className="mt-2 h3-title">
|
||||
Integrated CRM</p>
|
||||
MyVerse Social</p>
|
||||
<p className="mt-4 section-text">
|
||||
Manage customer interactions, tasks, and meetings seamlessly in one platform, helping your business transition smoothly to the digital landscape.
|
||||
Stay connected with your network, explore new opportunities, and engage with the latest immersive content through MyVerse Social—a space to expand your virtual presence, create lasting connections, and thrive in the metaverse.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,7 +64,7 @@ import {
|
||||
<div className="mx-auto max-w-7xl px-6 lg:px-8">
|
||||
<img
|
||||
alt="App screenshot"
|
||||
src="/images/crm.png"
|
||||
src="/images/socmed2.jpg"
|
||||
width={2432}
|
||||
height={1442}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user