Skip to content

Commit

Permalink
Merge pull request #172 from Milan-Ram/dev
Browse files Browse the repository at this point in the history
chore : minor text changes
  • Loading branch information
walking-pal authored Feb 20, 2024
2 parents 803a5b3 + 5cc406a commit bd2529b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions components/Header/components/List2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const List2: FC<IList2> = ({}) => {
const currentRoute = useRouter().route;
return (
<>
<Button
{/* <Button
role="link"
component="a"
sx={{
Expand All @@ -21,7 +21,7 @@ export const List2: FC<IList2> = ({}) => {
href="/blog"
>
Blog
</Button>
</Button> */}
<Button
role="link"
component="a"
Expand Down
10 changes: 5 additions & 5 deletions pages/home/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ export const Hero: FC<IHero> = ({}) => {
</Typography>
<Stack
direction="row"
spacing={2}
// spacing={2}
style={{ alignItems: "center", justifyContent: "center" }}
my={2}
>
<Link href="https://play.google.com/store/apps/details?id=com.walkingpal.app">
<Image
style={{ cursor: "pointer" }}
width={150}
height={65}
width={190}
height={75}
objectFit="contain"
src={play}
alt="play-store-badge"
Expand All @@ -41,8 +41,8 @@ export const Hero: FC<IHero> = ({}) => {
<Link href="https://apps.apple.com/in/app/walkingpal-get-walking-buddy/id6470935291">
<Image
style={{ cursor: "pointer" }}
width={150}
height={40}
width={190}
height={50}
objectFit="contain"
src={applestore}
alt="apple-store-badge"
Expand Down
8 changes: 5 additions & 3 deletions pages/home/components/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,12 @@ export const Intro: FC = ({}) => {
/>
<Box p={3} textAlign="center">
<Typography variant="h6" component="span">
Create Groups
Create new friendships
<br />
</Typography>
<Typography variant="body1">
Go solo or create a walking group on the go. Anytime, anywhere!
<Typography variant="body2">
meet new people on the go, whether you’re in Holland or Hyderabad.
Get your walking buddy anytime, anywhere
</Typography>
</Box>
</Paper>
Expand Down

0 comments on commit bd2529b

Please sign in to comment.