Skip to content

Commit

Permalink
update: testimonial
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed May 11, 2024
1 parent 960feda commit e36f36e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
9 changes: 5 additions & 4 deletions page-container/index-page/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,16 @@ const ContactForm = ({ className }: Partial<{ className: string }>) => {

return (
<Grid container className={className} direction="column">
<Grid item className={classes.title}>
{/* <Grid item className={classes.title}>
<Typography component="p" variant="h3">
Get in touch with us.
</Typography>
<Typography component="p" variant="subtitle1" color="secondary">
Got a project you&#39;re excited about and think we can help?
</Typography>
</Grid>
<Grid
</Grid> */}

{/* <Grid
component="form"
className={classes.formRoot}
onSubmit={handleSubmit}
Expand Down Expand Up @@ -168,7 +169,7 @@ const ContactForm = ({ className }: Partial<{ className: string }>) => {
Submit
</Button>
</Grid>
</Grid>
</Grid> */}
</Grid>
);
};
Expand Down
2 changes: 1 addition & 1 deletion page-container/index-page/ContactInformation.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Typography, Grid, makeStyles } from '@material-ui/core';

const contacts = [
{ way: 'Email', information: 'hi@fractal.box' },
{ way: 'Email', information: 'v@fractal.box' },
{ way: 'Phone', information: '+65 8610 9984' }
];

Expand Down
20 changes: 13 additions & 7 deletions page-container/index-page/Testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@ import { Typography, Grid, makeStyles } from '@material-ui/core';

const content = [
{
name: 'Jake Choi',
title: 'Chief of Product, Spaceship',
name: 'Kenneth Shek',
title: 'Head of Projects at Animoca Brands',
description:
'“Vincent’s strong technical skills together with his business sense take us to next level. His experience in startup saved us a huge amount of time and he always provide us both insights and actions.”'
'“Vincent is instrumental in launching key projects and guiding technical direction for my team. Besides his craftsmanship in thoughtful and pragmatic solutions, his strong principles and ownership make him a reliable tech leader to deliver and his diverse background aided him to empathize with different stakeholders. He will thrive in places where strong execution is needed to deliver great products with impactful missions”'
},
{
name: 'Jun Liao',
title: 'Co-founder + CEO at X₀ Ltd, creator of SLEEEP',
description:
'“Vincent displayed deep subject expertise, excellent problem solving skills, attention to detail and holistic thinking all-in-one. He consistently provides well reasoned recommendations for software architecture that not only solves technical challenges with long-term maintainability in mind, but also puts equal weight on business needs as well as quality user experience.“'
},
{
name: 'Fung Ng',
Expand All @@ -14,10 +20,10 @@ const content = [
'“Vincent is proactive at work and passionate in technology. Eager to learn, pick up things with great pace and always bring new technologies to the team.”'
},
{
name: 'Jun Liao',
title: 'Co-founder + CEO at X₀ Ltd, creator of SLEEEP',
name: 'Jake Choi',
title: 'Chief of Product, Spaceship',
description:
'“Vincent displayed deep subject expertise, excellent problem solving skills, attention to detail and holistic thinking all-in-one. He consistently provides well reasoned recommendations for software architecture that not only solves technical challenges with long-term maintainability in mind, but also puts equal weight on business needs as well as quality user experience.“'
'“Vincent’s strong technical skills together with his business sense take us to next level. His experience in startup saved us a huge amount of time and he always provide us both insights and actions.”'
}
];

Expand Down Expand Up @@ -69,7 +75,7 @@ const Testimonial = ({ className }: Partial<{ className: string }>) => {
</Typography>
</Grid>
<Grid item>
<Typography component="p" variant="subtitle1" color="primary">
<Typography component="p" variant="subtitle2" color="primary">
{testimonial.title}
</Typography>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion shared/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Footer = ({ className }: FooterProps) => {
<br />
Taiwan Office: 6F., No.180, Sec. 1, Keelung Rd., Xinyi Dist., Taipei City 110, Taiwan (R.O.C.)
<br />
Singapore Office: Mapletree Business City, 20 Pasir Panjang Rd, #03-22/24, 117439
Singapore Office: 7 TEMASEK BOULEVARD, #12-07, SUNTEC TOWER ONE, Singapore 038987
</Typography>
</Grid>
</Grid>
Expand Down

0 comments on commit e36f36e

Please sign in to comment.