Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
|
||
| return ( | ||
| <> | ||
| <div className="flex flex-col items-center px-5 px-10 py-5 space-y-10 my-10 page-container" id="aboutus"> |
Owner
There was a problem hiding this comment.
Create a component Container
const Container = (props) => {
return (
{props.children}
| <p> | ||
| We are a full-service; IAF, EGAC, ISO and QRO certified Contract Development and Manufacturing Organization (CDMO) engaged in the production of thousands of tons of fine chemicals on multi-purpose plants. Our specialties include: | ||
| </p> | ||
| <ul className="list-disc space-y-3 text-left text-black block px-10 py-2 rounded-md text-1xl font-normal"> |
Owner
There was a problem hiding this comment.
create a component for
- tag and use that instead.
perhaps
const UL = (props) => {
return (
{props.children}
);
}
| </p> | ||
| </div> | ||
|
|
||
| <div className="faqsection"> |
Owner
There was a problem hiding this comment.
crreate a faqsection component which takes title and text and render it and use that instead of duplicating the div tags
Component file for static page of Scaffold Synthesis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added some css codes, meta related files with 7 new pages & also update meta data for homepage & families page.