Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created About Us Page #408

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Created About Us Page #408

wants to merge 33 commits into from

Conversation

Shantanu993
Copy link

@Shantanu993 Shantanu993 commented Jul 28, 2024

This is the first draft for the About Us page. This is also responsive for mobile view.

Sections Added:

  • Purpose of the Company
  • Product Vision
  • Our Principles
  • Our Team
  • Our Investors
  • Our Community
  • Ad Section

image
image
image
image
image

PR: #233

Summary by CodeRabbit

  • New Features

    • Introduced multiple components on the About Us page, including sections for advertisements, community, investors, principles, team members, product vision, and company purpose.
    • Added a new navigation link to the About Us page in the Navbar.
  • Documentation

    • Clarified text in the DPU setup documentation to enhance user understanding of the process.
  • Style

    • Added new CSS classes for enhanced visual effects and improved typography with new font options.

AbhishekSoni1764 and others added 30 commits July 27, 2024 15:12
add purpose of the company section draft
Copy link

vercel bot commented Jul 28, 2024

@AbhishekSoni1764 is attempting to deploy a commit to the avikalpg's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

coderabbitai bot commented Jul 28, 2024

Walkthrough

This update introduces a comprehensive set of components for the "About Us" section of a web application, significantly enhancing the user experience. It presents detailed information about the company, its community, investors, principles, team members, and product vision. The changes include new React components, CSS styles, and updates to configuration files, all aimed at improving layout, responsiveness, and overall visual appeal.

Changes

File Path Change Summary
components/aboutus/ad-section/index.tsx Introduced AdSec component for displaying an advertisement section focused on "Being Productive" with responsive design and an image placeholder.
components/aboutus/our-community/index.tsx Added OurCommunity component to showcase the Vibinex community, featuring SVG images and a structured layout highlighting participant groups.
components/aboutus/our-investors/index.tsx Created OurInvestors component to display investor information, including a background image and a dynamically rendered list of investors.
components/aboutus/our-principles/index.tsx Developed OurPrinciples component to present core principles in a card format with a responsive grid layout, using imported data.
components/aboutus/our-team/FlipCard.module.css New CSS module for 3D flip card effects, enhancing the visual presentation of team member cards.
components/aboutus/our-team/FlipCard.tsx Introduced FlipCard component for displaying team member information with links to profiles, utilizing TypeScript for type safety.
components/aboutus/our-team/index.tsx Added OurTeam component to display the team section, integrating FlipCard for each member and improving layout with background images.
components/aboutus/product-vision/index.tsx Created ProductVision component to present the product's vision in a visually appealing format, emphasizing its goals.
components/aboutus/purpose/index.tsx Introduced PurposeOfCompany component to articulate the company's mission with optimized images and responsive design.
next.config.js Updated to allow image loading from via.placeholder.com, enhancing image handling flexibility.
pages/about-us/index.tsx Created AboutUs component as a central hub to display all new sections, improving the organization and structure of the About Us page.
styles/globals.css Enhanced styles with Google Fonts and new CSS classes for visual effects like .glow-effect and .box-shadow.
tailwind.config.js Added lato font family to Tailwind CSS configuration, allowing for greater typography customization.
utils/about/index.tsx Introduced constants for Principles, Investors, and teamMembers to structure relevant data for rendering.
views/Navbar.tsx Updated Navbar component to include a link to the About Us page and improved code readability and structure.
pages/docs/index.tsx Modified text in DPU setup documentation for clarity, specifying that manual triggers are required for processing the entire pull request.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant Navbar
    participant AboutUs
    participant AdSec
    participant OurCommunity
    participant OurInvestors
    participant OurPrinciples
    participant OurTeam
    participant ProductVision
    participant PurposeOfCompany

    User->>Navbar: Click About Us
    Navbar->>AboutUs: Navigate to About Us page
    AboutUs->>AdSec: Render advertisement section
    AboutUs->>OurCommunity: Render community information
    AboutUs->>OurInvestors: Render investor details
    AboutUs->>OurPrinciples: Render core principles
    AboutUs->>OurTeam: Render team member cards
    AboutUs->>ProductVision: Show product vision
    AboutUs->>PurposeOfCompany: Display company purpose
