Skip to content

Commit

Permalink
logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Aykut Gedik authored and Aykut Gedik committed Mar 4, 2024
1 parent 70b6af6 commit 9bd0cf8
Show file tree
Hide file tree
Showing 11 changed files with 134 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.git
.results
scripts
*Dockerfile*
node_modules
.env
.next
Binary file added app/apple-icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ export function register() {
/> */}

<div className="w-full text-center mt-24 md:mt-48">
<p className="text-[26px] md:text-5xl font-semibold text-zinc-200">Built on Top of Open Standards</p>
<p className="text-[26px] md:text-5xl font-semibold text-zinc-200">Built on Open Standards</p>
<p className="text-zinc-500 mt-2 md:text-lg">Have full ownership and control of your telemetry data</p>
</div>

Expand Down
1 change: 1 addition & 0 deletions components/infinite-moving-cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const InfiniteMovingCards = ({
key={`${idx}-${item.logo}`}
>
<Image
priority={true}
src={item.logo}
className={` ${item.className} text-white fill-white`}
width={112} height={112}
Expand Down
76 changes: 76 additions & 0 deletions public/images/formbricks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/partners/microsoft.webp
Binary file not shown.
9 changes: 9 additions & 0 deletions public/images/permify-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/reaventech-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9bd0cf8

Please sign in to comment.