Skip to content

Commit

Permalink
fix: houses images
Browse files Browse the repository at this point in the history
  • Loading branch information
chiararovis committed Nov 4, 2024
1 parent d73e450 commit 65478c3
Show file tree
Hide file tree
Showing 58 changed files with 121 additions and 60 deletions.
Binary file not shown.
Binary file added src/assets/images/case/amsterdamriverside.webp
Binary file not shown.
Binary file added src/assets/images/case/beach_house_in_malibu.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/chateau_in_bordeaux.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/lake_house_in_zurich.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/luxury_villa_in_dubai.webp
Binary file not shown.
Binary file added src/assets/images/case/luxury_villa_in_ibiza.webp
Binary file not shown.
Binary file added src/assets/images/case/modern_condo_in_tokio.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/modern_loft_in_berlin.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/palace_in_vienna.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/penthouse_in_paris.webp
Binary file not shown.
Binary file added src/assets/images/case/penthouse_in_sidney.webp
Binary file not shown.
Binary file added src/assets/images/case/riverside_amsterdam.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/sky_chalet_in_aspen.webp
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/townhouse_in_boston.webp
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/urban_loft_in_chicago.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/assets/images/case/villa_london.webp
Binary file not shown.
Binary file added src/assets/images/case/villa_london.webp.webp
Binary file not shown.
Binary file not shown.
23 changes: 16 additions & 7 deletions src/js/components/App/pages/Home/Roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,27 @@ const Roadmap = () => (
<span className="text-xl font-bold text-brandRed">2024</span>
<Container.FlexResponsiveRow className="gap-4">
<Milestone title="Token development" date="Q1" />
<Milestone title="DAO and SNS Launch" date="Q2" />
<Milestone title="Airdrop" date="Q3" />
<Milestone title="Exchange Listing" date="Q4" />
<Milestone title="DAO and SNS market analysis" date="Q2" />
<Milestone title="Anslysis of the real estate market" date="Q3" />
<Milestone title="DAO and SNS Launch" date="Q4" />
</Container.FlexResponsiveRow>
</Container.Container>
<Container.Container>
<span className="text-xl font-bold text-brandRed">2025</span>
<Container.FlexResponsiveRow className="gap-4">
<Milestone title="Gold-backed token" date="Q1" />
<Milestone title="Real estate tokenization" date="Q2" />
<Milestone title="NFT Marketplace" date="Q3" />
<Milestone title="Real estate global network" date="Q4" />
<Milestone title="Exchange Listing" date="Q1" />
<Milestone title="Airdrop" date="Q2" />
<Milestone title="Gold-backed token" date="Q3" />
<Milestone title="Real estate tokenization" date="Q4" />
</Container.FlexResponsiveRow>
</Container.Container>
<Container.Container>
<span className="text-xl font-bold text-brandRed">2026</span>
<Container.FlexResponsiveRow className="gap-4">
<Milestone title="NFT Marketplace" date="Q1" />
<Milestone title="Real estate global network" date="Q2" />
<Milestone title="Enlarge the market worldwide" date="Q3" />
<Milestone title="Becoming a relevant reality" date="Q4" />
</Container.FlexResponsiveRow>
</Container.Container>
</Container.FlexCols>
Expand Down
2 changes: 1 addition & 1 deletion src/js/components/App/pages/UserStories/Scenarios.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Scenarios = () => (
city center. Although his rent is quite high, he manages to pay it
every month. However, the bank is hesitant to give him a mortgage,
even though the monthly installments would be similar to his rent.
Robert finds this absurd, as he’s already proving he can afford the
Robert finds this absurd, as he is already proving he can afford the
same amount every month. Frustrated, he decides to try the Ekoke
method.
<br />
Expand Down
Loading

0 comments on commit 65478c3

Please sign in to comment.