Loading

🐇 In a world of code and design so bright,
New sections blossom, a delightful sight.
With principles, team, and vision so clear,
About Us shines, bringing joy and cheer!
Hops of gratitude, for all who partake,
In this journey we weave, let's celebrate! 🌟


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Outside diff range, codebase verification and nitpick comments (6)
components/aboutus/ad-section/index.tsx (1)

3-16: Consider using the Image component from next/image.

The Image component from next/image is commented out and replaced with a standard img tag. Using the Image component can improve performance and optimization.

-  {/* <Image src="./Workflow.svg" alt="altImg" fill={true} /> */}
-  <img src="/Workflow.svg" alt="laptop" />
+  <Image src="/Workflow.svg" alt="laptop" fill={true} />
pages/about-us/index.tsx (1)

11-26: Consider adding error boundaries.

The AboutUs component is well-structured, but adding error boundaries can improve error handling for potential issues with the imported components.

+import { ErrorBoundary } from 'react-error-boundary';

const AboutUs = () => {
  return (
    <div>
+      <ErrorBoundary FallbackComponent={<div>Something went wrong.</div>}>
        <MainAppBar />
        <PurposeOfCompany />
        <ProductVision />
        <OurPrinciples />
        <OurTeam />
        <OurInvestors />
        <OurCommunity />
        <AdSec />
        <Footer />
+      </ErrorBoundary>
    </div>
  );
};
components/aboutus/our-principles/index.tsx (1)

4-32: Ensure the parent element has the required position for the fill prop.

The Image component is using the fill prop, which requires the parent element to have a position of relative or absolute.

-  <div className="glow-effect h-72 w-72 md:h-96 md:w-96">
+  <div className="glow-effect h-72 w-72 md:h-96 md:w-96 relative">
utils/about/index.tsx (3)

44-61: Image file /testUser.svg does not exist.

The image file specified in the teamMembers array is missing from the repository. Please ensure that the correct image paths are provided or add the missing image file to the repository.

  • File: utils/about/index.tsx
  • Lines: 44-61
Analysis chain

Verify image paths.

Ensure that the image paths in the teamMembers array are correct and the images exist at the specified locations.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the existence of image files used in the teamMembers array.

# Test: Check if the image files exist. Expect: All files should exist.
for img in "/testUser.svg"; do
  if [ ! -f "$img" ]; then
    echo "Image file $img does not exist."
  fi
done

Length of output: 150


30-43: Update image paths.

The image file vibinex-dark-logo.png exists in the public directory. Update the image paths in the Investors array to public/vibinex-dark-logo.png.

  • File: utils/about/index.tsx
  • Lines: 30-43
  • Current Path: /vibinex-dark-logo.png
  • Correct Path: public/vibinex-dark-logo.png
Analysis chain

Verify image paths.

Ensure that the image paths in the Investors array are correct and the images exist at the specified locations.


Verify image paths.

The image file /vibinex-dark-logo.png does not exist. Let's search for the image file within the repository to confirm its presence and path.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the existence of image files used in the Investors array.

# Test: Check if the image files exist. Expect: All files should exist.
for img in "/vibinex-dark-logo.png"; do
  if [ ! -f "$img" ]; then
    echo "Image file $img does not exist."
  fi
done

Length of output: 186


Script:

#!/bin/bash
# Description: Search for the image file within the repository.

# Find any files with the name vibinex-dark-logo.png
fd vibinex-dark-logo.png

Length of output: 55


1-28: Update image paths.

The image paths in the Principles array are incorrect. Please update them to the correct paths as found in the repository:

  • public/User.svg (or public/testUser.svg)
  • public/focus.svg
  • public/rocket.svg (or public/aboutus/Rocket.svg)
  • public/efficiency.svg
  • public/introspection.svg

Ensure that the paths are correctly referenced to display the images properly.

Analysis chain

Verify image paths.

Ensure that the image paths in the Principles array are correct and the images exist at the specified locations.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the existence of image files used in the Principles array.

# Test: Check if the image files exist. Expect: All files should exist.
for img in "./user.svg" "/focus.svg" "/rocket.svg" "/efficiency.svg" "/introspection.svg"; do
  if [ ! -f "$img" ]; then
    echo "Image file $img does not exist."
  fi
done

Length of output: 1066


Script:

#!/bin/bash
# Description: Search for the actual locations of the image files used in the Principles array.

# Define the image filenames to search for
images=("user.svg" "focus.svg" "rocket.svg" "efficiency.svg" "introspection.svg")

# Search for each image file in the repository
for img in "${images[@]}"; do
  echo "Searching for $img:"
  fd "$img"
done

Length of output: 776

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 581b726 and 895ac59.

Files ignored due to path filters (17)
  • public/AboutUsDesignCircles.svg is excluded by !**/*.svg
  • public/AboutUsDesignEcllipseFull.svg is excluded by !**/*.svg
  • public/AboutUsDesignEcllipseHalf.svg is excluded by !**/*.svg
  • public/AboutUsDesignGradient.svg is excluded by !**/*.svg
  • public/AboutUsDesignGradientFull.svg is excluded by !**/*.svg
  • public/AboutUsDesignStarBig.svg is excluded by !**/*.svg
  • public/AboutUsDesignStars.svg is excluded by !**/*.svg
  • public/AboutUsDesignTopGradient.svg is excluded by !**/*.svg
  • public/User.svg is excluded by !**/*.svg
  • public/Workflow.svg is excluded by !**/*.svg
  • public/aboutus/Rocket.svg is excluded by !**/*.svg
  • public/efficiency.svg is excluded by !**/*.svg
  • public/focus.svg is excluded by !**/*.svg
  • public/introspection.svg is excluded by !**/*.svg
  • public/investor.svg is excluded by !**/*.svg
  • public/rocket.svg is excluded by !**/*.svg
  • public/testUser.svg is excluded by !**/*.svg
Files selected for processing (15)
  • components/aboutus/ad-section/index.tsx (1 hunks)
  • components/aboutus/our-community/index.tsx (1 hunks)
  • components/aboutus/our-investors/index.tsx (1 hunks)
  • components/aboutus/our-principles/index.tsx (1 hunks)
  • components/aboutus/our-team/FlipCard.module.css (1 hunks)
  • components/aboutus/our-team/FlipCard.tsx (1 hunks)
  • components/aboutus/our-team/index.tsx (1 hunks)
  • components/aboutus/product-vision/index.tsx (1 hunks)
  • components/aboutus/purpose/index.tsx (1 hunks)
  • next.config.js (1 hunks)
  • pages/about-us/index.tsx (1 hunks)
  • styles/globals.css (2 hunks)
  • tailwind.config.js (1 hunks)
  • utils/about/index.tsx (1 hunks)
  • views/Navbar.tsx (1 hunks)
Files skipped from review due to trivial changes (3)
  • components/aboutus/our-team/FlipCard.module.css
  • components/aboutus/product-vision/index.tsx
  • tailwind.config.js
Additional comments not posted (36)
components/aboutus/ad-section/index.tsx (2)

1-2: Import statement is correct.

The import statement for the Image component from next/image is necessary and correctly included.


17-18: Export statement is correct.

The export statement for the AdSec component is necessary and correctly included.

pages/about-us/index.tsx (2)

1-10: Import statements are correct.

The import statements for the various components are necessary and correctly included.


27-27: Export statement is correct.

The export statement for the AboutUs component is necessary and correctly included.

components/aboutus/our-principles/index.tsx (2)

1-3: Import statements are correct.

The import statements for the Image component and the Principles data are necessary and correctly included.


33-34: Export statement is correct.

The export statement for the OurPrinciples component is necessary and correctly included.

components/aboutus/our-team/index.tsx (4)

1-4: Imports look good.

All imported modules are necessary and correctly used in the file.


6-39: Component structure and JSX look good.

The component is well-structured, and the use of Image for background elements and FlipCard for team members is appropriate. The layout is designed to be responsive.


8-39: CSS class usage looks good.

The CSS classes are appropriately applied and follow best practices for responsive design.


43-43: Export statement looks good.

The component is correctly exported as the default export.

components/aboutus/purpose/index.tsx (4)

1-2: Imports look good.

All imported modules are necessary and correctly used in the file.


4-47: Component structure and JSX look good.

The component is well-structured, and the use of Image for background elements and text for the company's purpose is appropriate. The layout is designed to be responsive.


6-47: CSS class usage looks good.

The CSS classes are appropriately applied and follow best practices for responsive design.


51-51: Export statement looks good.

The component is correctly exported as the default export.

components/aboutus/our-investors/index.tsx (4)

1-2: Imports look good.

All imported modules are necessary and correctly used in the file.


4-49: Component structure and JSX look good.

The component is well-structured, and the use of Image for background elements and investor images is appropriate. The layout is designed to be responsive.


6-49: CSS class usage looks good.

The CSS classes are appropriately applied and follow best practices for responsive design.


53-53: Export statement looks good.

The component is correctly exported as the default export.

utils/about/index.tsx (4)

1-28: LGTM!

The Principles array is well-structured and consistent.


30-43: LGTM!

The Investors array is well-structured and consistent.


44-61: Placeholder data verification.

The teamMembers array contains placeholder data for names and images. Ensure that this is intentional and will be updated with real data.


44-61: LGTM!

The teamMembers array is well-structured and consistent.

components/aboutus/our-community/index.tsx (3)

1-1: LGTM!

The import of the Image component from next/image is correct and necessary.


3-50: LGTM!

The OurCommunity component structure is correct and consistent.


5-50: LGTM!

The JSX elements are well-structured and should be responsive as intended.

components/aboutus/our-team/FlipCard.tsx (4)

1-4: LGTM!

The imports of icons from react-icons and the Image component from next/image are correct and necessary.


6-13: LGTM!

The Member interface is well-defined and consistent.


15-63: LGTM!

The FlipCard component structure is correct and consistent.


17-63: LGTM!

The JSX elements are well-structured and should be responsive as intended.

next.config.js (1)

45-50: LGTM! Ensure the new domain is correct.

The addition of the new domain via.placeholder.com for placeholder images is correct.

However, verify that the domain is correct and intended for use.

Verification successful

The domain via.placeholder.com is correctly added and intended for use.

  • The domain is only referenced in the next.config.js file, which aligns with its purpose for placeholder images.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the new domain addition in the next.config.js file.

# Test: Check the occurrences of the new domain.
rg --type js 'via.placeholder.com'

Length of output: 108


Script:

#!/bin/bash
# Description: Verify the new domain addition in the next.config.js file and check for any related configurations or documentation.

# Test: Check for any additional references to the new domain across the codebase.
rg 'via.placeholder.com'

Length of output: 98

styles/globals.css (2)

224-243: LGTM! The new CSS classes enhance visual effects.

The .glow-effect and .box-shadow classes add advanced visual effects.

However, verify that these new classes are used correctly in the application.


4-6: LGTM! Ensure the new fonts are used correctly.

The import of Google Fonts "Lato" and "Poppins" enhances typographic options.

However, verify that the new fonts are used correctly in the application.

views/Navbar.tsx (4)

1-14: LGTM! The imports and initializations are correct.

The imports and initializations are correctly set up for the Navbar component.


22-37: LGTM! The state and event listeners are correctly set up.

The state and event listeners for the navbar are correctly set up to handle scrolling and visibility.


39-147: LGTM! The event handlers for tracking user interactions are correct.

The event handlers for tracking user interactions with the navigation links are correctly set up.


151-258: LGTM! The JSX structure and new link are correct.

The JSX structure is well-organized, and the new link to the "About Us" page is correctly added.

However, verify that the new link is functional and correctly routes to the "About Us" page.

Copy link

vercel bot commented Jul 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
team-monitor-website ✅ Ready (Inspect) Visit Preview 💬 5 unresolved Jul 29, 2024 4:24am

@avikalpg avikalpg linked an issue Jul 29, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@avikalpg avikalpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good first pull request.
I have gone through it once and have pointed out some large changes. Please fix them and let me know again.

Also, please join the Vibinex Discord. I would have provided my review much faster if you had shared the pull request on Discord in the #contributors channel. Others in the team would also have provided their feedback much faster.

Comment on lines +4 to +15
return (
<div className="flex justify-center items-center p-10 gap-28">
<div className="w-full md:w-2/5 font-lato text-5xl font-normal tracking-normal leading-tight">
<p>All of our work and vision is defined by phrase</p>
<span className="text-[#1EEBBA] font-bold">{`"Being Productive"`}</span>
</div>
<div className="w-96 h-96 hidden md:block">
{/* <Image src="./Workflow.svg" alt="altImg" fill={true} /> */}
<img src="/Workflow.svg" alt="laptop" />
</div>
</div>
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a fan of this section at all.

import { teamMembers } from "../../../utils/about";
import Image from "next/image";

const OurTeam = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

^ You can use the contents from this image for populating the page.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, add links to the GitHub and LinkedIn profiles of the founders:

GitHub: @avikalpg and @tapishr
LinkedIn: Avikalp Gupta and Tapish Rathore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link to the profile images:
Tapish's picture
Avikalp's picture

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't create utils for page-level stuff (it is not a utility if it is only going to be useful in one place).

Since you have created separate folders for each view, you can add these in a different file of the same folder.
Or, you can also just add them in the same file as the component (as we have done in many other views).

Comment on lines -1 to +14
import React, { useState, useEffect } from 'react';
import { useSession } from 'next-auth/react'
import type { Session } from 'next-auth'
import Link from 'next/link';
import { AiOutlineMenu, AiOutlineClose } from 'react-icons/ai';
import React, { useState, useEffect } from "react";
import { useSession } from "next-auth/react";
import type { Session } from "next-auth";
import Link from "next/link";
import { AiOutlineMenu, AiOutlineClose } from "react-icons/ai";
import LoginLogout from "../components/LoginLogout";
import chromeLogo from '../public/chrome-logo.png'
import Image from 'next/image';
import RudderContext from '../components/RudderContext';
import { getAndSetAnonymousIdFromLocalStorage } from '../utils/rudderstack_initialize';
import { getAuthUserId, getAuthUserName } from '../utils/auth';
import AppBar from '../components/AppBar';
import VibinexDarkLogo from '../public/vibinex-dark-logo.png';
import Button from '../components/Button';
import chromeLogo from "../public/chrome-logo.png";
import Image from "next/image";
import RudderContext from "../components/RudderContext";
import { getAndSetAnonymousIdFromLocalStorage } from "../utils/rudderstack_initialize";
import { getAuthUserId, getAuthUserName } from "../utils/auth";
import AppBar from "../components/AppBar";
import VibinexDarkLogo from "../public/vibinex-dark-logo.png";
import Button from "../components/Button";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove any inconsequential changes from your pull request.

When adding your changes using git, use the -p flag to choose which changes you want to commit and which ones you want to skip. These changes should have been skipped.

Comment on lines +22 to +23
const [showNavbar, setShowNavbar] = useState(false);
const [scrollDown, setScrollDown] = useState(!props.transparent);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you haven't followed this in your other files, I just want to emphasize that we use tabs (not spaces) in our project. If you have used spaces for indentation, please replace them with tabs.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMPORTANT.
We don't want to add the "About Us" link in the NavBar at all. We want to add it ONLY to the footer of the website.

Comment on lines +38 to +46
<div className="pt-28 md:pt-0">
<h1 className="font-medium p-10 md:p-0 text-7xl tracking-normal font-lato">
Purpose of <span className="text-[#6B4CFF]">the Company</span>
</h1>
</div>
<p className="font-lato text-center text-2xl w-[90%] md:w-[40%] px-10">
To revolutionize the way software is being built to reduce the cost of
innovation.
</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bigger and more highlighted part should be the purpose itself, not the title "Purpose of the company".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have an institutional investor named "FirstCheque"

And a list of angel investors and advisors (this list is more than 10 people, out of which, we want to highlight 2-3 people).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you might want to change the layout accordingly.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 895ac59 and bd672d3.

Files selected for processing (1)
  • pages/docs/index.tsx (2 hunks)
Files skipped from review due to trivial changes (1)
  • pages/docs/index.tsx

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between bd672d3 and c1e1bf7.

Files selected for processing (1)
  • pages/docs/index.tsx (1 hunks)
Files skipped from review due to trivial changes (1)
  • pages/docs/index.tsx

Copy link

sonarcloud bot commented Aug 30, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create the "About Us" page
3 participants